From 53beb5271ce68a31f2b7ee2a4ff3db93e51518c9 Mon Sep 17 00:00:00 2001 From: lzhizhao <790086754@qq.com> Date: Tue, 8 Apr 2025 10:39:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A4=84=E7=90=86=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/marketing/points-mall/popup/commodity.vue | 4 ++-- src/views/modules/presale/products/popup/commodity.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"