feat: (system/dict)优化字典管理功能

- 改进字典标签类型选择功能,支持清空选项

BREAKING CHANGE: - 优化字典项页面布局和样式,使其统一
This commit is contained in:
zimo493
2025-05-21 13:45:57 +08:00
parent 239401c18f
commit 5c7d14bd0d
3 changed files with 102 additions and 79 deletions

View File

@@ -296,7 +296,7 @@ export interface DictItemForm {
/**
* 标签类型
*/
tagType?: "success" | "warning" | "info" | "primary" | "danger" | undefined;
tagType?: "success" | "warning" | "info" | "primary" | "danger" | "";
}
/**