From bc01f19e361a4c05748942de1b968cf85fbee08b Mon Sep 17 00:00:00 2001
From: ChenZeping <chenzeping>
Date: 星期五, 30 四月 2021 12:33:34 +0800
Subject: [PATCH] 管线分析功能样式表格修改

---
 src/components/panel/topicSearch/SewersSelect/SewersAnalysis.vue |   60 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/src/components/panel/topicSearch/SewersSelect/SewersAnalysis.vue b/src/components/panel/topicSearch/SewersSelect/SewersAnalysis.vue
index b1c2ed3..f19e7c4 100644
--- a/src/components/panel/topicSearch/SewersSelect/SewersAnalysis.vue
+++ b/src/components/panel/topicSearch/SewersSelect/SewersAnalysis.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="sewers-analysis-tab">
-    <!--    <transition name="el-fade-in-linear">-->
-    <!--      <el-card>-->
+    <!--<transition name="el-fade-in-linear">-->
+    <!--<el-card>-->
     <el-tabs v-model="activeName" type="border-card" @tab-click="handleClick">
       <el-tab-pane label="杩為�氭��" name="first">
         <el-button type="primary" @click="linkClickStart" size="mini" style="margin-bottom: 5px;"
@@ -20,8 +20,9 @@
         <!--          <el-card shadow="hover">-->
         <span class="fixed-style">璧峰绠℃</span>
         <el-table
+            class="tableBox"
             :data="tableDataLinkStart"
-            max-height="200"
+            max-height="100"
             @row-click="linkSelectStart"
             style="width: 100%" size="mini">
           <el-table-column
@@ -62,6 +63,7 @@
         </el-table>
         <span class="fixed-style">缁撴潫绠℃</span>
         <el-table
+            class="tableBox"
             height="100"
             max-height="200"
             highlight-current-row
@@ -105,8 +107,9 @@
             </template>
           </el-table-column>
         </el-table>
-        <span class="fixed-style">鍒嗘瀽缁撴灉:<span style="color: red;">{{ currentLinkIsTrue }}</span></span>
+        <span class="fixed-style">鍒嗘瀽缁撴灉:<span style="color: red;margin-left: 15px">{{ currentLinkIsTrue }}</span></span>
         <el-table
+            class="tableBox"
             highlight-current-row
             max-height="200"
             :data="tableDataLinkResult"
@@ -151,8 +154,8 @@
           </el-table-column>
 
         </el-table>
-        <!--          </el-card>-->
-        <!--        </el-scrollbar>-->
+        <!--</el-card>-->
+        <!--</el-scrollbar>-->
       </el-tab-pane>
       <el-tab-pane label="鐖嗙" style=";color: #cccccc" name="second">
         <el-row>
@@ -166,6 +169,8 @@
         <!--        <el-card shadow="hover">-->
         <span class="fixed-style">鍙戠敓鐖嗚鐨勭娈�</span>
         <el-table
+            max-height="200"
+            class="tableBox"
             ref="singleTable"
             highlight-current-row
             :data="bgPipeLine"
@@ -212,7 +217,9 @@
         </el-table>
         <span class="fixed-style">闇�瑕佸叧闂殑闃�闂�</span>
         <el-table
+            class="tableBox"
             highlight-current-row
+            max-height="200"
             :data="bgFm"
             @row-click="bgFmClick"
             style="width: 100%" size="mini">
@@ -265,6 +272,8 @@
           閫夋嫨绠℃
         </el-button>
         <el-table
+            max-height="200"
+            class="tableBox"
             :data="tableDataLiuxiang" size="mini">
           <el-table-column
               :show-overflow-tooltip="true"
@@ -308,6 +317,7 @@
         </el-table>
         <span class="fixed-style">鍒嗘瀽缁撴灉</span>
         <el-table
+            class="tableBox"
             highlight-current-row
             max-height="200"
             :data="lxTableDataResult"
@@ -368,7 +378,7 @@
           <span>绠$嚎鏌ヨ缁撴灉</span>
         </div>
         <el-table
