From 311a182879165a05fe3e179547ba344fde6c9141 Mon Sep 17 00:00:00 2001
From: rjg <746338628@qq.com>
Date: Fri, 06 Jun 2025 13:53:22 +0800
Subject: [PATCH] Merge branch 'test' of http://139.196.74.78:10010/r/drone/drone-web-manage into feature_0.2_lince

---
 src/views/system/sysConfig.vue |   19 +++++++++++++------
 1 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/src/views/system/sysConfig.vue b/src/views/system/sysConfig.vue
index 65dfc20..193164a 100644
--- a/src/views/system/sysConfig.vue
+++ b/src/views/system/sysConfig.vue
@@ -21,10 +21,10 @@
       @on-load="onLoad"
     >
       <template #menu-left>
-        <el-button 
-          type="primary" 
+        <el-button
+          type="primary"
           icon="el-icon-plus"
-          v-if="permissionList.addBtn" 
+          v-if="permissionList.addBtn"
           @click="$refs.crud.rowAdd()"
         >新增</el-button>
         <el-button
@@ -70,8 +70,6 @@
       },
       selectionList: [],
       option: {
-        height: 'auto',
-        calcHeight: 32,
         dialogWidth: 950,
         tip: false,
         searchShow: true,
@@ -304,4 +302,13 @@
 };
 </script>
 
-<style></style>
\ No newline at end of file
+<style scoped lang="scss">
+  :deep(){
+    .avue-crud__body{
+      .el-form{
+        height: 745px;
+        overflow: auto;
+      }
+    }
+  }
+</style>

--
Gitblit v1.9.3