Fix Bug #568: 修复门诊日结页面排版混乱问题 - 添加缺失的section-title和report-section样式定义
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -283,6 +283,17 @@ getPharmacyCabinetLists();
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 16px 0;
|
margin: 16px 0;
|
||||||
}
|
}
|
||||||
|
.report-section {
|
||||||
|
margin: 8px 0;
|
||||||
|
}
|
||||||
|
.section-title {
|
||||||
|
font-size: 15px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: #303133;
|
||||||
|
margin: 8px 0;
|
||||||
|
padding-left: 8px;
|
||||||
|
border-left: 3px solid #409eff;
|
||||||
|
}
|
||||||
.report-row {
|
.report-row {
|
||||||
display: grid;
|
display: grid;
|
||||||
margin: 12px 0;
|
margin: 12px 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user