This commit is contained in:
quantulr
2024-03-03 21:54:00 +08:00
parent d62ff99e03
commit 570c3f2112

View File

@ -107,6 +107,9 @@ getList();
font-weight: bold; font-weight: bold;
margin-top: 12px; margin-top: 12px;
margin-bottom: 0; margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
} }
.right { .right {
@ -121,6 +124,11 @@ getList();
display: flex; display: flex;
align-items: center; align-items: center;
cursor: pointer; cursor: pointer;
.title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
} }
} }
} }