fix: 优化系统默认配置。

This commit is contained in:
liangqing xia 2024-10-19 11:32:19 +08:00
parent 3020d857b3
commit 82da7bba5e
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ const [BasicForm, formApi] = useVbenForm({
const [BasicModal, modalApi] = useVbenModal({
fullscreenButton: false,
draggable: true,
onCancel: handleCancel,
onConfirm: handleConfirm,
onOpenChange: async (isOpen) => {

View File

@ -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" />