This commit is contained in:
songwanli2025@163.com 2020-04-17 19:12:05 +08:00
parent 914fdc8ff9
commit 8ebe226a10
3 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,7 @@ dynamicTags
|disabled|`boolean`|`false`||
|round|`boolean`|`false`||
|closable|`boolean`|`false`||
|spacing|`number`|`5`|`Label spacing, default is 5px`|
## Slots

View File

@ -40,6 +40,7 @@ dynamicTags
|disabled|`boolean`|`false`||
|round|`boolean`|`false`||
|closable|`boolean`|`false`||
|spacing|`number`|`5`|`标签间距, 默认是 5px`|
## Slots
|名称|参数|说明|

View File

@ -32,6 +32,6 @@
dividerColor: $--overlay-divider;
borderColor: $--n-border-color;
easeInOutCubicBezier: $--n-ease-in-out-cubic-bezier;
// tableHeaderColor: composite-color($--neutral-card, $--overlay-action);
tableHeaderColor: composite-color($--neutral-card, $--overlay-action);
inputBackgroundColor: $--overlay-input;
}