diff --git a/src/platforms/h5/components/system-routes/choose-location/index.vue b/src/platforms/h5/components/system-routes/choose-location/index.vue index de0db1acbb221343f4d0bd47186a42ef8910a1a7..0b2be451e874fd40b2b7f3d688d6ce6512ab9e97 100644 --- a/src/platforms/h5/components/system-routes/choose-location/index.vue +++ b/src/platforms/h5/components/system-routes/choose-location/index.vue @@ -220,7 +220,7 @@ export default { .uni-system-choose-location { display: block; - position: fixed; + position: absolute; left: 0; top: 0; width: 100%; diff --git a/src/platforms/h5/components/system-routes/open-location/index.vue b/src/platforms/h5/components/system-routes/open-location/index.vue index 4e6d1b0e8119bea73cee12892f8323031cf97f7e..66d49bf578c5a3a3a425a2076cd506063950d150 100644 --- a/src/platforms/h5/components/system-routes/open-location/index.vue +++ b/src/platforms/h5/components/system-routes/open-location/index.vue @@ -1,24 +1,27 @@