mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-14 13:47:24 +08:00
feat(gui): Optimize the data table column header style to prevent line breaks (#1497)
This commit is contained in:
@@ -466,4 +466,8 @@ function showEventLogs() {
|
|||||||
.p-timeline :deep(.p-timeline-event-opposite) {
|
.p-timeline :deep(.p-timeline-event-opposite) {
|
||||||
@apply flex-none;
|
@apply flex-none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.p-datatable .p-datatable-column-title) {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user