From ae28f9db9fa0ebe24b9c21cb37daf23bafee7e92 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期一, 13 三月 2023 18:06:26 +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