diff --git a/src/page/index/sidebar/leftMenu.vue b/src/page/index/sidebar/leftMenu.vue index 97315dd..d6ff2f7 100644 --- a/src/page/index/sidebar/leftMenu.vue +++ b/src/page/index/sidebar/leftMenu.vue @@ -144,7 +144,7 @@ onMounted(() => { overflow: hidden; .first_menu { - width: 60px; + width: 65px; background: url(@/assets/menu_bg.jpg) no-repeat center; background-size: auto 100%; min-height: 100%; @@ -153,11 +153,13 @@ onMounted(() => { box-shadow: none; border-radius: 0px 60px 0px 0px; color: rgb(190, 194, 201); + background-position-x: 13%; .first_menu_bg { padding-top: 60px; background: url(@/assets/menu_bg.svg) no-repeat center; background-size: 100% 100%; + background-position-Y: 40%; } .menu_item { diff --git a/src/styles/theme/white.scss b/src/styles/theme/white.scss index 338dba1..8c17ce8 100644 --- a/src/styles/theme/white.scss +++ b/src/styles/theme/white.scss @@ -45,7 +45,7 @@ } .el-dropdown { - color: #fff; + // color: #fff; } .avue-logo_title { diff --git a/src/views/productionSchedulingPlan/productPlan.vue b/src/views/productionSchedulingPlan/productPlan.vue index ffee596..6914e3b 100644 --- a/src/views/productionSchedulingPlan/productPlan.vue +++ b/src/views/productionSchedulingPlan/productPlan.vue @@ -91,7 +91,7 @@ export default { editBtnIcon: 'aa', labelWidth: 120, searchLabelWidth: 100, - menuWidth: 250, + menuWidth: 300, dialogWidth: 900, dialogClickModal: false, searchEnter: true,