diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index cafeb149..b2b5fc85 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -283,6 +283,17 @@ getPharmacyCabinetLists(); font-weight: bold; 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 { display: grid; margin: 12px 0;