From 5ceb814e7f8c9a85f7e9241ec64618f8bce70100 Mon Sep 17 00:00:00 2001 From: mixtan <424491071@qq.com> Date: Sun, 20 Jul 2025 18:14:13 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=95=86=E5=93=81=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E4=B8=BB=E9=A1=B5UI=EF=BC=88=E8=BF=98=E5=B7=AE=E5=86=85?= =?UTF-8?q?=E9=83=A8=E6=8C=89=E9=92=AE=E6=93=8D=E4=BD=9C=E9=83=A8=E5=88=86?= =?UTF-8?q?UI=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/warehouse/manage/productList.vue | 196 ++++++++++-------- 1 file changed, 109 insertions(+), 87 deletions(-) diff --git a/java-mall-app-shop-admin/pages/warehouse/manage/productList.vue b/java-mall-app-shop-admin/pages/warehouse/manage/productList.vue index e3e6ddb..d633c42 100644 --- a/java-mall-app-shop-admin/pages/warehouse/manage/productList.vue +++ b/java-mall-app-shop-admin/pages/warehouse/manage/productList.vue @@ -8,7 +8,7 @@ :height="'44px'" rightWidth="0" :leftWidth="30" - backgroundColor="#f5f6fa" + backgroundColor="#f5f6fa" > @@ -33,7 +33,7 @@ scroll-with-animation class="tab-view" :scroll-into-view="scrollViewId" - :style="{ height: height - 130 + 'px', top: top + 'px' }" + :style="{ top: top + 'px' }" > @@ -141,43 +141,31 @@ - 价格/库存 - - + 上架 - - + 下架 - - + 编辑 - + @@ -201,22 +189,30 @@ - 分类管理 - + 分类管理 + + + 批量操作 - 商品新建 @@ -386,7 +382,7 @@ export default { let header = 60; let top = 0; //#ifdef H5 - top = 44; + top = 25; //#endif //#ifdef APP-PLUS top = 70; @@ -664,11 +660,16 @@ export default {