From 3029ab1ae9f30544af4058e87482ca6db1b7e587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=86=E9=92=B1=E8=90=BD=E5=B0=BD=E6=A7=BF=E8=8A=B1?= =?UTF-8?q?=E7=A8=80?= <2675540038@qq.com> Date: Wed, 25 Jun 2025 10:50:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/style.css | 7 ++++--- public/static/js/Canvas_range.js | 2 +- src/view/home/index.vue | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/public/static/css/style.css b/public/static/css/style.css index 190b544..44a6ed5 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -24,7 +24,7 @@ a { } .container { - width: 1280px; + width: 1440px; margin: 20px auto; background-color: #fff; padding: 20px; @@ -33,6 +33,7 @@ a { -o-box-shadow: 2px 2px 10px #999; -webkit-box-shadow: 2px 2px 10px #999; */ position: relative; + height: 90vh; } .container-left { @@ -64,7 +65,7 @@ a { .pic-box { position: relative; width: 510px; - max-height: 760px; + max-height: 900px; /* padding: 16px 0px; */ border: 1px solid #bbb; } @@ -73,7 +74,7 @@ a { width: auto; height: auto; max-width: 100%; - max-height: 670px; + max-height: 800px; } .pic-box .pic-info { diff --git a/public/static/js/Canvas_range.js b/public/static/js/Canvas_range.js index 142e4cd..24a314d 100644 --- a/public/static/js/Canvas_range.js +++ b/public/static/js/Canvas_range.js @@ -136,7 +136,7 @@ function showTitle(obj,e){ //debugger $('#showMap').html(title); var left=e.offsetX; - var top=e.offsetY+10; + var top=e.offsetY; $('#showMap').css({ left:left, top:top, diff --git a/src/view/home/index.vue b/src/view/home/index.vue index a4ac2f5..990feea 100644 --- a/src/view/home/index.vue +++ b/src/view/home/index.vue @@ -130,7 +130,7 @@