mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(List): remove unused Less var @list-icon-margin-right (#8759)
This commit is contained in:
parent
eeb40dbf9b
commit
2378076575
@ -206,7 +206,6 @@ How to use: [Custom Theme](#/en-US/theme).
|
||||
|
||||
| Name | Default Value | Description |
|
||||
| ----------------------- | --------------- | ----------- |
|
||||
| @list-icon-margin-right | `@padding-base` | - |
|
||||
| @list-text-color | `@gray-6` | - |
|
||||
| @list-text-font-size | `@font-size-md` | - |
|
||||
| @list-text-line-height | `50px` | - |
|
||||
|
@ -221,7 +221,6 @@ export default {
|
||||
|
||||
| 名称 | 默认值 | 描述 |
|
||||
| ----------------------- | --------------- | ---- |
|
||||
| @list-icon-margin-right | `@padding-base` | - |
|
||||
| @list-text-color | `@gray-6` | - |
|
||||
| @list-text-font-size | `@font-size-md` | - |
|
||||
| @list-text-line-height | `50px` | - |
|
||||
|
@ -1,6 +1,5 @@
|
||||
@import '../style/var.less';
|
||||
|
||||
@list-icon-margin-right: @padding-base;
|
||||
@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