fix: 调整首页等问题

This commit is contained in:
caiyuchao
2025-08-12 19:04:36 +08:00
parent d158a43fb4
commit c401195986
9 changed files with 49 additions and 20 deletions

View File

@@ -94,7 +94,7 @@ const [Modal, modalApi] = useVbenModal({
</script>
<template>
<Modal :title="getTitle" class="w-[800px]">
<Modal :title="getTitle" class="w-1/2">
<Form class="mx-4" />
</Modal>
</template>