mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-27 20:49:03 +08:00
perf: 应用商店的应用介绍样式 (#3961)
This commit is contained in:
parent
e427ccf70c
commit
3bd6f46fe2
@ -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…
Reference in New Issue
Block a user