Skip to content

Commit

Permalink
fix: 📝 Update Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Jul 12, 2024
1 parent 8261916 commit 33b0181
Showing 1 changed file with 3 additions and 3 deletions.
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-11/12 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 All @@ -22,10 +22,10 @@

<template #footer>
<el-button @click="close(reject)">
取消
{{ $t('common.cancel') }}
</el-button>
<el-button type="primary" @click="submit(resolve)">
确定
{{ $t('common.confirm') }}
</el-button>
</template>
</el-dialog>
Expand Down

0 comments on commit 33b0181

Please sign in to comment.