From 190f42003ed5f96f285e8ff9517dbfbe70ef0ba5 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 20 三月 2023 15:31:21 +0800
Subject: [PATCH] 用户登录

---
 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