fix: 优化系统默认配置。
This commit is contained in:
parent
3020d857b3
commit
82da7bba5e
@ -27,6 +27,7 @@ const [BasicForm, formApi] = useVbenForm({
|
||||
|
||||
const [BasicModal, modalApi] = useVbenModal({
|
||||
fullscreenButton: false,
|
||||
draggable: true,
|
||||
onCancel: handleCancel,
|
||||
onConfirm: handleConfirm,
|
||||
onOpenChange: async (isOpen) => {
|
||||
|
@ -8,7 +8,7 @@ import DictTypePanel from './type/index.vue';
|
||||
<template>
|
||||
<Page
|
||||
:auto-content-height="true"
|
||||
content-class="flex flex-col lg:flex-row gap-4"
|
||||
content-class="flex flex-col lg:flex-row gap-2"
|
||||
>
|
||||
<DictTypePanel class="flex-1 overflow-hidden" />
|
||||
<DictDataPanel class="flex-1 overflow-hidden" />
|
||||
|
Loading…
Reference in New Issue
Block a user