mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-14 18:57:40 +01:00
fix: 🐛 Preference style
This commit is contained in:
parent
ff86762680
commit
0f7209064b
@ -60,10 +60,10 @@ function createWindow() {
|
||||
}
|
||||
: {}),
|
||||
show: false,
|
||||
width: 1000,
|
||||
height: 700,
|
||||
minWidth: 1000,
|
||||
minHeight: 700,
|
||||
width: 1200,
|
||||
height: 800,
|
||||
minWidth: 1200,
|
||||
minHeight: 800,
|
||||
autoHideMenuBar: true,
|
||||
webPreferences: {
|
||||
// nodeIntegration: true,
|
||||
|
@ -78,7 +78,7 @@
|
||||
<el-form
|
||||
ref="elForm"
|
||||
:model="preferenceData"
|
||||
label-width="170px"
|
||||
label-width="200px"
|
||||
class="pr-8 pt-4"
|
||||
>
|
||||
<el-row :gutter="20">
|
||||
|
@ -4,6 +4,7 @@
|
||||
"common.cancel": "Cancel",
|
||||
"common.confirm": "Confirm",
|
||||
"common.restart": "Restart",
|
||||
"common.default": "Default",
|
||||
"common.tips": "Tips",
|
||||
"common.open": "Open",
|
||||
"common.input.placeholder": "Please input",
|
||||
|
Loading…
Reference in New Issue
Block a user