YM
2024-05-20 5111f3f9c1c31b81af25cb737ec9608d9ff09f42
src/pages/territory/territory.vue
@@ -170,7 +170,7 @@
    <!-- 朝代 -->
    <view
      class="flex flex-center"
      style="width: 100%; position: fixed; bottom: 0.33rem; left: 0"
      style="width: 100%; position: fixed; bottom: 0.33rem; left: 0; z-index: 99;"
    >
      <ul class="flex">
        <li
@@ -649,10 +649,10 @@
}
#map {
  height: 600px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  font-size: 14px !important;
  /* z-index: -1 !important; */
  z-index: 10 !important;
}
</style>