From 63233f1de65b051215dbf0926148d16a433b087a Mon Sep 17 00:00:00 2001 From: zhu-mengmeng <15588200382@163.com> Date: Fri, 18 Jul 2025 15:20:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E5=8D=B8=E8=BD=BD?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86=E5=AE=BD=E5=BA=A6=E4=BB=A5=E9=80=82?= =?UTF-8?q?=E5=BA=94=E8=BE=83=E9=95=BF=E6=89=98=E7=9B=98=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/jtDB.db | Bin 172032 -> 172032 bytes ui/unloading_dialog_ui.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/db/jtDB.db b/db/jtDB.db index 1f036626c0cf9f2fc6d3fd0a5e7613d60230b031..ffa81d76525b699cf0df3bec3128c773da49375a 100644 GIT binary patch delta 119 zcmZoTz}0YoYl1Z6=ZP}TjGs3q{Iz4;*c@ly9%s+EJzzTrC3XmHC@R1xt0r0V4{XPM%gI+&}UOxf1UOxh+AOmFuzLN*g%d-&> L>;$*IWdcGvLc|p6 diff --git a/ui/unloading_dialog_ui.py b/ui/unloading_dialog_ui.py index 589fa71..182559d 100644 --- a/ui/unloading_dialog_ui.py +++ b/ui/unloading_dialog_ui.py @@ -9,7 +9,7 @@ class UnloadingDialogUI(QDialog): def __init__(self): super().__init__() self.setWindowTitle("下料操作") - self.setFixedSize(600, 250) # 减小高度,因为移除了第一行 + self.setFixedSize(700, 250) # 增加宽度以适应较长的托盘类型选项 # 设置字体 self.normal_font = QFont("微软雅黑", 12)