Browse Source

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

pull/3965/head
QuentinHsu 9 months ago committed by GitHub
parent
commit
3bd6f46fe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      frontend/src/views/app-store/apps/index.vue

12
frontend/src/views/app-store/apps/index.vue

@ -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);
}

Loading…
Cancel
Save