mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Cell: fix required style (#553)
This commit is contained in:
parent
ddc113a0f5
commit
c8875f60cc
@ -72,7 +72,7 @@
|
|||||||
&::before {
|
&::before {
|
||||||
content: '*';
|
content: '*';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -7px;
|
left: 7px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: $red;
|
color: $red;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user