From af3024964ae8b74c2f38e73be9f14cd83375dc2e Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Thu, 4 Sep 2025 18:13:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/sidebar/leftMenu.vue | 4 +++- src/styles/theme/white.scss | 2 +- src/views/productionSchedulingPlan/productPlan.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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,