From 1dc6b27e04b69dfb29229805e7bfb2d8c86363e1 Mon Sep 17 00:00:00 2001 From: icssoa <2570063477@qq.com> Date: Mon, 15 Mar 2021 14:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=92=E4=BB=B6=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cool/modules/base/views/plugin.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/cool/modules/base/views/plugin.vue b/src/cool/modules/base/views/plugin.vue index 17e07ef..94448f6 100644 --- a/src/cool/modules/base/views/plugin.vue +++ b/src/cool/modules/base/views/plugin.vue @@ -78,37 +78,40 @@ export default { columns: [ { label: "名称", - prop: "name" + prop: "name", + "min-width": 140 }, { label: "作者", prop: "author", - width: 150 + "min-width": 120 }, { label: "联系方式", prop: "contact", - "show-overflow-tooltip": true + "show-overflow-tooltip": true, + "min-width": 180 }, { label: "功能描述", prop: "description", - "show-overflow-tooltip": true + "show-overflow-tooltip": true, + "min-width": 150 }, { label: "版本号", prop: "version", - width: 120 + "min-width": 110 }, { label: "是否启用", prop: "enable", - width: 120 + "min-width": 110 }, { label: "命名空间", prop: "namespace", - width: 150 + "min-width": 110 }, { label: "状态",