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;