perf: form style

pull/119/head
xingyu4j 2025-05-29 00:39:53 +08:00
parent 70247fd5f1
commit 46176931c4
4 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ const [Modal, modalApi] = useVbenModal({
</script> </script>
<template> <template>
<Modal class="w-[600px]" :title="$t('ui.actionTitle.edit', ['用户余额'])"> <Modal class="w-[30%]" :title="$t('ui.actionTitle.edit', ['用户余额'])">
<Form class="mx-4" /> <Form class="mx-4" />
</Modal> </Modal>
</template> </template>

View File

@ -71,7 +71,7 @@ const [Modal, modalApi] = useVbenModal({
</script> </script>
<template> <template>
<Modal class="w-[600px]" :title="$t('ui.actionTitle.edit', ['会员'])"> <Modal class="w-[40%]" :title="$t('ui.actionTitle.edit', ['会员'])">
<Form class="mx-4" /> <Form class="mx-4" />
</Modal> </Modal>
</template> </template>

View File

@ -71,7 +71,7 @@ const [Modal, modalApi] = useVbenModal({
</script> </script>
<template> <template>
<Modal class="w-[600px]" :title="$t('ui.actionTitle.edit', ['用户等级'])"> <Modal class="w-[30%]" :title="$t('ui.actionTitle.edit', ['用户等级'])">
<Form class="mx-4" /> <Form class="mx-4" />
</Modal> </Modal>
</template> </template>

View File

@ -71,7 +71,7 @@ const [Modal, modalApi] = useVbenModal({
</script> </script>
<template> <template>
<Modal class="w-[600px]" :title="$t('ui.actionTitle.edit', ['用户积分'])"> <Modal class="w-[30%]" :title="$t('ui.actionTitle.edit', ['用户积分'])">
<Form class="mx-4" /> <Form class="mx-4" />
</Modal> </Modal>
</template> </template>