feat: 高度统一

This commit is contained in:
xingyu4j
2025-06-06 22:50:34 +08:00
parent 1f598d7712
commit 09bc50dac0
16 changed files with 16 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ const [Modal, modalApi] = useVbenModal({
</script>
<template>
<Modal class="w-[600px]" :title="$t('ui.actionTitle.create', ['退款订单'])">
<Modal class="w-[40%]" :title="$t('ui.actionTitle.create', ['退款订单'])">
<Form class="mx-4" />
</Modal>
</template>

View File

@@ -49,7 +49,7 @@ const [Modal, modalApi] = useVbenModal({
</script>
<template>
<Modal class="w-[600px]" :title="$t('ui.actionTitle.create', ['示例提现单'])">
<Modal class="w-[40%]" :title="$t('ui.actionTitle.create', ['示例提现单'])">
<Form class="mx-4" />
</Modal>
</template>

View File

@@ -92,7 +92,7 @@ const [Modal, modalApi] = useVbenModal({
</script>
<template>
<Modal class="w-[600px]" :title="getTitle">
<Modal class="w-[40%]" :title="getTitle">
<Form class="mx-4" />
</Modal>
</template>