style: alignment issue of el-table header (#1011)

This commit is contained in:
pa
2024-12-07 16:11:51 +09:00
committed by GitHub
parent a3ab0b1db4
commit 4ee98725e6

View File

@@ -94,6 +94,15 @@
-webkit-line-clamp: 1;
}
.el-table th.is-sortable .cell {
display: flex;
align-items: center;
}
.el-table .caret-wrapper {
margin-top: 4.5px;
}
.notification-table .el-table .cell {
-webkit-line-clamp: 2;
}