Tabs: left align title when type is card (#15695)

pull/15737/head
luckyCao 2019-05-27 16:43:30 +08:00 committed by iamkun
parent 5fea8b46f2
commit 9ea7012cfd
1 changed files with 2 additions and 1 deletions

View File

@ -328,7 +328,7 @@
width: 100%;
text-align: center;
cursor: pointer;
i {
transform: rotateZ(90deg);
}
@ -393,6 +393,7 @@
border-right: 1px solid $--border-color-light;
border-bottom: none;
border-top: 1px solid $--border-color-light;
text-align: left;
}
.el-tabs__item.is-left:first-child {
border-right: 1px solid $--border-color-light;