mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-05-22 14:39:16 +08:00
fix(Cell): 解决外部样式类优先级问题 @rex-zsd (#746)
This commit is contained in:
parent
deffdcb7b1
commit
f627653505
@ -46,7 +46,7 @@
|
||||
}
|
||||
|
||||
&__left-icon {
|
||||
font-size: 16px;
|
||||
font-size: 16px !important;
|
||||
line-height: 24px;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
@ -54,7 +54,7 @@
|
||||
|
||||
&__right-icon {
|
||||
color: @gray-dark;
|
||||
font-size: 12px;
|
||||
font-size: 12px !important;
|
||||
line-height: 24px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user