[bugfix] Cell: fix required style (#553)

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

View File

@ -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;
} }