From 786effd9dac8cf650c205a594f3692b20b3b04d3 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Wed, 7 Dec 2022 13:47:48 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B0=83=E6=95=B4=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=95=BF=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-admin-vue3/src/components/XModal/src/XModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yudao-ui-admin-vue3/src/components/XModal/src/XModal.vue b/yudao-ui-admin-vue3/src/components/XModal/src/XModal.vue index 4f54a8297..84200ad14 100644 --- a/yudao-ui-admin-vue3/src/components/XModal/src/XModal.vue +++ b/yudao-ui-admin-vue3/src/components/XModal/src/XModal.vue @@ -10,8 +10,8 @@ const props = defineProps({ fullscreen: propTypes.bool.def(false), loading: propTypes.bool.def(false), title: propTypes.string.def('弹窗'), - width: propTypes.string.def('800'), - height: propTypes.string.def('480'), + width: propTypes.string.def('40%'), + height: propTypes.string.def('60%'), minWidth: propTypes.string.def('460'), minHeight: propTypes.string.def('320'), showFooter: propTypes.bool.def(true)