diff --git a/src/views/modules/marketing/points-mall/popup/commodity.vue b/src/views/modules/marketing/points-mall/popup/commodity.vue index 76a85e0..edf4099 100644 --- a/src/views/modules/marketing/points-mall/popup/commodity.vue +++ b/src/views/modules/marketing/points-mall/popup/commodity.vue @@ -20,7 +20,7 @@ border ref="multipleTable" :data="dataList" - height="60vh" + height="40vh" tooltip-effect="dark" style="width: 100%" @select="select" @@ -228,4 +228,4 @@ export default { ::v-deep .selectAllbtnDis .cell .el-checkbox__inner { display: none; } - \ No newline at end of file + diff --git a/src/views/modules/presale/products/popup/commodity.vue b/src/views/modules/presale/products/popup/commodity.vue index 30ecb02..edf4099 100644 --- a/src/views/modules/presale/products/popup/commodity.vue +++ b/src/views/modules/presale/products/popup/commodity.vue @@ -20,7 +20,7 @@ border ref="multipleTable" :data="dataList" - height="60vh" + height="40vh" tooltip-effect="dark" style="width: 100%" @select="select"