修改bug

This commit is contained in:
A1300399510
2023-07-28 19:13:37 +08:00
parent 900fdd468d
commit 15a078f11c
2 changed files with 17 additions and 8 deletions

View File

@@ -25,6 +25,10 @@ img {
object-fit: contain;
}
.wordbreak {
word-break: break-word;
}
.ellipsis {
white-space: nowrap;
overflow: hidden;