From 9a34cc100384b0db98166e1a7e4f35dee44fb8ae Mon Sep 17 00:00:00 2001 From: zhitan-cloud <394600+ustcyc@user.noreply.gitee.com> Date: 星期一, 13 一月 2025 21:49:16 +0800 Subject: [PATCH] !16 合并到主分支 Merge pull request !16 from zhitan-cloud/develop1.0 --- zhitan-vue/src/layout/components/Sidebar/Logo.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/zhitan-vue/src/layout/components/Sidebar/Logo.vue b/zhitan-vue/src/layout/components/Sidebar/Logo.vue index 4831fa2..36ee63f 100644 --- a/zhitan-vue/src/layout/components/Sidebar/Logo.vue +++ b/zhitan-vue/src/layout/components/Sidebar/Logo.vue @@ -19,7 +19,7 @@ <img v-else :src="systemInfo.leftLogo" class="sidebar-logo" /> </div> - <div class="name" v-if="!collapse" :style="{ color: sideTheme === 'theme-dark' ? '#fff' : '#487FEE' }"> + <div class="name" v-if="!collapse" :style="{ color: sideTheme === 'theme-dark' ? '#fff' : '#333' }"> {{ title }} </div> </div> @@ -58,27 +58,27 @@ .sidebar-logo-container { position: relative; width: 100%; - height: 50px; - line-height: 50px; - background: #2b2f3a; + height: 70px; + line-height: 70px; + background: #1a235d; text-align: center; overflow: hidden; display: flex; + justify-content: center; align-items: center; - margin-top: 24px; - margin-bottom: 15px; + // margin-top: 24px; + // margin-bottom: 15px; .logo { width: 40px; height: 40px; - margin-left: 13px; + margin-left: 10px; .sidebar-logo { width: 100%; height: 100%; } } .name { - width: 210px; - margin-top: 2px; + // width: 210px; margin-left: 6px; font-family: OPPOSans, OPPOSans; font-weight: bold; -- Gitblit v1.9.3