refactor(core): 重构数据字典组件
- 将 AppDictionary 组件拆分为 dictList 和 DictDetail 两个子组件 -优化数据字典列表的渲染逻辑
This commit is contained in:
		| @@ -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); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user