docs: display all less variables (#7604)
This commit is contained in:
@@ -305,3 +305,23 @@ Use [ref](https://vuejs.org/v2/api/#ref) to get Picker instance and call instanc
|
||||
| getColumnValues | Get columns data of the column | columnIndex | values |
|
||||
| setColumnValues | Set columns data of the column | columnIndex, values | - |
|
||||
| confirm `v2.4.0` | Stop scrolling and emit confirm event | - | - |
|
||||
|
||||
### Less Variables
|
||||
|
||||
How to use: [Custom Theme](#/en-US/theme).
|
||||
|
||||
| Name | Default Value | Description |
|
||||
| ------------------------------- | -------------------------- | ----------- |
|
||||
| @picker-background-color | `@white` | - |
|
||||
| @picker-toolbar-height | `44px` | - |
|
||||
| @picker-title-font-size | `@font-size-lg` | - |
|
||||
| @picker-title-line-height | `@line-height-md` | - |
|
||||
| @picker-action-padding | `0 @padding-md` | - |
|
||||
| @picker-action-font-size | `@font-size-md` | - |
|
||||
| @picker-confirm-action-color | `@text-link-color` | - |
|
||||
| @picker-cancel-action-color | `@gray-6` | - |
|
||||
| @picker-option-font-size | `@font-size-lg` | - |
|
||||
| @picker-option-text-color | `@black` | - |
|
||||
| @picker-option-disabled-opacity | `0.3` | - |
|
||||
| @picker-loading-icon-color | `@blue` | - |
|
||||
| @picker-loading-mask-color | `rgba(255, 255, 255, 0.9)` | - |
|
||||
|
||||
Reference in New Issue
Block a user