优化后台样式

This commit is contained in:
邹景立 2021-08-20 10:16:50 +08:00
parent 8894315afc
commit feb15ae7ea
4 changed files with 26 additions and 2093 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -765,10 +765,10 @@ fieldset {
top: 50%;
width: 50px;
height: 50px;
margin: -35px 0 0 -35px;
z-index: 999999;
margin: -30px 0 0 -30px;
position: fixed;
display: inline-block;
position: fixed;
background-color: @LoadBackColor;
}

View File

@ -247,7 +247,7 @@
background: @BodyMainBackColor;
box-shadow: @ShadowDownInset;
> .think-page-body + .think-page-loader {
> .think-page-loader {
left: @LayoutDefaLeftSzie
}
@ -310,18 +310,19 @@
.layui-layout-left-mini {
.layui-header, .think-page-body + .think-page-loader {
.layui-header {
left: @LayoutMiniLeftSize !important;
}
> .layui-body {
left: @LayoutMiniLeftSize;
left: @LayoutMiniLeftSize !important;
> .think-page-body > .layui-card {
> .layui-card-header {
left: @LayoutMiniLeftSize;
}
> .think-page-loader {
left: @LayoutMiniLeftSize !important;
}
> .think-page-body > .layui-card > .layui-card-header {
left: @LayoutMiniLeftSize !important;
}
}
@ -375,17 +376,7 @@
}
.layui-layout-left-hide {
> .layui-body {
left: 0 !important;
> .think-page-body > .layui-card {
> .layui-card-header {
left: 0 !important;
}
}
}
> .layui-header, .think-page-body + .think-page-loader {
> .layui-header {
left: 0 !important;
.layui-logo-hide {
@ -397,6 +388,18 @@
display: none !important;
}
> .layui-body {
left: 0 !important;
> .think-page-loader {
left: 0 !important;
}
> .think-page-body > .layui-card > .layui-card-header {
left: 0 !important;
}
}
[data-target-menu-type] {
display: none !important;
}