mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-15 03:07:41 +01:00
fix: Fix the width problem of custom startup pop-up windows
This commit is contained in:
parent
ff0d1cc1c8
commit
9a7e56b8eb
@ -3,7 +3,7 @@
|
||||
<el-dialog
|
||||
v-model="visible"
|
||||
: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
|
||||
destroy-on-close
|
||||
@close="close(reject)"
|
||||
|
Loading…
Reference in New Issue
Block a user