modify style

This commit is contained in:
MaysWind
2023-08-13 14:21:53 +08:00
parent c41f2a4d65
commit 9bb049f746
3 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
<template>
<v-dialog width="800" max-height="600" :persistent="!!persistent" v-model="showState">
<v-dialog width="800" :persistent="!!persistent" v-model="showState">
<v-card class="pa-2 pa-sm-4 pa-md-8">
<template #title>
<div class="d-flex align-center justify-center">
@@ -1,5 +1,5 @@
<template>
<v-dialog scrollable width="800" max-height="600" :persistent="!!persistent" v-model="showState">
<v-dialog width="800" :persistent="!!persistent" v-model="showState">
<v-card class="pa-2 pa-sm-4 pa-md-8">
<template #title>
<div class="d-flex align-center justify-center">
@@ -195,13 +195,13 @@
v-model:show="showCustomDateRangeDialog"
@dateRange:change="setCustomDateFilter" />
<v-dialog scrollable width="800" max-height="600" v-model="showFilterAccountDialog">
<v-dialog width="800" v-model="showFilterAccountDialog">
<account-filter-settings-card
:dialog-mode="true" :modify-default="false"
@settings:change="showFilterAccountDialog = false" />
</v-dialog>
<v-dialog scrollable width="800" max-height="600" v-model="showFilterCategoryDialog">
<v-dialog width="800" v-model="showFilterCategoryDialog">
<category-filter-settings-card
:dialog-mode="true" :modify-default="false"
@settings:change="showFilterCategoryDialog = false" />