【更新】修复一个前端模块坞闪烁问题,优化css样式

This commit is contained in:
小诺 2023-03-21 00:47:15 +08:00 committed by 俞宝山
parent 09c4fb24b5
commit e97ea6b731
2 changed files with 169 additions and 169 deletions

View File

@ -124,7 +124,8 @@
} }
.module-menu{ .module-menu{
line-height: 50px; line-height: 50px;
border-bottom: 0px border-bottom: 0px;
width: 105%;
} }
.module-menu-color{ .module-menu-color{
color: white; color: white;

View File

@ -347,7 +347,6 @@ a, button, input, textarea {
.main-maximize-exit { .main-maximize-exit {
display: block; display: block;
} }
.ant-layout-sider, .ant-layout-sider-dark, .layout-setting, .snowy-header { .ant-layout-sider, .ant-layout-sider-dark, .layout-setting, .snowy-header {
display: none; display: none;
} }