From e14541134aec2c0c2acfa4c08dfd0595b1231825 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Tue, 25 Apr 2023 13:47:48 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=B0=8F=E8=AF=B4=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/assets/styles/main.css b/src/assets/styles/main.css index 10ca4cb..b5d033a 100644 --- a/src/assets/styles/main.css +++ b/src/assets/styles/main.css @@ -81,10 +81,12 @@ .updateTable td { border-top: 1px solid #eee } .updateTable .style { width: 74px; font-size: 14px; } .updateTable .name { width: 192px; padding-right: 10px; font-size: 14px; } +.updateTable td.name { padding-top: 15px; } .updateTable .name a, .updateTable .chapter a { max-width: 168px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: keep-all } .updateTable .chapter { padding-right: 5px } .updateTable .chapter a { max-width: 200px; float: left; color: #666 } .updateTable .author { width: 82px; text-align: left } +.updateTable td.author { padding-top: 15px; } .updateTable .time { width: 82px; text-align: center } .updateTable .word { width: 60px; padding-right: 10px; text-align: right } .updateTable .rank { width: 2.5em; padding-right: 10px; text-align: center }