From 5a028e7fea99d14f43f0be82db7b922f8472df6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?LAPTOP-D7TKRI82=5C=E9=82=93?= <52643018@qq.com>
Date: Tue, 22 Jun 2021 14:49:21 +0800
Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E]=20=E4=B8=AA=E4=BA=BA?=
=?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=96=B0=E5=A2=9E=E6=84=8F=E8=A7=81=E5=8F=8D?=
=?UTF-8?q?=E9=A6=88=E6=8C=89=E9=92=AE=EF=BC=8C=E4=BD=BF=E7=94=A8=E5=BE=AE?=
=?UTF-8?q?=E4=BF=A1=E5=8E=9F=E7=94=9F=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BD=86?=
=?UTF-8?q?=E7=8E=B0=E5=9C=A8=E7=82=B9=E5=87=BB=E6=8C=89=E9=92=AE=E5=90=8E?=
=?UTF-8?q?=E6=97=A0=E5=8F=8D=E5=BA=94?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/center/index.vue | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pages/center/index.vue b/pages/center/index.vue
index 517d49f..6567d0f 100644
--- a/pages/center/index.vue
+++ b/pages/center/index.vue
@@ -41,6 +41,7 @@
+
@@ -143,6 +144,13 @@
border-bottom: 1rpx solid #EEEEEE;
height: 110rpx;
box-sizing: border-box;
+ position: relative;
+ .feedback-btn{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+ }
&:last-child{
border-bottom: none;
}