fix(#773): 门诊医生工作站新增医嘱单次剂量/总量列缺min-width导致输入框重叠

vxe-table中"单次剂量"和"总量"两个vxe-column未设置min-width,
  其他13列均为固定宽度,剩余空间不足导致编辑模式下el-input-number
  与单位文本溢出到相邻列。添加min-width="130"和min-width="110"修复。
This commit is contained in:
wangjian963
2026-06-15 14:15:16 +08:00
parent 6882085d69
commit c7ae277613

View File

@@ -1161,6 +1161,7 @@
title="单次剂量"
align="center"
field=""
min-width="130"
>
<template #default="scope">
<template v-if="scope.row.isEdit">
@@ -1191,6 +1192,7 @@
title="总量"
align="center"
field=""
min-width="110"
>
<template #default="scope">
<template v-if="scope.row.isEdit">