perf: Dialog默认高度修改
This commit is contained in:
parent
3701a04231
commit
0e04fce436
|
@ -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(() => {
|
||||||
|
|
Loading…
Reference in New Issue