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 @@