功能調整

This commit is contained in:
2026-05-27 17:52:36 +08:00
parent 669b29d183
commit 2b9e266eb0
7 changed files with 193 additions and 179 deletions
+7 -3
View File
@@ -112,7 +112,7 @@
</template>
<template v-slot:no-data>
<v-alert :value="true" color="error" icon="warning">
無資料可顯示可能此信眾未曾參加過
無資料可顯示可能此信眾未曾參加過任何法會
</v-alert>
</template>
</v-data-iterator>
@@ -121,7 +121,7 @@
</v-card-text>
</v-card>
<v-dialog v-model="message_dialog.show" style="width: 300px !important; height: 300px !important;">
<v-dialog v-model="message_dialog.show" class="dialog_width">
<template>
<v-card>
<v-card-title>
@@ -136,7 +136,7 @@
</v-dialog>
<v-dialog v-model="transfer_dialog.show" width="300px" style="width: 300px !important; height: 300px !important;">
<v-dialog v-model="transfer_dialog.show" class="dialog_width">
<template>
<v-card>
<v-card-title>
@@ -454,4 +454,8 @@
.enabled-checkbox {
}
.v-dialog{
width:500px !important;
}
</style>