修改样式

This commit is contained in:
Anyon 2022-06-15 18:06:14 +08:00
parent c66559fc04
commit c8949c6a48
3 changed files with 7 additions and 3 deletions

View File

@ -354,6 +354,7 @@
> .layui-card-header { > .layui-card-header {
top: @LayoutHeadTopHeight; top: @LayoutHeadTopHeight;
left: @LayoutLeftDefaSize; left: @LayoutLeftDefaSize;
box-sizing: border-box;
border-top: @BoxBottomLine; border-top: @BoxBottomLine;
border-bottom: 1px solid #fff !important; border-bottom: 1px solid #fff !important;
#NotSelect(); #NotSelect();
@ -364,9 +365,12 @@
padding: 0 15px; padding: 0 15px;
position: fixed; position: fixed;
background: #FFF; background: #FFF;
box-sizing: border-box;
line-height: @LayoutBodyHeadHeight; line-height: @LayoutBodyHeadHeight;
> div {
margin-top: -1px
}
& + .layui-card-line { & + .layui-card-line {
top: @LayoutBodyHeadHeight; top: @LayoutBodyHeadHeight;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long