diff --git a/core/core-frontend/src/components/visualization/DvSidebar.vue b/core/core-frontend/src/components/visualization/DvSidebar.vue index 7853d79..53f0295 100644 --- a/core/core-frontend/src/components/visualization/DvSidebar.vue +++ b/core/core-frontend/src/components/visualization/DvSidebar.vue @@ -466,7 +466,10 @@ const menuOpt = optName => { color: #ebebeb !important; } .ed-collapse-item__wrap .ed-input-number__decrease, .ed-input-number__increase{ - background-color: #434343 !important; + background-color: #434343; + color:#ffffff; +} +.ed-input-number__decrease, .ed-input-number__increase{ color:#ffffff; } .ed-collapse-item__wrap .ed-input-number.is-controls-right .ed-input-number__increase{ diff --git a/core/core-frontend/src/viewsnew/application/SfcEditor/Navbar.vue b/core/core-frontend/src/viewsnew/application/SfcEditor/Navbar.vue index f50dea7..8508e80 100644 --- a/core/core-frontend/src/viewsnew/application/SfcEditor/Navbar.vue +++ b/core/core-frontend/src/viewsnew/application/SfcEditor/Navbar.vue @@ -92,7 +92,6 @@ const TimeDisplay = { } } onMounted(() => { - console.log(props,66) navmenulist.value = props.menuList navtitle.value = props.projectName }) diff --git a/core/core-frontend/src/viewsnew/application/SfcEditor/index.vue b/core/core-frontend/src/viewsnew/application/SfcEditor/index.vue index f1d97c6..01df365 100644 --- a/core/core-frontend/src/viewsnew/application/SfcEditor/index.vue +++ b/core/core-frontend/src/viewsnew/application/SfcEditor/index.vue @@ -18,10 +18,10 @@