From 2045f3ec13a528e1acf6961da156c5204974e3bd Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 29 May 2025 09:43:54 +0800
Subject: [PATCH] feat: 统一去除高度

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

diff --git a/src/views/system/sysConfig.vue b/src/views/system/sysConfig.vue
index 65dfc20..0144f32 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,4 @@
 };
 </script>
 
-<style></style>
\ No newline at end of file
+<style></style>

--
Gitblit v1.9.3