bug 78101

This commit is contained in:
danshihao
2023-11-02 16:21:57 +08:00
parent f9d04eba17
commit e388ee7e06
+6
View File
@@ -5,3 +5,9 @@
font-family: "icon-extend", "extend", serif !important; font-family: "icon-extend", "extend", serif !important;
} }
} }
// 折叠时隐藏文字
.ant-menu-inline-collapsed .iconfont + span {
display: inline-block;
max-width: 0;
opacity: 0;
}