From 7e460156de73171f9660ce48f80703e79f8b478d Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期六, 14 六月 2025 11:48:26 +0800 Subject: [PATCH] 初始化提交 --- src/styles/sidebar.scss | 27 +++++++++++++++------------ 1 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/styles/sidebar.scss b/src/styles/sidebar.scss index d0f6384..440ecd9 100644 --- a/src/styles/sidebar.scss +++ b/src/styles/sidebar.scss @@ -90,17 +90,17 @@ } } .el-menu-item{ - height: auto; - line-height: normal; - font-size: 12px; - .sub-el-icon{ - font-size: 36px; - margin: 12px 0; - } - display: flex; - flex-direction: column; - align-items: center; - margin-right: 0; + // height: auto; + // line-height: normal; + // font-size: 12px; + // .sub-el-icon{ + // font-size: 36px; + // margin: 12px 0; + // } + // display: flex; + // flex-direction: column; + // align-items: center; + // margin-right: 0; } } @@ -108,6 +108,9 @@ .hideSidebar { .sidebar-container { width: 54px !important; + img{ + display: none !important; + } } .main-container { @@ -154,7 +157,7 @@ .el-menu--collapse { .el-submenu { &>.el-submenu__title { - &>span { + &>span:nth-child(2) { height: 0; width: 0; overflow: hidden; -- Gitblit v1.9.3