From 5776f4f5be2d5aa37a1e928ba95567dfc2e97d5c Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 12 七月 2024 15:19:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 wechat_jiaxuan/components/disProduct/index.less |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/wechat_jiaxuan/components/disProduct/index.less b/wechat_jiaxuan/components/disProduct/index.less
index 5e22d80..e3a87fb 100644
--- a/wechat_jiaxuan/components/disProduct/index.less
+++ b/wechat_jiaxuan/components/disProduct/index.less
@@ -63,6 +63,7 @@
     }
     .query_form{
       position: absolute;
+      z-index: 99;
       background-color: #fff;
       .list{
         width: 100%;
@@ -79,7 +80,7 @@
           font-size: 26rpx;
           color: #333333;
           white-space: nowrap;
-          overflow: hidden;//鏂囨湰瓒呭嚭闅愯棌
+          overflow: hidden;
           text-overflow: ellipsis;
           margin-right: 24rpx;
           margin-bottom: 24rpx;
@@ -147,7 +148,7 @@
             position: absolute;
             left: 0;
             top: 0;
-            z-index: 100;
+            z-index: 10;
           }
         }
         .name{

--
Gitblit v1.9.3