From fe3ce21a469f7e2584dbcb85cb75022d149f436c Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期二, 25 三月 2025 19:28:56 +0800
Subject: [PATCH] 更新灌溉计划页面,添加项目选择器和总灌溉时间计算功能;优化界面样式,增加SVG图标;修复项目列表和轮灌组显示逻辑;调整配置文件,添加libVersion字段。

---
 app.wxss |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/app.wxss b/app.wxss
index ca25be8..d5d4919 100644
--- a/app.wxss
+++ b/app.wxss
@@ -8,13 +8,18 @@
   box-sizing: border-box;
 } 
 .noMore-View {
-  flex: 1;
-  display: flex;
+  /* display: flex;
+  flex-direction: column;
   justify-content: center;
   align-items: center;
-  height: 100%;
-  text-align: center;
-  flex-direction: column;
+  height: 100vh;
+  width: 100%;
+  text-align: center; */
+  display: flex;
+  flex-direction: column; /* 纭繚瀛愬厓绱犵旱鍚戞帓鍒� */
+  justify-content: center; /* 鍨傜洿灞呬腑 */
+  align-items: center; /* 姘村钩灞呬腑 */
+  height: 100%; /* 璁╁鍣ㄩ珮搴﹀崰婊$埗鍏冪礌 */
 }
 
 .noMore-img{
@@ -24,4 +29,12 @@
 
 .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