From 5cc7ee2ac85f93e9e9df4b268d4fb8bd532bb080 Mon Sep 17 00:00:00 2001 From: hailin <1356886193@qq.com> Date: 星期二, 18 七月 2023 11:10:01 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/yuanchu_code/lims-front-end --- src/layout/components/Sidebar/Logo.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 000afd6..d30b499 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -53,9 +53,10 @@ & .sidebar-logo-link { height: 100%; width: 100%; - padding: 0px 20px; + padding: 0px; box-sizing: border-box; - text-align: left; + text-align: center; + align-items: center; & .sidebar-logo { // width: 32px; // height: 32px; -- Gitblit v1.9.3