diff --git a/frontend/src/views/History.vue b/frontend/src/views/History.vue index a389cc2..c554d07 100644 --- a/frontend/src/views/History.vue +++ b/frontend/src/views/History.vue @@ -815,7 +815,6 @@ const getDateStatusColor = (users: Record) => { flex: 1; display: flex; flex-direction: column; - min-width: 0; } .no-selection { @@ -826,6 +825,7 @@ const getDateStatusColor = (users: Record) => { border: 1px solid var(--ant-color-border); border-radius: 8px; background: var(--ant-color-bg-container); + min-height: 400px; } .detail-content {