diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index 006f9d7f..1de683f2 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -294,7 +294,7 @@ getPharmacyCabinetLists(); .report-row { display: grid; margin: 12px 0; - gap: 10px 16px; + gap: 12px 24px; align-items: baseline; } .cols-4 { @@ -308,22 +308,22 @@ getPharmacyCabinetLists(); align-items: center; box-sizing: border-box; min-width: 0; + gap: 8px; } .label { display: inline-block; - width: 140px; + width: 150px; flex-shrink: 0; color: #606266; white-space: nowrap; text-align: right; + font-size: 14px; } .value { color: #303133; font-weight: 500; white-space: nowrap; flex: 1; - overflow: hidden; - text-overflow: ellipsis; } .divider { height: 1px;