功能調整
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user