GuoYuFu123 5 years ago
parent
commit
4ceb84dc8d

+ 1 - 1
src/framework/style/layout.scss

@@ -202,7 +202,7 @@ body {
         background: #fff;
         margin-top: 10px;
     }
-    > .data-table-pagination {
+    >.data-table-pagination {
         margin-top: 10px;
         flex-grow: 0;
         flex-shrink: 0;

+ 3 - 3
src/views/data_admin/buildAssets/NoMap.vue

@@ -1,6 +1,6 @@
 <template>
-    <div style='display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;'>
-        <el-table :data='tableData' style='width: 100%' border class='data-table' v-loading='loading'>
+    <div class="page-table-template" style='display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;'>
+        <el-table  :data='tableData' style='width: 100%' border class='data-table' v-loading='loading'>
             <el-table-column header-align='center' align='center' prop='BuildName' label='建筑'></el-table-column>、
             <el-table-column header-align='center' align='center' prop='floorName' label='楼层'></el-table-column>
             <el-table-column header-align='center' align='center' prop='PointName' label='点位标签名称'>
@@ -19,7 +19,7 @@
                 </template>
             </el-table-column>
         </el-table>
-        <base-pagination :currentPages='pageNum' :total='total' @pageChanged='pageChanged'></base-pagination>
+        <base-pagination class='data-table-pagination' :currentPages='pageNum' :total='total' @pageChanged='pageChanged'></base-pagination>
         <!-- component -->
         <saga-dialog ref='dialog' :iframeSrc='iframeSrc'></saga-dialog>
         <saga-station ref='station' :options='options' :itemObj='itemObj' @refresh='refresh'></saga-station>

+ 2 - 2
src/views/data_admin/buildAssets/Nofind.vue

@@ -1,5 +1,5 @@
 <template>
-    <div style='display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;'>
+    <div class="page-table-template" style='display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;'>
         <el-table :data='tableData' style='width: 100%' border class='data-table' v-loading='loading'>
             <el-table-column header-align='center' align='center' prop='BuildName' label='建筑'></el-table-column>、
             <el-table-column header-align='center' align='center' prop='floorName' label='楼层'></el-table-column>
@@ -18,7 +18,7 @@
                 </template>
             </el-table-column>
         </el-table>
-        <base-pagination :currentPages='pageNum' :total='total' @pageChanged='pageChanged'></base-pagination>
+        <base-pagination class='data-table-pagination' :currentPages='pageNum' :total='total' @pageChanged='pageChanged'></base-pagination>
         <saga-dialog ref='dialog' :iframeSrc='iframeSrc'></saga-dialog>
     </div>
 </template>

+ 3 - 3
src/views/data_admin/buildAssets/Nopaint.vue

@@ -1,6 +1,6 @@
 <template>
-    <div style='display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;'>
-        <el-table :data='tableData' style='width: 100%' border class='data-table' v-loading='loading'>
+    <div class="page-table-template" style='display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;'>
+        <el-table  :data='tableData' style='width: 100%' border class='data-table' v-loading='loading'>
             <el-table-column header-align='center' align='center' prop='BuildName' label='建筑'></el-table-column>、
             <el-table-column header-align='center' align='center' prop='floorName' label='楼层'></el-table-column>
             <el-table-column header-align='center' align='center' prop='PointName' label='点位标签名称'>
@@ -18,7 +18,7 @@
                 </template>
             </el-table-column>
         </el-table>
-        <base-pagination :currentPages='pageNum' :total='total' @pageChanged='pageChanged'></base-pagination>
+        <base-pagination class='data-table-pagination' :currentPages='pageNum' :total='total' @pageChanged='pageChanged'></base-pagination>
         <saga-dialog ref='dialog' :iframeSrc='iframeSrc'></saga-dialog>
     </div>
 </template>

+ 2 - 2
src/views/data_admin/buildAssets/Noverify.vue

@@ -1,5 +1,5 @@
 <template>
-    <div style='display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;'>
+    <div class="page-table-template" style='display: flex;flex-direction: column;flex-grow: 1;flex-shrink: 1;'>
         <el-table :data='tableData' style='width: 100%' border class='data-table' v-loading='loading'>
             <el-table-column header-align='center' align='center' prop='BuildName' label='建筑'></el-table-column>、
             <el-table-column header-align='center' align='center' prop='floorName' label='楼层'></el-table-column>
@@ -17,7 +17,7 @@
                 </template>
             </el-table-column>
         </el-table>
-        <base-pagination :currentPages='pageNum' :total='total' @pageChanged='pageChanged'></base-pagination>
+        <base-pagination class='data-table-pagination' :currentPages='pageNum' :total='total' @pageChanged='pageChanged'></base-pagination>
         <saga-dialog ref='dialog' :iframeSrc='iframeSrc'></saga-dialog>
     </div>
 </template>