Merge pull request #848 from Leopoldthecoder/tabs-close

Tabs: fix a close button style overwriting bug, fixed #847
This commit is contained in:
baiyaaaaa 2016-11-06 00:44:03 +08:00 committed by GitHub
commit c2a937ce02

View File

@ -52,7 +52,7 @@
.el-tabs__active-bar {
display: none;
}
& .el-icon-close {
& .el-tabs__item .el-icon-close {
font-size: 12px;
vertical-align: middle;
line-height: 15px;