mirror of
https://gitee.com/viarotel-org/escrcpy.git
synced 2024-12-02 11:17:36 +08:00
fix: 📝 Update Translation
This commit is contained in:
parent
8261916172
commit
33b018110c
@ -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)"
|
||||
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user