From 86fc8bbb09df7bbeb50fa714ff8bb4aea85ffef5 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 29 七月 2024 15:57:17 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/zbomyoujia

---
 wechat_staff/components/disProduct/index.wxss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/wechat_staff/components/disProduct/index.wxss b/wechat_staff/components/disProduct/index.wxss
index 90b50c0..8b5593c 100644
--- a/wechat_staff/components/disProduct/index.wxss
+++ b/wechat_staff/components/disProduct/index.wxss
@@ -17,6 +17,7 @@
 .app {
   height: 100%;
   width: 100%;
+  overflow-y: hidden;
 }
 .app .home_content {
   height: 100%;
@@ -184,6 +185,7 @@
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
+  
 }
 .main_content .main_right .goods_list .item .info {
   display: flex;
@@ -192,6 +194,7 @@
 }
 .main_content .main_right .goods_list .item .info .icon {
   width: 28rpx;
+  height: 28rpx;
   margin-right: 8rpx;
 }
 .main_content .main_right .goods_list .item .info .num {
@@ -200,3 +203,13 @@
 .main_content .main_right .goods_list .item .info .primary {
   color: var(--themeColor);
 }
+.main_content .main_right .empty_wrap {
+  width: 100%;
+  display: flex;
+  padding-top: 200rpx;
+  justify-content: center;
+}
+.main_content .main_right .default_empty {
+  width: 300rpx;
+  height: 300rpx;
+}

--
Gitblit v1.9.3