修改样式文件

This commit is contained in:
邹景立 2022-03-06 00:03:11 +08:00
parent 4ef9998f9d
commit 935ad87ae8
6 changed files with 4 additions and 12 deletions

View File

@ -355,7 +355,7 @@
top: @BodyMainTop; top: @BodyMainTop;
left: @LayoutDefaLeftSzie; left: @LayoutDefaLeftSzie;
border-top: @BoxBottomLine; border-top: @BoxBottomLine;
border-bottom-width: 0 !important; border-bottom: 1px solid #fff !important;
right: 0; right: 0;
height: 45px; height: 45px;

View File

@ -45,12 +45,6 @@
} }
} }
> .layui-body {
> .think-page-body > .layui-card > .layui-card-header {
box-sizing: border-box;
}
}
> .layui-header { > .layui-header {
background: @headNormalBackColor; background: @headNormalBackColor;

View File

@ -122,7 +122,6 @@
> .layui-card-header { > .layui-card-header {
left: 261px; left: 261px;
border-bottom: unset;
} }
} }
} }
@ -191,8 +190,8 @@
} }
> .layui-header { > .layui-header {
z-index: 334;
left: 260px !important; left: 260px !important;
z-index: 334;
} }
} }

View File

@ -97,7 +97,6 @@
} }
> .layui-card-header { > .layui-card-header {
box-sizing: border-box;
box-shadow: none !important; box-shadow: none !important;
border-left: @BoxBottomLine; border-left: @BoxBottomLine;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long