modify style
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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">
|
<v-card class="pa-2 pa-sm-4 pa-md-8">
|
||||||
<template #title>
|
<template #title>
|
||||||
<div class="d-flex align-center justify-center">
|
<div class="d-flex align-center justify-center">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<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">
|
<v-card class="pa-2 pa-sm-4 pa-md-8">
|
||||||
<template #title>
|
<template #title>
|
||||||
<div class="d-flex align-center justify-center">
|
<div class="d-flex align-center justify-center">
|
||||||
|
|||||||
@@ -195,13 +195,13 @@
|
|||||||
v-model:show="showCustomDateRangeDialog"
|
v-model:show="showCustomDateRangeDialog"
|
||||||
@dateRange:change="setCustomDateFilter" />
|
@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
|
<account-filter-settings-card
|
||||||
:dialog-mode="true" :modify-default="false"
|
:dialog-mode="true" :modify-default="false"
|
||||||
@settings:change="showFilterAccountDialog = false" />
|
@settings:change="showFilterAccountDialog = false" />
|
||||||
</v-dialog>
|
</v-dialog>
|
||||||
|
|
||||||
<v-dialog scrollable width="800" max-height="600" v-model="showFilterCategoryDialog">
|
<v-dialog width="800" v-model="showFilterCategoryDialog">
|
||||||
<category-filter-settings-card
|
<category-filter-settings-card
|
||||||
:dialog-mode="true" :modify-default="false"
|
:dialog-mode="true" :modify-default="false"
|
||||||
@settings:change="showFilterCategoryDialog = false" />
|
@settings:change="showFilterCategoryDialog = false" />
|
||||||
|
|||||||
Reference in New Issue
Block a user