Bläddra i källkod

前端: 列表页分页组件位置调整。

baichengfei 5 år sedan
förälder
incheckning
82e70fd224

+ 2 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/basislist.vue

@@ -165,7 +165,8 @@
           </template>
         </el-table-column>-->
       </el-table>
-      <el-pagination @size-change="handleSizeChange"
+      <el-pagination style="float: right; margin-top: 10px; margin-bottom: 5px"
+                     @size-change="handleSizeChange"
                      @current-change="handleCurrentChange"
                      :current-page="currentPage"
                      :page-sizes="[10, 50, 100, 200, 500]"

+ 2 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/goodslist.vue

@@ -163,7 +163,8 @@
           </template>
         </el-table-column>-->
       </el-table>
-      <el-pagination @size-change="handleSizeChange"
+      <el-pagination style="float: right; margin-top: 10px; margin-bottom: 5px"
+                     @size-change="handleSizeChange"
                      @current-change="handleCurrentChange"
                      :current-page="currentPage"
                      :page-sizes="[10, 50, 100, 200, 500]"

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/index.vue

@@ -108,7 +108,7 @@
           </template>
         </el-table-column>-->
       </el-table>
-      <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
+      <el-pagination style="float: right; margin-top: 10px; margin-bottom: 5px" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
                      :page-sizes="[10, 50, 100, 200, 500]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
       </el-pagination>
     </el-card>

+ 2 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplier/techlist.vue

@@ -165,7 +165,8 @@
           </template>
         </el-table-column>-->
       </el-table>
-      <el-pagination @size-change="handleSizeChange"
+      <el-pagination style="float: right; margin-top: 10px; margin-bottom: 5px"
+                     @size-change="handleSizeChange"
                      @current-change="handleCurrentChange"
                      :current-page="currentPage"
                      :page-sizes="[10, 50, 100, 200, 500]"

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/basislist.vue

@@ -86,7 +86,7 @@
           </template>
         </el-table-column>-->
       </el-table>
-      <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
+      <el-pagination style="float: right; margin-top: 10px; margin-bottom: 5px" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
                      :page-sizes="[10, 50, 100, 200, 500]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
       </el-pagination>
     </el-card>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/goodslist.vue

@@ -87,7 +87,7 @@
           </template>
         </el-table-column>-->
       </el-table>
-      <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
+      <el-pagination style="float: right; margin-top: 10px; margin-bottom: 5px" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
                      :page-sizes="[10, 50, 100, 200, 500]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
       </el-pagination>
     </el-card>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/index.vue

@@ -84,7 +84,7 @@
           </template>
         </el-table-column>
       </el-table>
-      <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
+      <el-pagination style="float: right; margin-top: 10px; margin-bottom: 5px" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
                      :page-sizes="[10, 50, 100, 200, 500]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
       </el-pagination>
     </el-card>

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstore/techlist.vue

@@ -86,7 +86,7 @@
           </template>
         </el-table-column>-->
       </el-table>
-      <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
+      <el-pagination style="float: right; margin-top: 10px; margin-bottom: 5px" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
                      :page-sizes="[10, 50, 100, 200, 500]" :page-size="size" layout="total, sizes, prev, pager, next, jumper" :total="currentItemCount">
       </el-pagination>
     </el-card>

+ 1 - 0
src/dashoo.cn/frontend_web/src/pages/select/companyselect/index.vue

@@ -167,6 +167,7 @@
 
       <!-- 分页 -->
       <el-pagination
+        style="float: right; margin-top: 10px; margin-bottom: 5px"
         @size-change="handleSizeChange"
         @current-change="handleCurrentChange"
         :current-page="currentPage"