mirror of https://github.com/ElemeFE/element
Tabs: left align title when type is card (#15695)
parent
5fea8b46f2
commit
9ea7012cfd
|
@ -328,7 +328,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
i {
|
i {
|
||||||
transform: rotateZ(90deg);
|
transform: rotateZ(90deg);
|
||||||
}
|
}
|
||||||
|
@ -393,6 +393,7 @@
|
||||||
border-right: 1px solid $--border-color-light;
|
border-right: 1px solid $--border-color-light;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-top: 1px solid $--border-color-light;
|
border-top: 1px solid $--border-color-light;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
.el-tabs__item.is-left:first-child {
|
.el-tabs__item.is-left:first-child {
|
||||||
border-right: 1px solid $--border-color-light;
|
border-right: 1px solid $--border-color-light;
|
||||||
|
|
Loading…
Reference in New Issue