Fix Bug #568: 修复门诊日结页面排版混乱 - 添加table-layout:fixed确保列宽一致
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -323,6 +323,7 @@ getPharmacyCabinetLists();
|
|||||||
.report-table {
|
.report-table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
table-layout: fixed;
|
||||||
margin: 8px 0;
|
margin: 8px 0;
|
||||||
}
|
}
|
||||||
.report-table td {
|
.report-table td {
|
||||||
|
|||||||
Reference in New Issue
Block a user