mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(List): remove unused Less var @list-icon-margin-right (#8758)
* docs(PullRefresh): fix spell check * style(cli): fix spell check about "toogle" -> "toggle" in DemoPlayground.vue * style(Button): fix spell error * feat(List): remove unused Less var @list-icon-margin-right
This commit is contained in:
parent
7524ab7131
commit
626ca4954c
@ -183,7 +183,6 @@ How to use: [Custom Theme](#/en-US/theme).
|
||||
|
||||
| Name | Default Value | Description |
|
||||
| ----------------------- | --------------- | ----------- |
|
||||
| @list-icon-margin-right | `5px` | - |
|
||||
| @list-text-color | `@gray-6` | - |
|
||||
| @list-text-font-size | `@font-size-md` | - |
|
||||
| @list-text-line-height | `50px` | - |
|
||||
|
@ -198,7 +198,6 @@ export default {
|
||||
|
||||
| 名称 | 默认值 | 描述 |
|
||||
| ----------------------- | --------------- | ---- |
|
||||
| @list-icon-margin-right | `5px` | - |
|
||||
| @list-text-color | `@gray-6` | - |
|
||||
| @list-text-font-size | `@font-size-md` | - |
|
||||
| @list-text-line-height | `50px` | - |
|
||||
|
@ -474,7 +474,6 @@
|
||||
@image-preview-close-icon-z-index: 1;
|
||||
|
||||
// List
|
||||
@list-icon-margin-right: 5px;
|
||||
@list-text-color: @gray-6;
|
||||
@list-text-font-size: @font-size-md;
|
||||
@list-text-line-height: 50px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user