From e394930943b48d466d80b338eb1b75c4e1dccda4 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Fri, 21 Feb 2025 21:17:50 +0800 Subject: [PATCH] =?UTF-8?q?bug=20fix:=20=E4=BF=AE=E5=A4=8D=20table=20?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E4=B8=BA=E6=AD=A3=E5=B8=B8=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme.css b/theme.css index 00c1eb2..3f94423 100644 --- a/theme.css +++ b/theme.css @@ -1331,7 +1331,7 @@ thead:hover { thead>tr>th, tbody>tr>td, .table-cell-wrapper { - font-size: small !important; + /* font-size: small !important; */ line-height: 36px; } @@ -1922,4 +1922,5 @@ body:not(.win-translucent-off):not(.mod-macos) .view-header-title-container:afte /* web viewer */ .webviewer-address input { border-radius: 14px; -} \ No newline at end of file +} +