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