[update] 自定义菜单图标收回菜单文字隐藏

This commit is contained in:
zhaoxiao
2021-09-15 11:59:01 +08:00
parent 0ff1bd6344
commit c259b6cac5
+9 -2
View File
@@ -626,7 +626,6 @@ body {
border-right-color: transparent; border-right-color: transparent;
} }
} }
} }
// 外置的样式控制 // 外置的样式控制
@@ -694,7 +693,6 @@ body {
} }
.content { .content {
.table-operator { .table-operator {
margin-bottom: 18px; margin-bottom: 18px;
@@ -703,4 +701,13 @@ body {
} }
} }
} }
// 自定义图标收小隐藏文字
.ant-menu-inline-collapsed {
.anticon-jeecg + span {
opacity: 0!important;
}
}
</style> </style>