mirror of https://gitee.com/xiaonuobase/snowy
【优化】多标签下全屏去掉多余内容,让内容铺满整个界面;优化一个滚动条样式
parent
67c7f9db3a
commit
9e3809764b
|
@ -262,9 +262,12 @@ 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, .admin-ui-breadcrumb, .snowy-tags {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.main-content-wrapper {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 最大化后的退出按钮 */
|
/* 最大化后的退出按钮 */
|
||||||
|
@ -359,6 +362,7 @@ body,
|
||||||
.timeline-div,
|
.timeline-div,
|
||||||
.gen-preview-content,
|
.gen-preview-content,
|
||||||
.ant-menu,
|
.ant-menu,
|
||||||
|
.ant-tabs-dropdown-menu,
|
||||||
|
|
||||||
.admin-ui-main{
|
.admin-ui-main{
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
|
|
Loading…
Reference in New Issue