mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(FIeld): field-error-message-font-size var name (#9393)
This commit is contained in:
parent
76e8e62efd
commit
1fd630a9d2
@ -307,7 +307,7 @@ How to use: [Custom Theme](#/en-US/theme).
|
||||
| @field-clear-icon-color | `@gray-5` | - |
|
||||
| @field-right-icon-color | `@gray-6` | - |
|
||||
| @field-error-message-color | `@red` | - |
|
||||
| @field-error-message-text-color | `12px` | - |
|
||||
| @field-error-message-font-size | `12px` | - |
|
||||
| @field-text-area-min-height | `60px` | - |
|
||||
| @field-word-limit-color | `@gray-7` | - |
|
||||
| @field-word-limit-font-size | `@font-size-sm` | - |
|
||||
|
@ -332,7 +332,7 @@ export default {
|
||||
| @field-clear-icon-color | `@gray-5` | - |
|
||||
| @field-right-icon-color | `@gray-6` | - |
|
||||
| @field-error-message-color | `@red` | - |
|
||||
| @field-error-message-text-color | `12px` | - |
|
||||
| @field-error-message-font-size | `12px` | - |
|
||||
| @field-text-area-min-height | `60px` | - |
|
||||
| @field-word-limit-color | `@gray-7` | - |
|
||||
| @field-word-limit-font-size | `@font-size-sm` | - |
|
||||
|
@ -134,7 +134,7 @@
|
||||
|
||||
&__error-message {
|
||||
color: @field-error-message-color;
|
||||
font-size: @field-error-message-text-color;
|
||||
font-size: @field-error-message-font-size;
|
||||
text-align: left;
|
||||
|
||||
&--center {
|
||||
|
@ -397,7 +397,7 @@
|
||||
@field-clear-icon-color: @gray-5;
|
||||
@field-right-icon-color: @gray-6;
|
||||
@field-error-message-color: @red;
|
||||
@field-error-message-text-color: 12px;
|
||||
@field-error-message-font-size: 12px;
|
||||
@field-text-area-min-height: 60px;
|
||||
@field-word-limit-color: @gray-7;
|
||||
@field-word-limit-font-size: @font-size-sm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user