From a84175b5e189ac6da0d80ac64f77a4b45e7c9157 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 14 十一月 2024 13:48:34 +0800
Subject: [PATCH] 1.添加瞬时流量相关2.优化界面3.修改原开阀和未关阀列表的sessionId为clientId

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

diff --git a/app.wxss b/app.wxss
index 8fd9af2..192064f 100644
--- a/app.wxss
+++ b/app.wxss
@@ -37,10 +37,15 @@
   overflow-y: auto;
   z-index: 0;
   margin-top: 10rpx;
+  margin-bottom: 20rpx;
+  overflow: hidden; /* 閬垮厤妯悜婊氬姩 */
+  width: 100%; /* 纭繚 scroll-view 鐨勫搴﹀崰婊$埗瀹瑰櫒 */
+  flex-direction: column; /* 纭繚鍐呭鎸夊垪鎺掑垪 */
 }
 
 
 .loading {
   text-align: center;
   padding: 20px;
+  font-size: 30rpx;
 }
\ No newline at end of file

--
Gitblit v1.8.0