From fd989d2af98e1ba50d82bbe9db6ce0a24a074bbf Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 18 九月 2024 14:22:09 +0800 Subject: [PATCH] 学员导入功能 --- src/layout/components/Sidebar/Logo.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 040fab6..cfbc216 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -24,8 +24,8 @@ }, data() { return { - title: 'Vue Admin Template', - logo: 'https://wpimg.wallstcn.com/69a1c46c-eb1c-4b46-8bd4-e9e686ef5251.png' + title: '鍙綋寰暀鍔�', + logo: 'https://s1.locimg.com/2024/09/11/ba34571897536.png' } } } @@ -64,7 +64,7 @@ & .sidebar-title { display: inline-block; margin: 0; - color: #fff; + color: #FFF; font-weight: 600; line-height: 50px; font-size: 14px; -- Gitblit v1.8.0