diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index dd092c22..3fbbf196 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -267,6 +267,7 @@ getPharmacyCabinetLists(); .report-container { width: 100%; max-width: 1200px; + min-width: 900px; margin: 0 auto; box-sizing: border-box; padding: 24px 32px; @@ -298,7 +299,7 @@ getPharmacyCabinetLists(); align-items: center; } .cols-4 { - grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); + grid-template-columns: repeat(4, 1fr); } .span-2 { grid-column: span 2; @@ -320,23 +321,13 @@ getPharmacyCabinetLists(); color: #303133; font-weight: 500; white-space: nowrap; - min-width: 0; - overflow: hidden; - text-overflow: ellipsis; -} + flex: 1; + min-width: 0;} .divider { height: 1px; background-color: #dcdfe6; margin: 16px 0; } -@media screen and (max-width: 1200px) { - .cols-4 { - grid-template-columns: repeat(2, 1fr); - } - .span-2 { - grid-column: span 2; - } -} @media screen and (max-width: 768px) { .cols-4 { grid-template-columns: 1fr;