chore: 优化authmodal布局

This commit is contained in:
dap 2024-09-26 08:10:30 +08:00
parent 0112514339
commit 066a1a0f97

View File

@ -17,8 +17,8 @@ const [BasicForm, formApi] = useVbenForm({
componentProps: {
class: 'w-full',
},
labelWidth: 80,
},
layout: 'vertical',
schema: authModalSchemas(),
showDefaultActions: false,
});
@ -99,7 +99,7 @@ function handleCheckStrictlyChange(value: boolean) {
<template>
<BasicModal
:close-on-click-modal="false"
class="min-h-[450px] w-[550px]"
class="min-h-[600px] w-[550px]"
title="分配权限"
>
<BasicForm>