Skip to content

Commit 42d0790

Browse files
committed
refactor(Segment): 删除 css height:initial 属性
height 属性没有继承性,设置为 initial 和不写是等价的
1 parent 71f31fe commit 42d0790

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/segment/index.less

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@
7676
flex-direction: column-reverse;
7777
}
7878

79-
80-
.l-tabs-vertical {
81-
.l-tabpanel-swiper {
82-
height: initial;
83-
}
84-
}
85-
8679
// 滚动标签栏-水平
8780
.l-tabs-scroll.l-tabs-horizontal {
8881
.l-tabs-header {

0 commit comments

Comments
 (0)