perf: 样式调整

This commit is contained in:
rd
2025-07-30 17:44:27 +08:00
parent 35835ca113
commit b1a5914e30
6 changed files with 167 additions and 16 deletions

View File

@ -42,22 +42,13 @@
.card-content {
flex: 1;
overflow: hidden;
// overflow: hidden;
.card-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.card-description {
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
}
@ -87,7 +78,7 @@
.card-footer {
width: 100%;
height: 100%;
// height: 100%;
display: inline-flex;
justify-content: space-between;
align-items: center;