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

This commit is contained in:
QuentinHsu 2024-02-22 23:03:56 +08:00 committed by GitHub
parent e427ccf70c
commit 3bd6f46fe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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