mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
fix bug
This commit is contained in:
parent
914fdc8ff9
commit
8ebe226a10
@ -38,6 +38,7 @@ dynamicTags
|
||||
|disabled|`boolean`|`false`||
|
||||
|round|`boolean`|`false`||
|
||||
|closable|`boolean`|`false`||
|
||||
|spacing|`number`|`5`|`Label spacing, default is 5px`|
|
||||
|
||||
|
||||
## Slots
|
||||
|
@ -40,6 +40,7 @@ dynamicTags
|
||||
|disabled|`boolean`|`false`||
|
||||
|round|`boolean`|`false`||
|
||||
|closable|`boolean`|`false`||
|
||||
|spacing|`number`|`5`|`标签间距, 默认是 5px`|
|
||||
|
||||
## Slots
|
||||
|名称|参数|说明|
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user