From 0a677777aea99c273c4d7f43477a2e250fbea988 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Thu, 26 May 2022 17:51:32 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=91=E5=BD=A2=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E5=99=A8=E9=BB=98=E8=AE=A4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ElTreeSelect/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/ElTreeSelect/index.vue b/frontend/src/components/ElTreeSelect/index.vue index e7d74955ad..ac3ad6d816 100644 --- a/frontend/src/components/ElTreeSelect/index.vue +++ b/frontend/src/components/ElTreeSelect/index.vue @@ -78,7 +78,9 @@ export default { type: Object, // {} default() { - return {} + return { + width: '100%' + } } }, // 下拉框 挂类