File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 255
255
256
256
.@{tabs-prefix-cls} __icon-close {
257
257
display : inline-flex ;
258
- width : 14 px ;
259
- height : 14 px ;
258
+ width : var ( --tv-Tabs-icon-size-close ) ;
259
+ height : var ( --tv-Tabs-icon-size-close ) ;
260
260
justify-content : center ;
261
261
align-items : center ;
262
262
}
588
588
line-height : var (--tv-Tabs-button-card-item-height );
589
589
border : 1px solid transparent ;
590
590
591
+ .@{tabs-prefix-cls} {
592
+ &__icon-close {
593
+ margin-left : -20px ;
594
+ margin-right : 24px ;
595
+ }
596
+
597
+ &__item-separator {
598
+ left : 1px ;
599
+ }
600
+ }
601
+
591
602
& .is-disabled {
592
603
color : var (--tv-Tabs-item-disabled-text-color );
593
604
634
645
display : inline-flex ;
635
646
justify-content : center ;
636
647
align-items : center ;
637
- width : var (--tv-Tabs-icon-size-close );
638
- height : var (--tv-Tabs-icon-size-close );
639
- line-height : var (--tv-Tabs-icon-size-close );
640
648
vertical-align : middle ;
641
- overflow : hidden ;
642
649
transform-origin : 100% 50% ;
643
650
}
644
651
}
1223
1230
height : 16px ;
1224
1231
}
1225
1232
1226
- &&--top &-- button-card &__item :last-child &__item-separator ,
1227
- &&--top &-- button-card &__item .is-active &__item-separator {
1233
+ &&--button-card &__item :last-child &__item-separator ,
1234
+ &&--button-card &__item .is-active &__item-separator {
1228
1235
display : none ;
1229
1236
}
1230
1237
You can’t perform that action at this time.
0 commit comments