From d9ce1f746b31471dea69b495aae6af280f142cad Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Tue, 17 Jun 2025 09:28:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 2 +- .../src/viewsnew/application/SfcEditor/NavbarEditor/Navbar.vue | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 019410c..a520fc8 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -607,7 +607,7 @@ strong { .form-item-dark { .ed-input-number__decrease, .ed-input-number__increase { - color: #a6a6a6; + color: #a6a6a6 !important; } } diff --git a/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/Navbar.vue b/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/Navbar.vue index dda9c16..3040674 100644 --- a/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/Navbar.vue +++ b/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/Navbar.vue @@ -26,6 +26,7 @@ const showmodule = ref(false) const currentMoudleId = ref('') const showermission = ref(false) const showUserInfo = ref(false) +const currentrow = ref({}) watch( () => props.menuList, (newVal) => { @@ -54,6 +55,7 @@ function childmenuclick(item: any) { showUserInfo.value = false if (item.module_id && item.module_id !== '') { currentMoudleId.value = item.module_id + console.log('传递给 Assocmodule 的 props:',item) showmodule.value = true } else { showmodule.value = false