From c393f8b721c1e7f6ea65ff0f3ad3a47dce71cfbc Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Tue, 21 Jan 2025 10:20:34 +0800
Subject: [PATCH] 格式异常问题解决

---
 src/views/tool/datasource.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/tool/datasource.vue b/src/views/tool/datasource.vue
index 9516941..baea9a5 100644
--- a/src/views/tool/datasource.vue
+++ b/src/views/tool/datasource.vue
@@ -19,7 +19,7 @@
                @refresh-change="refreshChange"
                @on-load="onLoad">
       <template slot="menuLeft">
-        <el-button type="danger"
+        <el-button
                    size="small"
                    icon="el-icon-delete"
                    plain
@@ -50,6 +50,7 @@
         option: {
           height: 'auto',
           calcHeight: 30,
+          menuWidth:250,
           dialogWidth: 900,
           tip: false,
           searchShow: true,

--
Gitblit v1.9.3