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