bug 78101
This commit is contained in:
@@ -4,4 +4,10 @@
|
|||||||
&:before {
|
&:before {
|
||||||
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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user