Browse Source

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

luckyCao 6 năm trước cách đây
mục cha
commit
9ea7012cfd
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      packages/theme-chalk/src/tabs.scss

+ 2 - 1
packages/theme-chalk/src/tabs.scss

@@ -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;