fix: 🐛 Preference style

This commit is contained in:
viarotel 2023-11-02 17:34:47 +08:00
parent ff86762680
commit 0f7209064b
3 changed files with 6 additions and 5 deletions

View File

@ -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,

View File

@ -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">

View File

@ -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",