perf: 应用商店的应用介绍样式 (#3961)

pull/3965/head
QuentinHsu 9 months ago committed by GitHub
parent e427ccf70c
commit 3bd6f46fe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -361,15 +361,13 @@ onMounted(() => {
.app-desc { .app-desc {
margin-top: 8px; margin-top: 8px;
height: 43px;
.desc {
overflow: hidden; overflow: hidden;
display: -webkit-box; display: -webkit-box;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
text-overflow: ellipsis; text-overflow: ellipsis;
height: 43px;
.desc {
font-size: 14px; font-size: 14px;
color: var(--el-text-color-regular); color: var(--el-text-color-regular);
} }

Loading…
Cancel
Save