1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

[bugfix] Cell: fix required style ()

This commit is contained in:
qianzhaoyan 2018-01-22 09:56:56 +08:00 committed by neverland
parent ddc113a0f5
commit c8875f60cc

@ -72,7 +72,7 @@
&::before {
content: '*';
position: absolute;
left: -7px;
left: 7px;
font-size: 14px;
color: $red;
}