From e943d5c81c311fc9eb51513c018689b6978ae135 Mon Sep 17 00:00:00 2001 From: birt <2499248221@qq.com> Date: 星期日, 13 四月 2025 13:08:54 +0800 Subject: [PATCH] 123123 --- zhitan-vue/src/layout/index.vue | 41 +++-------------------------------------- 1 files changed, 3 insertions(+), 38 deletions(-) diff --git a/zhitan-vue/src/layout/index.vue b/zhitan-vue/src/layout/index.vue index ae42aea..f190105 100644 --- a/zhitan-vue/src/layout/index.vue +++ b/zhitan-vue/src/layout/index.vue @@ -9,7 +9,7 @@ <img v-if="sideTheme === 'theme-dark'" :src="systemInfo.leftLogo" class="sidebar-logo" /> <img v-else :src="systemInfo.leftLogo" class="sidebar-logo" /> </div> - <div class="name" v-if="sidebar.opened" :style="{ color: '#fff' }"> + <div class="name" v-if="sidebar.opened" :style="{ color: sideTheme === 'theme-dark' ? '#fff' : '#333' }"> {{ title }} </div> </div> @@ -86,7 +86,7 @@ // 璺宠浆鍒版姤璀﹂〉闈� function goToAlarm() { - router.push('/alarmmanage/measuremen?modelCode=BJGL') + router.push('/alarm/list') } // 鎵撳紑AI澶фā鍨嬪璇濇 @@ -351,47 +351,12 @@ } .themeDark { - .navbar-container { - background: #1a235d; - border-bottom: 2px solid #110f2e; - } - .navbar { - background: transparent !important; + background: #002866 !important; } .sidebar-container { background-color: #002866 !important; - } -} - -.themeLight { - .navbar-container { - background: #3883FA; - } - - .navbar { - background: transparent !important; - - .left { - .sidebar-logo-container { - .name { - color: #fff !important; - } - } - } - - .right { - .right-menu { - .right-menu-item { - color: #fff; - - .right-menu-icon { - color: #fff; - } - } - } - } } } </style> \ No newline at end of file -- Gitblit v1.9.3