table不随屏幕改变尺寸问题

This commit is contained in:
mabo
2021-05-27 16:37:00 +08:00
parent 087ffe230d
commit 0df88e08e4
88 changed files with 5255 additions and 5397 deletions

View File

@@ -47,15 +47,13 @@
<Tabs active-key="tab" @on-click="clickTabs">
<Tab-pane label="订单列表" name="order">
<Card>
<Row>
<Table
:loading="loading"
border
:columns="orderColumns"
:data="orderData"
ref="table"
></Table>
</Row>
<Table
:loading="loading"
border
:columns="orderColumns"
:data="orderData"
ref="table"
></Table>
<Row type="flex" justify="end" class="page">
<Page
:current="orderParam.pageNumber"
@@ -72,15 +70,13 @@
</Tab-pane>
<Tab-pane label="退单列表" name="refund">
<Card>
<Row>
<Table
:loading="loading"
border
:columns="refundColumns"
:data="refundData"
ref="table"
></Table>
</Row>
<Table
:loading="loading"
border
:columns="refundColumns"
:data="refundData"
ref="table"
></Table>
<Row type="flex" justify="end" class="page">
<Page
:current="refundParam.pageNumber"
@@ -97,15 +93,13 @@
</Tab-pane>
<Tab-pane label="分销费用列表" name="distribution">
<Card>
<Row>
<Table
:loading="loading"
border
:columns="distributionColumns"
:data="distributionData"
ref="table"
></Table>
</Row>
<Table
:loading="loading"
border
:columns="distributionColumns"
:data="distributionData"
ref="table"
></Table>
<Row type="flex" justify="end" class="page">
<Page
:current="distributionParam.pageNumber"