1
huangxiaoqiang
9 天以前 0939aa5f3cc12a8856456a51cf2b661b6cd780c7
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Client/src/views/Home.vue
@@ -63,9 +63,9 @@
               <el-col :span="8">
                  <div class="line-container">
                     <div class="RGVline"></div>
                     <div :class="updateRGVOne()" :style="{ marginTop: RGV01.LevelPoint + 'px' }"
                     <div :class="updateRGVOne()" :style="{ transform: `translateY(${1280-RGV01.LevelPoint*0.00303627639+50}px)` }"
                        @click="mouseClickRGVFirst">1</div>
                     <div :class="updateRGVTwo()" :style="{ marginTop: 1000 + 'px' }" @click="mouseClickSecond">2
                     <div :class="updateRGVTwo()" :style="{ transform: `translateY(${1280-RGV02.LevelPoint*0.00374041519+100}px)` }" @click="mouseClickSecond">2
                     </div>
                  </div>
               </el-col>
@@ -164,9 +164,8 @@
      <el-row :gutter="20" class="cardWidthrow">
         <el-col :span="12">
            <div>
               <el-row :gutter="20" style="height:1000px;margin-top:50px;">
                  <span style="position: relative; top: 150px;left: 30px;">第二层</span>
               <el-row :gutter="20" style="height:1000px;margin-top:10px;">
                  <span style="position: relative; top: 100px;left: 30px;">第二层</span>
                  <div>
                     <div v-for="(group, index) in groupedLines(linescopy13)" :key="index">
                        <div class="positionY-group">
@@ -180,7 +179,7 @@
                  <div class="line-containerThird">
                     <div class="lineThird"></div>
                     <div :class="updateRGVThird()"
                        :style="{ transform: `translateX(${RGV03.LevelPoint}px)`, marginTop: '3px' }"
                        :style="{ transform: `translateX(${1280-RGV03.LevelPoint*0.003397667+200}px)`, marginTop: '3px' }"
                        @click="mouseClickThird">3</div>
                  </div>
                  <div style="margin-top:180px;margin-right:100px">
@@ -1585,7 +1584,7 @@
  margin-bottom: 10px;
} */
.title {
   height: 1500px;
   height: 1800px;
}
.cardWidth {
@@ -1595,7 +1594,7 @@
}
.cardWidthrow {
   height: 40%;
   height: 00%;
   width: 100%;
   /* margin-top: 10px; */
   box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);