From 25ebc714977470b5ed02b0ec7f30ea0615ebd89f Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期五, 14 三月 2025 16:48:09 +0800
Subject: [PATCH] 更新应用配置,添加AppID并修改页面路由;优化取水口界面,增加定时开阀功能和相关参数设置;修复首页反馈图标及提示信息。

---
 app.wxss |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/app.wxss b/app.wxss
index f076322..d5d4919 100644
--- a/app.wxss
+++ b/app.wxss
@@ -8,12 +8,18 @@
   box-sizing: border-box;
 } 
 .noMore-View {
-  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{
@@ -23,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