mirror of
https://github.com/youzan/vant.git
synced 2026-01-27 02:00:43 +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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user