调整后台样式

This commit is contained in:
邹景立 2021-04-09 21:44:39 +08:00
parent 8465a64333
commit 2cb22b376e
3 changed files with 8 additions and 2 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

@ -20,11 +20,17 @@ fieldset {
.layui-tab {
.layui-tab-title {
background: #E0E0E0;
border-top-left-radius: @boxBorderRadius;
border-top-right-radius: @boxBorderRadius;
> li:first-child {
margin-left: 0 !important;
border-top-left-radius: @boxBorderRadius;
&:after {
border-left: none
}
}
}