|
@@ -139,7 +139,7 @@
|
|
|
:dataSource="loadData"
|
|
|
:pagination="pagination"
|
|
|
@change="getProductList"
|
|
|
- :scroll="{ x: 1740 }"
|
|
|
+ :scroll="{ x: 1740, y: 300 }"
|
|
|
bordered>
|
|
|
<!-- 产品分类 -->
|
|
|
<template slot="productType" slot-scope="text, record">
|
|
@@ -253,7 +253,7 @@
|
|
|
:rowKey="(record) => record.id"
|
|
|
:columns="chooseColumns"
|
|
|
:data="chooseLoadData"
|
|
|
- :scroll="{ x: 1460 }"
|
|
|
+ :scroll="{ x: 1600, y: 300 }"
|
|
|
bordered>
|
|
|
<!-- 产品分类 -->
|
|
|
<template slot="productType" slot-scope="text, record">
|