-            class="dddddd"
+            class="tableBox"
             :data="tableData"
             max-height="200"
             style="width: 100%" @row-click="selectRow" size="mini">
@@ -402,8 +412,8 @@
         </el-card>
       </el-tab-pane>
     </el-tabs>
-    <!--      </el-card>-->
-    <!--    </transition>-->
+    <!--</el-card>-->
+    <!--</transition>-->
   </div>
 </template>
 
@@ -489,6 +499,7 @@
       this.tableDataLinkStart = []
       this.tableDataLinkEnd = []
       this.tableDataLinkResult = []
+      this.lxTableDataResult = []
     },
 
     // 娴佸悜鍦板浘涓婄偣鍑�
@@ -671,8 +682,8 @@
             weight: 6
           }
         }
-      }).addTo(this.map)
-      this.map.panInsideBounds(this.currentSelectResultLine.getBounds())
+      }).addTo(window.map)
+      window.map.panInsideBounds(this.currentSelectResultLine.getBounds())
     },
     // 杩為�氭�х殑娓呴櫎鍔熻兘
     linkClear () {
@@ -782,8 +793,8 @@
 
     // 娴佸悜鍒嗘瀽缁撴灉table鍒楄〃鏁版嵁鐐瑰嚮
     lxResultSelect (e) {
-      console.log('杩為�氭�у垎鏋愮粨鏋滃垪琛ㄧ偣鍑�')
-      console.log(e)
+      // console.log('杩為�氭�у垎鏋愮粨鏋滃垪琛ㄧ偣鍑�')
+      // console.log(e)
 
       const geom = JSON.parse(e.geomText)
       if (this.currentSelectResultLine != null) {
@@ -933,11 +944,12 @@
     // 妯柇闈㈢粯鍒跺畬鎴愬悗 杩涜妯柇闈㈡暟鎹垎鏋� 杩涜鍥捐〃灞曠ず
     async selectRow (e) {
       console.log(e)
-      // const dataSeries = e.data.pointInterval
+      // option 鏁版嵁澶勭悊 const dataSeries = e.data.pointInterval
       // 3. 浣跨敤鍒氭寚瀹氱殑閰嶇疆椤瑰拰鏁版嵁锛屾樉绀哄浘琛�
       const option = {
         xAxis: {
           type: 'category',
+          // data: ['浜�1', '浜�2', '浜�3', '浜�4', '浜�5', '浜�6', '浜�7']
           data: ['浜�1', '浜�2', '浜�3', '浜�4', '浜�5', '浜�6', '浜�7']
         },
         yAxis: {
@@ -965,42 +977,30 @@
 
 <style lang="less" scoped>
 /*****婊氬姩鏉�***/
-.dddddd {
+/deep/ .tableBox {
   .el-table__fixed-right-patch {
     display: none;
   }
 }
 
-.dddddd::-webkit-scrollbar {
+/deep/ .tableBox::-webkit-scrollbar {
   /*婊氬姩鏉℃暣浣撴牱寮�*/
   width: 10px; /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄*/
   height: 10px;
 }
 
-.dddddd::-webkit-scrollbar-thumb {
+/deep/ .tableBox::-webkit-scrollbar-thumb {
   /*婊氬姩鏉¢噷闈㈠皬鏂瑰潡*/
   border-radius: 10px;
   background: #000;
 }
 
-.dddddd::-webkit-scrollbar-track {
+/deep/ .tableBox::-webkit-scrollbar-track {
   /*婊氬姩鏉¢噷闈㈣建閬�*/
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
   background: @background-color;
   border-radius: 10px;
 }
-
-///deep/ .el-table__row:hover > td {
-//  background: none !important;
-//}
-//
-///deep/ .el-table__row--striped:hover > td {
-//  background: none !important;
-//}
-
-///deep/ .el-table__row.hover-row {
-//  background: rgba(0, 16, 30, 0.9) !important
-//}
 
 /deep/ .el-table .has-gutter tr th {
   border: none !important;

--
Gitblit v1.8.0