From d9a89d83c2048a964f16ca179feb2b7f21b9d33a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 七月 2024 16:28:47 +0800
Subject: [PATCH] 提交

---
 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