From c7ae277613cd5ebb44f0e926ba715764f6a86191 Mon Sep 17 00:00:00 2001 From: wangjian963 <15215920+aprilry@user.noreply.gitee.com> Date: Mon, 15 Jun 2026 14:15:16 +0800 Subject: [PATCH] =?UTF-8?q?=20fix(#773):=20=E9=97=A8=E8=AF=8A=E5=8C=BB?= =?UTF-8?q?=E7=94=9F=E5=B7=A5=E4=BD=9C=E7=AB=99=E6=96=B0=E5=A2=9E=E5=8C=BB?= =?UTF-8?q?=E5=98=B1=E5=8D=95=E6=AC=A1=E5=89=82=E9=87=8F/=E6=80=BB?= =?UTF-8?q?=E9=87=8F=E5=88=97=E7=BC=BAmin-width=E5=AF=BC=E8=87=B4=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E9=87=8D=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vxe-table中"单次剂量"和"总量"两个vxe-column未设置min-width, 其他13列均为固定宽度,剩余空间不足导致编辑模式下el-input-number 与单位文本溢出到相邻列。添加min-width="130"和min-width="110"修复。 --- .../doctorstation/components/prescription/prescriptionlist.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue b/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue index 4ced52886..56cd563e5 100755 --- a/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue +++ b/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue @@ -1161,6 +1161,7 @@ title="单次剂量" align="center" field="" + min-width="130" >