|
@@ -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>
|