修改样式

This commit is contained in:
Anyon 2022-03-08 14:32:17 +08:00
parent fb4af10875
commit 5af901a29c
3 changed files with 6 additions and 6 deletions

View File

@ -277,10 +277,6 @@
padding-bottom: 0; padding-bottom: 0;
color: @LeftMainNavNormalTextColor; color: @LeftMainNavNormalTextColor;
.layui-nav-more {
padding: 0;
}
&:hover { &:hover {
color: @LeftMainNavActiveTextColor; color: @LeftMainNavActiveTextColor;
} }
@ -288,6 +284,10 @@
.nav-icon { .nav-icon {
padding-right: 5px; padding-right: 5px;
} }
.layui-nav-more {
padding: 0;
}
} }
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long