From 6ed6341c38e658966297a01271e11209f93da071 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 05 六月 2023 16:54:49 +0800
Subject: [PATCH] #平库地图更改

---
 src/main/webapp/views/home/map.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/webapp/views/home/map.html b/src/main/webapp/views/home/map.html
index 4d0f8d5..13a6764 100644
--- a/src/main/webapp/views/home/map.html
+++ b/src/main/webapp/views/home/map.html
@@ -217,7 +217,7 @@
 
         /*婊戝姩鍗$墖start*/
         .hoverCard {
-            width: 160px;
+            width: 140px;
             height: 224px;
             border-radius: 20px;
             background: #f5f5f5;
@@ -239,7 +239,7 @@
 
         .hoverCard .card-button {
             transform: translate(-50%, 125%);
-            width: 50%;
+            width: 60%;
             border-radius: 1rem;
             border: none;
             background-color: #008bf8;
@@ -424,8 +424,8 @@
     </style>
 </head>
 <body>
-<div id="app" style="display: flex;justify-content: space-between;margin-top: 50px;flex-wrap: nowrap; scale: 0.9" @click="bgClick()">
-    <div style="flex: 4;" :style="{scale:showScale/100.0,marginTop:(showScale-100)*5 + 'px'}">
+<div id="app" style="display: flex;justify-content: space-around;margin-top: 50px;flex-wrap: nowrap; scale: 0.9" @click="bgClick()">
+    <div style="flex: 3;" :style="{scale:showScale/100.0,marginTop:(showScale-100)*5 + 'px'}">
         <div>
             <div class="pointContainer" v-for="(x,index) in map" :key="index">
                 <div v-if="index != 0 && (index != map.length-1)" v-for="(y,idx) in x" :key="idx">
@@ -472,7 +472,7 @@
             </div>
         </div>
     </div>
-    <div style="padding: 20px;flex: 1;margin-top: -70px; ">
+    <div style="padding: 20px;flex: 1;margin-top: -70px;">
         <el-slider v-model="showScale" :marks="showScaleMarks"></el-slider>
         <div style="display: flex;justify-content: space-between;flex-wrap: wrap;">
             <div class="hoverCard" style="width: 100%;">

--
Gitblit v1.9.1