From 4ee98725e6c4d332e3190cda644fcca90b143bf1 Mon Sep 17 00:00:00 2001 From: pa Date: Sat, 7 Dec 2024 16:11:51 +0900 Subject: [PATCH] style: alignment issue of el-table header (#1011) --- html/src/app.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/html/src/app.scss b/html/src/app.scss index f18175c1..769f59cc 100644 --- a/html/src/app.scss +++ b/html/src/app.scss @@ -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; }