@@ -49,6 +49,7 @@ safe-password-time-stamp | Number | - | \- | N
4949safe-password-nonce | String | - | \- | N
5050safe-password-salt | String | - | \- | N
5151safe-password-custom-hash | String | - | \- | N
52+
5253### Input Events
5354
5455name | params | description
@@ -60,30 +61,31 @@ enter | `(value: InputValue)` | \-
6061focus | ` (value: InputValue) ` | \-
6162keyboardheightchange | ` (height: number, duration: number) ` | \-
6263
63-
6464### CSS Variables
65+
6566The component provides the following CSS variables, which can be used to customize styles.
66- Name | Default Value | Description
67+ Name | Default Value | Description
6768-- | -- | --
68- --td-input-bg-color | @bg-color-container | -
69- --td-input-border-color | @component-stroke | -
70- --td-input-border-left-space | 32rpx | -
71- --td-input-border-radius | @radius-default | -
72- --td-input-border-right-space | 0 | -
73- --td-input-default-text-color | @font-gray-1 | -
74- --td-input-default-tips-color | @font-gray-3 | -
75- --td-input-disabled-text-color | @text-color-disabled | -
76- --td-input-error-text-color | @error-color | -
77- --td-input-error-tips-color | @error-color | -
78- --td-input-label-max-width | 5em | -
79- --td-input-label-min-width | 2em | -
80- --td-input-label-text-color | @font-gray-1 | -
81- --td-input-placeholder-text-color | @text-color-placeholder | -
82- --td-input-prefix-icon-color | @font-gray-1 | -
83- --td-input-success-text-color | @success-color | -
84- --td-input-success-tips-color | @success-color | -
85- --td-input-suffix-icon-color | @font-gray-3 | -
86- --td-input-suffix-text-color | @font-gray-1 | -
87- --td-input-vertical-padding | 32rpx | -
88- --td-input-warning-text-color | @warning-color | -
89- --td-input-warning-tips-color | @warning-color | -
69+ --td-input-bg-color | @bg-color-container | -
70+ --td-input-border-color | @component-stroke | -
71+ --td-input-border-left-space | 32rpx | -
72+ --td-input-border-radius | @radius-default | -
73+ --td-input-border-right-space | 0 | -
74+ --td-input-default-text-color | @font-gray-1 | -
75+ --td-input-default-tips-color | @font-gray-3 | -
76+ --td-input-disabled-text-color | @text-color-disabled | -
77+ --td-input-error-text-color | @error-color | -
78+ --td-input-error-tips-color | @error-color | -
79+ --td-input-label-max-width | 5em | -
80+ --td-input-label-min-width | 2em | -
81+ --td-input-label-text-color | @font-gray-1 | -
82+ --td-input-placeholder-text-color | @text-color-placeholder | -
83+ --td-input-placeholder-text-font-size | @font-size-m | -
84+ --td-input-prefix-icon-color | @font-gray-1 | -
85+ --td-input-success-text-color | @success-color | -
86+ --td-input-success-tips-color | @success-color | -
87+ --td-input-suffix-icon-color | @font-gray-3 | -
88+ --td-input-suffix-text-color | @font-gray-1 | -
89+ --td-input-vertical-padding | 32rpx | -
90+ --td-input-warning-text-color | @warning-color | -
91+ --td-input-warning-tips-color | @warning-color | -
0 commit comments