@@ -30,7 +30,7 @@ export default defineComponent({
setup(props, ctx) {
const mapRef = ref<Element>();
- const isopen = ref(true);
+ const isopen = ref(false);
let tipcontentRef = ref<Element>();
@@ -92,8 +92,8 @@
.othersystem {
position: absolute;
bottom: 5%;
- left: 30%;
- width: 40%;
+ left: 34%;
+ width: 32%;
height: 15%;
text-align: center;
flex-direction: row;