Fix Bug #568: 修复门诊日结页面排版混乱 - 添加table-layout:fixed确保列宽一致

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-22 12:30:10 +08:00
parent b63416f471
commit ecf94d393e

View File

@@ -323,6 +323,7 @@ getPharmacyCabinetLists();
.report-table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
margin: 8px 0;
}
.report-table td {