处理列表

This commit is contained in:
李瑞
2025-09-13 17:49:59 +08:00
parent aef84e76cb
commit ba7d904134
15 changed files with 226 additions and 194 deletions

View File

@@ -269,6 +269,15 @@
display: flex;
align-items: center;
gap: 5px;
flex-shrink: 0;
}
.localAreaWrapper {
max-width: 69%;
}
.localAreaTitle {
flex-shrink: 0;
}
.smoothTitle {
@@ -291,5 +300,11 @@
.localArea {
border: 0.5px solid #FFFFFFA6;
border-radius: 50%;
flex-shrink: 0;
}
.localAreaText {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}