fix: hide book info that is too long (#3822)

This commit is contained in:
Yoog Wu 2024-03-21 08:49:24 +08:00 committed by GitHub
parent daf7d33e53
commit 5afa69009d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,8 @@ const subJustify = computed(() =>
height: 112px;
margin-left: 20px;
flex: 1;
overflow: hidden;
.name {
width: fit-content;
font-size: 16px;