From f05a26bb7e036c3d09c84e295f1b77fdb8d9ba08 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 06 四月 2023 20:46:42 +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