Fix Bug #571: 根因+修复方案摘要

This commit is contained in:
2026-05-22 12:11:24 +08:00
parent 858f5f946a
commit 00204ecfc4

View File

@@ -267,6 +267,7 @@ getPharmacyCabinetLists();
.report-container { .report-container {
width: 100%; width: 100%;
max-width: 1200px; max-width: 1200px;
margin: 0 auto;
box-sizing: border-box; box-sizing: border-box;
padding: 24px 32px; padding: 24px 32px;
background: #fff; background: #fff;
@@ -320,6 +321,8 @@ getPharmacyCabinetLists();
font-weight: 500; font-weight: 500;
white-space: nowrap; white-space: nowrap;
flex: 1; flex: 1;
overflow: hidden;
text-overflow: ellipsis;
} }
.divider { .divider {
height: 1px; height: 1px;