mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[bugfix] Cell: fix required style (#553)
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
&::before {
|
||||
content: '*';
|
||||
position: absolute;
|
||||
left: -7px;
|
||||
left: 7px;
|
||||
font-size: 14px;
|
||||
color: $red;
|
||||
}
|
||||
|
Reference in New Issue
Block a user