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">