[improvement] Field: optimize label width

This commit is contained in:
陈嘉涵
2019-04-30 16:23:02 +08:00
parent 3fbd94f345
commit dd32efd5a4
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -150,7 +150,7 @@
@dialog-confirm-button-text-color: @blue;
// Field
@field-label-max-width: 90px;
@field-label-width: 90px;
@field-input-text-color: @text-color;
@field-input-error-text-color: @red;
@field-input-disabled-text-color: @gray-dark;