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 1 týždeň pred
rodič
commit
90275f4587

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 1330 - 195
src/views/Home/components/map.vue


+ 32 - 32
src/views/Home/components/map/SX.vue

@@ -133,20 +133,20 @@
             >
               <rect
                 x="475"
-                y="40"
+                y="10"
                 width="110"
                 height="12"
                 stroke="#46C55A35"
                 fill="#000000"
                 opacity="0.8"
               />
-              <text class="mapKey" x="480" y="48" fill="#919697" font-size="8">
+              <text class="mapKey" x="480" y="18" fill="#919697" font-size="8">
                 光伏电站01 组串式:
               </text>
-              <text x="555" y="48" :fill="fillSty" font-size="8">
+              <text x="555" y="18" :fill="fillSty" font-size="8">
                 {{ sourceMap?.station?.SXJ_KGDL_TL_GDC_STA?.zczjts }}
               </text>
-              <text x="565" y="48" fill="#919697" font-size="8">台</text>
+              <text x="565" y="18" fill="#919697" font-size="8">台</text>
             </g>
           </g>
 
@@ -162,8 +162,8 @@
               version="1.1"
               xmlns="http://www.w3.org/2000/svg"
               xmlns:xlink="http://www.w3.org/1999/xlink"
-              x="455"
-              y="30"
+              x="855"
+              y="210"
               width="45"
               height="45"
               viewBox="0 0 220 392"
@@ -262,8 +262,8 @@
               version="1.1"
               xmlns="http://www.w3.org/2000/svg"
               xmlns:xlink="http://www.w3.org/1999/xlink"
-              x="435"
-              y="55"
+              x="800"
+              y="180"
               width="45"
               height="45"
               viewBox="0 0 220 392"
@@ -292,8 +292,8 @@
               "
             >
               <rect
-                x="420"
-                y="100"
+                x="390"
+                y="-15"
                 width="82"
                 height="24"
                 stroke="#46C55A35"
@@ -302,8 +302,8 @@
               />
               <text
                 class="mapKey"
-                x="425"
-                y="115"
+                x="395"
+                y="0"
                 fill="#919697"
                 font-size="8"
                 @click.stop="
@@ -317,8 +317,8 @@
                 风电场02
               </text>
               <text
-                x="480"
-                y="115"
+                x="450"
+                y="0"
                 :fill="fillSty"
                 font-size="8"
                 @click.stop="
@@ -333,8 +333,8 @@
               </text>
               <text
                 class="mapKey"
-                x="490"
-                y="115"
+                x="460"
+                y="0"
                 fill="#919697"
                 font-size="8"
                 @click.stop="
@@ -362,8 +362,8 @@
               version="1.1"
               xmlns="http://www.w3.org/2000/svg"
               xmlns:xlink="http://www.w3.org/1999/xlink"
-              x="400"
-              y="0"
+              x="830"
+              y="210"
               width="45"
               height="45"
               viewBox="0 0 220 392"
@@ -392,8 +392,8 @@
               "
             >
               <rect
-                x="380"
-                y="45"
+                x="420"
+                y="75"
                 width="82"
                 height="24"
                 stroke="#46C55A35"
@@ -402,8 +402,8 @@
               />
               <text
                 class="mapKey"
-                x="385"
-                y="60"
+                x="425"
+                y="90"
                 fill="#919697"
                 font-size="8"
                 @click.stop="
@@ -417,8 +417,8 @@
                 风电场03
               </text>
               <text
-                x="440"
-                y="60"
+                x="480"
+                y="90"
                 :fill="fillSty"
                 font-size="8"
                 @click.stop="
@@ -433,8 +433,8 @@
               </text>
               <text
                 class="mapKey"
-                x="450"
-                y="60"
+                x="490"
+                y="90"
                 fill="#919697"
                 font-size="8"
                 @click.stop="
@@ -450,7 +450,7 @@
             </g>
           </g>
 
-           <g
+          <g
             class="item-label-hover"
             v-if="
               showType === 'all' ||
@@ -462,8 +462,8 @@
               version="1.1"
               xmlns="http://www.w3.org/2000/svg"
               xmlns:xlink="http://www.w3.org/1999/xlink"
-              x="375"
-              y="25"
+              x="770"
+              y="210"
               width="45"
               height="45"
               viewBox="0 0 220 392"
@@ -550,7 +550,7 @@
             </g>
           </g>
 
-           <g
+          <g
             class="item-label-hover"
             v-if="
               showType === 'all' ||
@@ -562,8 +562,8 @@
               version="1.1"
               xmlns="http://www.w3.org/2000/svg"
               xmlns:xlink="http://www.w3.org/1999/xlink"
-              x="325"
-              y="95"
+              x="715"
+              y="280"
               width="45"
               height="45"
               viewBox="0 0 220 392"

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 4111 - 0
src/views/Home/components/map备份.vue