🦒持续更新UI界面,修改最高高度

This commit is contained in:
柳神 2024-09-07 20:28:11 +08:00
parent 0d8ebc5ddb
commit 797b49fd43
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -12,3 +12,5 @@
# 忽略数据文件 # 忽略数据文件
./all.json ./all.json
./errors.json ./errors.json
*.bat

View File

@ -213,7 +213,7 @@ body {
font-size: 18px; font-size: 18px;
line-height: 1.2; line-height: 1.2;
cursor: pointer; cursor: pointer;
height: 2.5em; max-height: 2.5em;
width: 100%; width: 100%;
margin-bottom: 5px; margin-bottom: 5px;
text-decoration: none; text-decoration: none;