perf: Dialog默认高度修改

This commit is contained in:
kailong321200875 2023-06-26 11:35:45 +08:00
parent 3701a04231
commit 0e04fce436
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const props = defineProps({
modelValue: propTypes.bool.def(false), modelValue: propTypes.bool.def(false),
title: propTypes.string.def('Dialog'), title: propTypes.string.def('Dialog'),
fullscreen: propTypes.bool.def(true), fullscreen: propTypes.bool.def(true),
maxHeight: propTypes.oneOfType([String, Number]).def('300px') maxHeight: propTypes.oneOfType([String, Number]).def('400px')
}) })
const getBindValue = computed(() => { const getBindValue = computed(() => {