fix(Field): required mark position (#9035)

This commit is contained in:
neverland
2021-07-15 11:31:16 +08:00
committed by GitHub
parent ad3275ba7a
commit 69524def7b
6 changed files with 20 additions and 6 deletions
+1
View File
@@ -18,3 +18,4 @@
@field-word-limit-font-size: var(--van-font-size-sm);
@field-word-limit-line-height: 16px;
@field-disabled-text-color: var(--van-gray-5);
@field-required-mark-color: var(--van-red);