Skip to content

Commit 405bacd

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

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/tabs/index.less

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@
119119
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
120120
}
121121

122-
.l-tabs-vertical {
123-
.l-tabpanel-swiper {
124-
height: initial;
125-
}
126-
}
127-
128122
.l-placement-top .l-tabpanel-content,
129123
.l-placement-bottom .l-tabpanel-content {
130124
width: 100%;

0 commit comments

Comments
 (0)