From c2a6c53657baaf0830cd881e1a23a15af23ac6fa Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 21 九月 2023 18:35:14 +0800 Subject: [PATCH] 代码更新 --- src/views/Tools/queryinfo.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Tools/queryinfo.vue b/src/views/Tools/queryinfo.vue index bb7d8ad..da00c5d 100644 --- a/src/views/Tools/queryinfo.vue +++ b/src/views/Tools/queryinfo.vue @@ -8,11 +8,11 @@ maxHeight="400" @close="close(data.id)" left="calc(90% - 900px)" - top="calc(100% - 470px) " + top="calc(100% - 530px) " > <div> <div - style="width:940px;height:400px;" + style="width:940px;height:460px;" v-drag > <map-menu-pop v-if="$store.state.mapPopBoxFlag == '1'" /> -- Gitblit v1.9.3