style(Field): label width adjusted to 84px (#6583)

This commit is contained in:
neverland
2020-06-20 16:56:25 +08:00
committed by GitHub
parent f10a97b692
commit e1f67fa898
7 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -343,8 +343,9 @@
@empty-bottom-margin-top: 24px;
// Field
@field-label-width: 90px;
@field-label-width: 84px;
@field-label-color: @gray-7;
@field-label-margin-right: @padding-sm;
@field-input-text-color: @text-color;
@field-input-error-text-color: @red;
@field-input-disabled-text-color: @gray-5;