Skip to content

Commit

Permalink
fix: Fix the width problem of custom startup pop-up windows
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel authored Jul 13, 2024
1 parent ff0d1cc commit 9a7e56b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 9a7e56b

Please sign in to comment.