reactor:【system 系统管理】岗位 post 进一步统一代码风格

This commit is contained in:
YunaiV
2025-09-06 15:12:58 +08:00
parent 5f77cde53f
commit a38e55651b
5 changed files with 110 additions and 100 deletions

View File

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