feat: style

This commit is contained in:
xingyu4j
2025-06-17 20:22:24 +08:00
parent 7276d0a909
commit a4f4c0d6f6
162 changed files with 689 additions and 796 deletions

View File

@@ -132,7 +132,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
</script>
<template>
<Modal title="关联联系人" class="w-[40%]">
<Modal title="关联联系人" class="w-2/5">
<FormModal @success="onRefresh" />
<Grid>
<template #toolbar-tools>

View File

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