diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index c7bf1198..8b2c8eca 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -294,6 +294,7 @@ getPharmacyCabinetLists(); display: grid; margin: 12px 0; gap: 8px 16px; + align-items: baseline; } .cols-4 { grid-template-columns: repeat(4, 1fr); @@ -309,7 +310,7 @@ getPharmacyCabinetLists(); } .label { display: inline-block; - min-width: 120px; + min-width: 140px; flex-shrink: 0; color: #606266; white-space: nowrap; @@ -319,6 +320,7 @@ getPharmacyCabinetLists(); color: #303133; font-weight: 500; white-space: nowrap; + flex: 1; } .divider { height: 1px;