This commit is contained in:
张成
2025-12-03 23:26:13 +08:00
parent 9d5c7ce08e
commit 797e086431

View File

@@ -315,8 +315,7 @@
gap: 6px;
font-size: 12px;
.smoothWrapper,
.localAreaWrapper {
.smoothWrapper {
line-height: 18px;
display: flex;
align-items: center;
@@ -325,7 +324,14 @@
}
.localAreaWrapper {
max-width: 69%;
line-height: 18px;
display: flex;
align-items: center;
gap: 5px;
max-width:100%;
min-width: 0;
overflow: hidden;
flex-shrink: 1;
}
.localAreaTitle {
@@ -359,6 +365,7 @@
display: flex;
flex: 1;
gap: 4px;
min-width: 0;
}
.localArea {
@@ -371,5 +378,9 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 0;
flex: 1;
max-width: 100%;
height: 20px;
}
}