|
@@ -11,7 +11,7 @@
|
|
|
>
|
|
|
<v-card max-height="90vh" class="d-flex flex-column">
|
|
|
<v-card-title :class="{'drawer': props.showDrawer}">
|
|
|
- <span class="text-h5 d-flex align-center justify-space-between">
|
|
|
+ <span class="text-h6 d-flex align-center justify-space-between">
|
|
|
{{ props.title }}
|
|
|
<v-btn
|
|
|
icon
|
|
@@ -97,7 +97,7 @@ watch(() => props.visible, (newVal) => {
|
|
|
})
|
|
|
|
|
|
const dialogWidth = computed(() => {
|
|
|
- const arr = ['900px', '1200px', '400px']
|
|
|
+ const arr = ['900px', '1200px', '400px', '600px']
|
|
|
return arr[+props.widthType]
|
|
|
})
|
|
|
const handleClose = () => {
|