chore: 优化authmodal布局
This commit is contained in:
parent
0112514339
commit
066a1a0f97
@ -17,8 +17,8 @@ const [BasicForm, formApi] = useVbenForm({
|
|||||||
componentProps: {
|
componentProps: {
|
||||||
class: 'w-full',
|
class: 'w-full',
|
||||||
},
|
},
|
||||||
labelWidth: 80,
|
|
||||||
},
|
},
|
||||||
|
layout: 'vertical',
|
||||||
schema: authModalSchemas(),
|
schema: authModalSchemas(),
|
||||||
showDefaultActions: false,
|
showDefaultActions: false,
|
||||||
});
|
});
|
||||||
@ -99,7 +99,7 @@ function handleCheckStrictlyChange(value: boolean) {
|
|||||||
<template>
|
<template>
|
||||||
<BasicModal
|
<BasicModal
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
class="min-h-[450px] w-[550px]"
|
class="min-h-[600px] w-[550px]"
|
||||||
title="分配权限"
|
title="分配权限"
|
||||||
>
|
>
|
||||||
<BasicForm>
|
<BasicForm>
|
||||||
|
Loading…
Reference in New Issue
Block a user