mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(Tabs): remove invalid head padding for card type (#9168)
* fix: 去除card类型的tabs头样式多余padding * style: 优化tabs组件not选择器写法 Co-authored-by: 彭伟聪 <weicong.peng@foxmail.com>
This commit is contained in:
parent
795de3dd51
commit
2fe60bc4a9
@ -93,7 +93,7 @@
|
||||
padding-bottom: 15px; /* 15px padding to hide scrollbar in mobile safari */
|
||||
}
|
||||
|
||||
&--complete {
|
||||
&--line&--complete {
|
||||
padding-right: var(--van-padding-xs);
|
||||
padding-left: var(--van-padding-xs);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user