feat(gui): Optimize the data table column header style to prevent line breaks (#1497)

This commit is contained in:
kuaifan
2025-10-19 16:50:17 +08:00
committed by GitHub
parent 3ffa6214ca
commit 67ac9b00ff

View File

@@ -466,4 +466,8 @@ function showEventLogs() {
.p-timeline :deep(.p-timeline-event-opposite) {
@apply flex-none;
}
:deep(.p-datatable .p-datatable-column-title) {
white-space: nowrap;
}
</style>