mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-31 22:18:07 +08:00
perf: 应用商店的应用介绍样式 (#3961)
This commit is contained in:
parent
e427ccf70c
commit
3bd6f46fe2
@ -361,15 +361,13 @@ onMounted(() => {
|
|||||||
|
|
||||||
.app-desc {
|
.app-desc {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
overflow: hidden;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-line-clamp: 2;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
height: 43px;
|
height: 43px;
|
||||||
|
|
||||||
.desc {
|
.desc {
|
||||||
|
overflow: hidden;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
text-overflow: ellipsis;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: var(--el-text-color-regular);
|
color: var(--el-text-color-regular);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user