diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index b99b7728..3b14ba43 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -320,28 +320,29 @@ getPharmacyCabinetLists(); padding-left: 8px; border-left: 3px solid #409eff; } -.report-row { - margin: 12px 0; +.report-table { + width: 100%; + border-collapse: collapse; + margin: 8px 0; } -.report-row .el-col { - display: flex; - align-items: center; -} -.label { - min-width: 130px; - flex-shrink: 0; - color: #606266; +.report-table td { + padding: 8px 4px; + vertical-align: middle; white-space: nowrap; - text-align: right; } -.value { +.label-cell { + width: 120px; + color: #606266; + text-align: right; + padding-right: 4px; +} +.value-cell { color: #303133; font-weight: 500; - white-space: nowrap; } .divider { height: 1px; background-color: #dcdfe6; - margin: 16px 0; + margin: 12px 0; }