From 84897f28662a94a6caec972c543538c2c9fdf0f5 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期一, 22 十二月 2025 11:22:42 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/cwxt_master' into cwxt_master

---
 ui/admin-ui3/src/main.ts |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/ui/admin-ui3/src/main.ts b/ui/admin-ui3/src/main.ts
index 1fe33ee..9cac24d 100644
--- a/ui/admin-ui3/src/main.ts
+++ b/ui/admin-ui3/src/main.ts
@@ -61,13 +61,19 @@
         viewBtn: true,
         selection: true,
         searchSpan: 5,
+        height: 600,
         props: {
             label: 'dictLabel',
             value: 'dictValue'
         },
         searchMenuSpan: 4,
 
+    },
+    formOption:{
+        props: {
+            label: 'dictLabel',
+            value: 'dictValue'
+        },
     }
-
 })
 app.mount('#app')

--
Gitblit v1.8.0