From 5f9cf32984bb26a99e3fe0359e295c7a27cd5069 Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期二, 22 四月 2025 14:17:13 +0800
Subject: [PATCH] 重构灌溉组详情页面的请求逻辑,改用请求库简化API调用;更新WXML以优化组名展示样式,提升用户体验。

---
 app.wxss |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/app.wxss b/app.wxss
index 06c6fc9..d5d4919 100644
--- a/app.wxss
+++ b/app.wxss
@@ -5,6 +5,36 @@
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
-  padding: 200rpx 0;
   box-sizing: border-box;
 } 
+.noMore-View {
+  /* display: flex;
+  flex-direction: column;
+  justify-content: center;
+  align-items: center;
+  height: 100vh;
+  width: 100%;
+  text-align: center; */
+  display: flex;
+  flex-direction: column; /* 纭繚瀛愬厓绱犵旱鍚戞帓鍒� */
+  justify-content: center; /* 鍨傜洿灞呬腑 */
+  align-items: center; /* 姘村钩灞呬腑 */
+  height: 100%; /* 璁╁鍣ㄩ珮搴﹀崰婊$埗鍏冪礌 */
+}
+
+.noMore-img{
+  width: 300rpx;
+  height: 300rpx;
+}
+
+.noMore-text{
+  color:#969494;
+}
+
+.list-container {
+  display: flex;
+  flex: 1;
+  overflow-y: auto;
+  z-index: 0;
+  margin-top: 10rpx;
+}
\ No newline at end of file

--
Gitblit v1.8.0