This commit is contained in:
xman 2025-07-08 11:22:03 +08:00
parent a1f56e2409
commit 1b1ab95994

View File

@ -9,7 +9,7 @@
/* 城市选择的容器,定位弹层基准 */
#select_city_wrapper {
position: relative; /* 弹层相对定位 */
width: 300px;
width: 250px;
display: inline-block;
}