refactor(core): 重构数据字典组件

- 将 AppDictionary 组件拆分为 dictList 和 DictDetail 两个子组件
-优化数据字典列表的渲染逻辑
This commit is contained in:
aixianling
2024-12-18 15:08:55 +08:00
parent d40830188d
commit 31c874e1ba
4 changed files with 150 additions and 132 deletions

View File

@@ -357,7 +357,7 @@ div[flex], .flex {
display: grid;
gap: 8px;
grid-template-columns: repeat(2, 1fr);
@for $i from 2 through 5 {
@for $i from 2 through 10 {
&.c-#{$i} {
grid-template-columns: repeat($i, 1fr);
}