bugfix: 用户名永远会出现省略号
This commit is contained in:
@@ -74,7 +74,7 @@ export default {
|
|||||||
.username {
|
.username {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
max-width: 160px;
|
width: 160px;
|
||||||
max-height: 25px;
|
max-height: 25px;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user