From f72f8966ba4e1715e8df82d5cf1c7e912b6da719 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 01 四月 2024 10:21:07 +0800
Subject: [PATCH] 检索的bug

---
 packagePersonal/pages/feedBack/index.wxss |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/packagePersonal/pages/feedBack/index.wxss b/packagePersonal/pages/feedBack/index.wxss
index 812c531..a206379 100644
--- a/packagePersonal/pages/feedBack/index.wxss
+++ b/packagePersonal/pages/feedBack/index.wxss
@@ -1,6 +1,5 @@
 page {
-  background-color: #f0f2f5;
-  padding: 0 20rpx;
+  background-color: #f0f2f5 !important;
 }
 
 .container {
@@ -23,6 +22,7 @@
 .content {
   height: calc(100vh - env(safe-area-inset-bottom) - 96rpx);
   box-sizing: border-box;
+  background: #fff;
 }
 
 .t-tabs__track {
@@ -185,4 +185,9 @@
 .empyt {
   background: #fff;
   padding: 200rpx 0;
+}
+
+.body-loading {
+  padding: 200rpx 0;
+  text-align: center;
 }
\ No newline at end of file

--
Gitblit v1.9.1