From 4a8efc53405efe0d20312694d39fbd8184badb39 Mon Sep 17 00:00:00 2001
From: yuyu <1981343953@qq.com>
Date: 星期二, 15 八月 2023 17:14:23 +0800
Subject: [PATCH] 8.15提交
---
src/layout/components/Sidebar/Logo.vue | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 000afd6..d07b76a 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -53,16 +53,18 @@
& .sidebar-logo-link {
height: 100%;
width: 100%;
- padding: 0px 20px;
+ padding: 0px 8px;
box-sizing: border-box;
- text-align: left;
+ // text-align: center;
+ // align-items: center;
& .sidebar-logo {
+ width: 100%;
// width: 32px;
// height: 32px;
// width: 60%;
// height: 70%;
- width: 80%;
- height: 80%;
+ // width: 80%;
+ // height: 80%;
vertical-align: middle;
// margin-right: 12px;
}
--
Gitblit v1.9.3