1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-10-15 20:25:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

删除文件列表缩略图字段;样式小调整

This commit is contained in:
2022-04-10 17:36:07 +08:00
parent 2912c09098
commit 413411ddb6
8 changed files with 44 additions and 65 deletions

View File

@@ -18,6 +18,10 @@
border: 1px solid black;
}
tr {
white-space: nowrap;
}
tr:hover {
background-color: #f5f5f5;
}