Browse Source

给刷新按钮一个默认的块

LXXXY 5 years ago
parent
commit
97563d59eb
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/components/point/report/tabFunNumOverview.vue

+ 4 - 2
src/components/point/report/tabFunNumOverview.vue

@@ -27,11 +27,13 @@
         </el-table-column>
         <el-table-column prop='Data.Time' label='对应值 - 获取时间' show-overflow-tooltip min-width="270" header-align='center' align='center' style="position:relative;">
           <template slot-scope="scope">
-            <div style="width:175px;display:inline-block;margin-right:10px;">
+            <div style="width:175px;display:inline-block;">
               <span style="line-height:29px;">{{ scope.row.Data? (scope.row.Data.Data  || '--'): '--' }}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
               <span style="line-height:29px;">{{ scope.row.Data? scope.row.Data.Time : '' }}</span>
             </div>
-            <el-button class="dialog-btn" style="display:inline-block;" @click="refreshThisRow(scope.row)"><i class="el-icon-refresh"></i></el-button>
+            <span style="width:55.33px;display:inline-block;padding-left:10px;">
+            <el-button class="dialog-btn" @click="refreshThisRow(scope.row)"><i class="el-icon-refresh"></i></el-button>
+            </span>
           </template>
         </el-table-column>
         <el-table-column prop='RelatedPoint' label='涉及子系统点位(数据来源)' show-overflow-tooltip min-width="150" align='center'>