处理列表
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user