Skip to content

Commit

Permalink
perf: Dialog默认高度修改
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Jun 26, 2023
1 parent 3701a04 commit 0e04fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialog/src/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const props = defineProps({
modelValue: propTypes.bool.def(false),
title: propTypes.string.def('Dialog'),
fullscreen: propTypes.bool.def(true),
maxHeight: propTypes.oneOfType([String, Number]).def('300px')
maxHeight: propTypes.oneOfType([String, Number]).def('400px')
})
const getBindValue = computed(() => {
Expand Down

0 comments on commit 0e04fce

Please sign in to comment.