feat(List): remove unused Less var @list-icon-margin-right (#8759)

This commit is contained in:
a298003154 2021-05-25 11:16:53 +08:00 committed by GitHub
parent eeb40dbf9b
commit 2378076575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -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` | - |

View File

@ -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` | - |

View File

@ -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;