style(ui): 调整对话框宽度以优化界面布局

- 将driver.vue中driver-dialog宽度从92%调整为90%
- 将process-config.vue中process-config-dialog宽度从1440px调整为70%
- 保持对话框顶部间距和关闭事件不变
This commit is contained in:
2026-08-06 16:59:34 +08:00
parent 02b2e3b673
commit 49236cad56
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@
:title="configDialogTitle"
append-to-body
destroy-on-close
width="1440px"
width="70%"
top="4vh"
class="process-config-dialog"
@closed="resetConfigDialog"

View File

@@ -108,7 +108,7 @@
:title="dialogTitle"
append-to-body
v-model="driverBox"
width="92%"
width="90%"
top="4vh"
class="driver-dialog"
@closed="resetDriver"