党员积分

This commit is contained in:
liuye
2022-06-30 19:06:49 +08:00
parent e141634634
commit 76b673a803
4 changed files with 18 additions and 5 deletions

View File

@@ -131,9 +131,12 @@ export default {
font-family: PingFangSC-Regular, PingFang SC;
color: #999;
line-height: 36px;
overflow:hidden;
white-space: nowrap;
overflow: hidden;
overflow-wrap: break-word;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.left{
width: 480px;