diff --git a/packages/core/AppDictionary/AppDictionary.vue b/packages/core/AppDictionary/AppDictionary.vue
index ce0e0b16..aff3d1b7 100644
--- a/packages/core/AppDictionary/AppDictionary.vue
+++ b/packages/core/AppDictionary/AppDictionary.vue
@@ -1,151 +1,27 @@
-
-
-
-
-
- 添加
-
-
-
-
- 查询
-
- 重置
-
-
-
-
-
- {{ op.dictValue }}|{{ op.dictName }}
- {{ op.dictColor ? '| ' + op.dictColor : '' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/packages/core/AppDictionary/dictList.vue b/packages/core/AppDictionary/dictList.vue
new file mode 100644
index 00000000..4d45be04
--- /dev/null
+++ b/packages/core/AppDictionary/dictList.vue
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+ 查询
+
+ 重置
+
+
+
+
+
+
+ {{ [op.dictValue, op.dictName, op.dictColor].filter(Boolean).join("|") }}
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
diff --git a/ui/lib/styles/common.scss b/ui/lib/styles/common.scss
index 34f65c74..763b418c 100644
--- a/ui/lib/styles/common.scss
+++ b/ui/lib/styles/common.scss
@@ -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);
}
diff --git a/ui/packages/layout/AiPage.vue b/ui/packages/layout/AiPage.vue
index 68e7ba1e..2c5d7e04 100644
--- a/ui/packages/layout/AiPage.vue
+++ b/ui/packages/layout/AiPage.vue
@@ -15,7 +15,7 @@ export default {