bugfix: 用户名永远会出现省略号

This commit is contained in:
Searchstars
2024-08-26 00:19:25 +08:00
parent b0e7ed056e
commit ca0e69b47f
+1 -1
View File
@@ -74,7 +74,7 @@ export default {
.username {
font-size: 20px;
font-weight: 600;
max-width: 160px;
width: 160px;
max-height: 25px;
text-overflow: ellipsis;
}