选项卡样式优化

This commit is contained in:
RuoYi
2019-06-14 18:48:01 +08:00
parent 58673fa502
commit e0af01d16c
3 changed files with 14 additions and 10 deletions

View File

@ -146,6 +146,12 @@
margin-right: 5px
}
.nav-tabs-custom>.nav-tabs>li.header {
padding-left: 5px;
font-size: 16px;
line-height: 30px;
}
.nav-tabs-custom>.nav-tabs>li.disabled>a {
color: #777
}