zhaomiao 4 years ago
parent
commit
6cac474713

+ 5 - 5
src/views/BorderBenchmark/InternationalBenchmark.vue

@@ -48,7 +48,7 @@
         @selection-change="handleSelectionChange"
         @sort-change="changeTableSort"
       >
-        <el-table-column label="场外对标列表">
+        
           <el-table-column type="index" width="50"> </el-table-column>
           <el-table-column
             type="selection"
@@ -221,13 +221,13 @@
           <el-table-column fixed="right" prop="address" label="操作" width="70">
             <template slot-scope="scope">
               <el-button
-                size="mini"
+                size="medium"
+                type="text"
                 @click="handleEdit(scope.$index, scope.row)"
                 >详情</el-button
               >
             </template>
           </el-table-column>
-        </el-table-column>
       </el-table>
 
       <el-dialog
@@ -272,13 +272,13 @@
         <el-col :span="12"
           ><div
             id="chartPie"
-            style="width: 800px; height: 400px; margin: auto"
+            style="width: 800px; height: 400px; margin-top: 33px;margin-left:99px"
           ></div>
         </el-col>
         <el-col :span="12">
           <div
             id="chartPieRight"
-            style="width: 800px; height: 400px; margin: auto"
+            style="width: 800px; height: 400px;  margin-top: 33px;margin-left:99px"
           ></div
         ></el-col>
       </el-row>

+ 9 - 7
src/views/BorderBenchmark/YardBenchmark.vue

@@ -90,12 +90,13 @@
           style="width: 100%"
           :cell-style="{ textAlign: 'center' }"
           :header-cell-style="headStyle"
+          border
           max-height="370px"
           height="370px"
           @selection-change="changeFun"
         >
           >
-          <el-table-column label="场内对标列表">
+          <!-- <el-table-column label="场内对标列表"> -->
             <el-table-column type="index" width="50"> </el-table-column>
             <el-table-column
               type="selection"
@@ -307,21 +308,22 @@
             >
             </el-table-column>
             <el-table-column
-              fixed="left"
-              prop="address"
+              fixed="right"
               label="操作"
               width="100"
             >
               <template slot-scope="scope">
                 <el-button
-                  size="mini"
+                  size="medium"
+                  type="text"
                   @click="handleEdit(scope.$index, scope.row)"
                   >详情</el-button
                 >
-              </template>
-            </el-table-column>
-          </el-table-column>
+               </template>
+              </el-table-column>            
+          <!-- </el-table-column> -->
         </el-table>
+  
       </el-card>
 
       <el-row

+ 4 - 5
src/views/ProjectBenchmark/ProjectBenchmark.vue

@@ -63,7 +63,6 @@
         max-height="388px"
         style="margin-bottom:30px"
       >
-        <el-table-column label="项目对标列表">
           <el-table-column type="index" width="50"> </el-table-column>
           <el-table-column
             type="selection"
@@ -237,13 +236,13 @@
           <el-table-column fixed="right" prop="address" label="操作" width="70">
             <template slot-scope="scope">
               <el-button
-                size="mini"
+                size="medium"
+                type="text"
                 @click="handleEdit(scope.$index, scope.row)"
                 >详情</el-button
               >
             </template>
           </el-table-column>
-        </el-table-column>
       </el-table>
 
       <el-dialog
@@ -288,13 +287,13 @@
         <el-col :span="12"
           ><div
             id="chartPie"
-            style="width: 800px; height: 400px; margin-left: 99px"
+            style="width: 800px; height: 400px; margin-left: 99px ;margin-top:-13px"
           ></div>
         </el-col>
         <el-col :span="12">
           <div
             id="chartPieRight"
-            style="width: 800px; height: 400px; margin-left: 99px"
+            style="width: 800px; height: 400px; margin-left: 99px ;margin-top:-13px"
           ></div
         ></el-col>
       </el-row>