From a4ba19ae45ed3e9819bd99ae9f4666625e6f353a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 09 Dec 2022 17:52:29 +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