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;
margin-top: 12px;
margin-bottom: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.right {
@ -121,6 +124,11 @@ getList();
display: flex;
align-items: center;
cursor: pointer;
.title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
}