Browse Source

1.优化订单统计数据样式

yfh 16 hours ago
parent
commit
2252f06cf6
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/store/statistics/orderstatatic.vue

+ 5 - 1
src/views/store/statistics/orderstatatic.vue

@@ -193,7 +193,7 @@
           </el-table-column>
         </el-table>
 
-        <div style="margin-top:15px;text-align:center">
+        <div style="margin-top:15px">
           <pagination
             v-show="pagination.total>0"
             :total="pagination.total"
@@ -208,6 +208,10 @@
         :title="show.title"
         :visible.sync="show.open"
         size="65%"
+        :modal="false"
+        :wrapper-closable="false"
+        :append-to-body="true"
+        custom-class="safe-drawer"
       >
         <product-order ref="order" />
       </el-drawer>