右上角位置信息仅展示不做交互

This commit is contained in:
2026-07-09 21:57:40 +08:00
parent 4b3452eca0
commit f76eb81274
2 changed files with 18 additions and 36 deletions
+6 -11
View File
@@ -606,21 +606,16 @@
max-width: 46vw;
}
.tab-main-city--readonly {
pointer-events: none;
user-select: none;
}
.tab-main-city-label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 72px;
}
.tab-main-city-select {
border: none;
background: transparent;
font: inherit;
color: inherit;
max-width: 72px;
opacity: 0.85;
font-size: 11px;
max-width: 120px;
}
.tab-main-city .material-symbols-outlined {