From f693c859cdaf607c2a146ef89a7a2ce0d9476d1a Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 07 四月 2023 15:49:09 +0800
Subject: [PATCH] 修改首页
---
miniprogram/pages/manager/group/message/index.wxss | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/miniprogram/pages/manager/group/message/index.wxss b/miniprogram/pages/manager/group/message/index.wxss
index 9d5fdfb..87065b9 100644
--- a/miniprogram/pages/manager/group/message/index.wxss
+++ b/miniprogram/pages/manager/group/message/index.wxss
@@ -14,6 +14,7 @@
}
.chat-item{
+ padding-bottom: 2rem;
background-color: #F5F5F9;
margin-bottom: 20%;
}
@@ -65,7 +66,7 @@
}
.low{
position: fixed;
- bottom: 0rem;
+ bottom: 2rem;
width: 100%;
background-color: white;
/* height: 7%; */
--
Gitblit v1.8.0