fix: Fix the width problem of custom startup pop-up windows

This commit is contained in:
viarotel 2024-07-14 00:10:40 +08:00 committed by GitHub
parent ff0d1cc1c8
commit 9a7e56b8eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
<el-dialog <el-dialog
v-model="visible" v-model="visible"
:title="$t('device.actions.more.custom.name')" :title="$t('device.actions.more.custom.name')"
class="w-[98%] el-dialog-flex el-dialog-beautify" class="!w-[98%] el-dialog-flex el-dialog-beautify"
append-to-body append-to-body
destroy-on-close destroy-on-close
@close="close(reject)" @close="close(reject)"