From f0afdc84ddfb0798cdcb1ba5ff5b1ee92ed833d4 Mon Sep 17 00:00:00 2001 From: 展杰 <1240968267@qq.com> Date: 星期一, 20 十一月 2023 17:46:16 +0800 Subject: [PATCH] Merge branch 'master' of http://git.gs-mes.com:8080/sjz/pad --- components/w-select/w-select.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/w-select/w-select.vue b/components/w-select/w-select.vue index 7786004..52a6143 100644 --- a/components/w-select/w-select.vue +++ b/components/w-select/w-select.vue @@ -108,11 +108,11 @@ props: { width: { type: String, - default: '200px' + default: '140px' }, height: { type: String, - default: '30px' + default: '40px' }, bgColor: { type: String, -- Gitblit v1.9.3