From 5d1e0dda41d04abb33ff03639f26f3d83fa6ef9b Mon Sep 17 00:00:00 2001 From: xh <11675084@qq.com> Date: Mon, 27 Oct 2025 15:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=BC=B9=E7=AA=97=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=85=B3=E9=97=AD=EF=BC=8C=E9=BB=98=E8=AE=A4=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=86=85=E5=AE=B9=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/Dialog/src/Dialog.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/src/components/Dialog/src/Dialog.vue b/web/src/components/Dialog/src/Dialog.vue index 3f5930d..51c39b2 100644 --- a/web/src/components/Dialog/src/Dialog.vue +++ b/web/src/components/Dialog/src/Dialog.vue @@ -12,8 +12,8 @@ const props = defineProps({ title: propTypes.string.def('Dialog'), fullscreen: propTypes.bool.def(true), width: propTypes.oneOfType([String, Number]).def('40%'), - scroll: propTypes.bool.def(false), // 是否开启滚动条。如果是的话,按照 maxHeight 设置最大高度 - maxHeight: propTypes.oneOfType([String, Number]).def('400px') + scroll: propTypes.bool.def(true), // 是否开启滚动条。如果是的话,按照 maxHeight 设置最大高度 + maxHeight: propTypes.oneOfType([String, Number]).def('450px') }) const getBindValue = computed(() => { @@ -73,7 +73,7 @@ function closedHandler() {