From c5823a28c388550ef40268c8a94294db9447720a Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 27 十二月 2022 15:38:49 +0800
Subject: [PATCH] fix: bug处理和修改细节
---
miniprogram/pages/user/group/message/index.wxss | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/miniprogram/pages/user/group/message/index.wxss b/miniprogram/pages/user/group/message/index.wxss
index d28d054..464b813 100644
--- a/miniprogram/pages/user/group/message/index.wxss
+++ b/miniprogram/pages/user/group/message/index.wxss
@@ -83,18 +83,18 @@
}
.input{
width: 78%;
- height: 30px;
+ height: 35px;
background-color: #F5F5F9;
margin-left: 5%;
border-radius:10px;
margin-top: 2%;
}
.more{
- height: 25px;
- width: 25px;
+ height: 45px;
+ width: 45px;
float: right;
margin-right: 2%;
- margin-top: 3%;
+ margin-top: 1%;
}
.moreList{
/* height: 30px; */
--
Gitblit v1.8.0