From de76f9f6d15f4e0688b961452d180b94d4cdded3 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 25 十月 2024 09:37:03 +0800
Subject: [PATCH] 优化样式

---
 h5/pages/index_2/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/h5/pages/index_2/index.vue b/h5/pages/index_2/index.vue
index be33da1..f7654d4 100644
--- a/h5/pages/index_2/index.vue
+++ b/h5/pages/index_2/index.vue
@@ -727,6 +727,7 @@
 				this.pkcontent = false
 				this.status = 1
 				this.shopPageDataSou = this.shopPageData.filter(item1 => {
+					console.log(item1.attrFirstIds, this.attributeOne.id)
 					if (
 					(this.attributeOne.id ? item1.attrFirstIds.indexOf(String(this.attributeOne.id)) !== -1 : true) &&
 					(this.attributeTwo.id ? item1.attrFirstIds.indexOf(String(this.attributeTwo.id)) !== -1 : true) &&
@@ -1149,10 +1150,10 @@
 								opacity: 0;
 								transform: translate(0%, 0%);
 								z-index: -1;
-								height: 56px;
+								height: 45px;
 								display: flex;
 								align-items: center;
-								background: rgba(0,224,255,0.3);
+								background: #ffffff;
 								border-radius: 8px;
 								image {
 									width: 32px;

--
Gitblit v1.9.3