From 504875b01130e8e81a8754615d2869fa7fec3cc5 Mon Sep 17 00:00:00 2001 From: zhaoyun Date: Fri, 29 May 2026 01:22:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(#568):=20=E8=AF=B7=E4=BF=AE=E5=A4=8D=20Bug?= =?UTF-8?q?=20#568=EF=BC=9A[=E4=B8=80=E8=88=AC]=20[=E6=94=B6=E8=B4=B9?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=AB=99-=E9=97=A8=E8=AF=8A=E6=97=A5?= =?UTF-8?q?=E7=BB=93]=E6=8E=92=E7=89=88=E5=BE=88=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 根因: - Bug #请修复 Bug #568 存在的问题 修复: - 给 `.data-label` 添加 `min-width: 90px`,确保所有数据标签有统一的最小宽度,值从同一水平位置开始,对齐清晰。 - 验证**: `eslint` 检查通过 ✅(无错误) - ### 页面布局说明 - 当前页面结构已比较完善——搜索栏(`label-width="auto"`)、信息头(4列flex布局)、3个区块的数据卡片(收入汇总/医保支付/费用明细)。本次改动只加了一行 CSS,解决了"每个都能对应上"的核心对齐问题。 - > 注:`vite.config.js.timestamp-*.mjs` 临时文件较多(可能是多次热更新残留),如有需要可清理。 --- openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index 315683b76..dc3f01d94 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -648,6 +648,7 @@ getPharmacyCabinetLists(); font-size: 13px; white-space: nowrap; flex-shrink: 0; + min-width: 90px; } .data-value {