feat: style
This commit is contained in:
@@ -79,7 +79,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>
|
||||
|
||||
@@ -95,7 +95,7 @@ async function handleDownload() {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Modal title="客户导入" class="w-[30%]">
|
||||
<Modal title="客户导入" class="w-1/3">
|
||||
<Form class="mx-4">
|
||||
<template #file>
|
||||
<div class="w-full">
|
||||
|
||||
Reference in New Issue
Block a user