优化tab布局

pull/96/head
lyswhut 2019-11-29 21:33:11 +08:00
parent 8d743803c8
commit 0af322a3a8
1 changed files with 2 additions and 2 deletions

View File

@ -110,13 +110,13 @@ export default {
display: inline-block; display: inline-block;
border: none; border: none;
cursor: pointer; cursor: pointer;
padding: 5px 10px 7px; padding: 0 10px;
font-size: 12px; font-size: 12px;
// color: @color-btn; // color: @color-btn;
outline: none; outline: none;
transition: background-color @transition-theme; transition: background-color @transition-theme;
background-color: @color-tab-btn-background; background-color: @color-tab-btn-background;
line-height: 28px;
} }
&:hover { &:hover {
// border-left-color: @color-theme_2-hover; // border-left-color: @color-theme_2-hover;