fix(Tabs): remove invalid head padding for card type (#9169)

* fix: 去除card类型的tabs头样式多余padding

* style: 优化tabs组件not选择器写法

Co-authored-by: TCLKING\weicong.peng <weicong.peng@tcl.com>
Co-authored-by: 彭伟聪 <weicong.peng@foxmail.com>
This commit is contained in:
Weicong Peng 2021-08-04 09:48:04 +08:00 committed by GitHub
parent 78712e135d
commit 9534867347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@
padding-bottom: 15px; /* 15px padding to hide scrollbar in mobile safari */
}
&--complete {
&--line&--complete {
padding-right: @padding-xs;
padding-left: @padding-xs;
}