From 797b49fd43906acc389512fe52915b9996ce52f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B3=E7=A5=9E?= <3162475700@qq.com> Date: Sat, 7 Sep 2024 20:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=92=E6=8C=81=E7=BB=AD=E6=9B=B4?= =?UTF-8?q?=E6=96=B0UI=E7=95=8C=E9=9D=A2=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=9C=80=E9=AB=98=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- main/fclite.css | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b8a5b03..c7ae642 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ # 忽略数据文件 ./all.json -./errors.json \ No newline at end of file +./errors.json + +*.bat \ No newline at end of file diff --git a/main/fclite.css b/main/fclite.css index c91c3e6..4b97938 100644 --- a/main/fclite.css +++ b/main/fclite.css @@ -213,7 +213,7 @@ body { font-size: 18px; line-height: 1.2; cursor: pointer; - height: 2.5em; + max-height: 2.5em; width: 100%; margin-bottom: 5px; text-decoration: none;