From b628d9eaed3de37e7e59d0fe47dd12b58a952f0e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 21 三月 2023 16:31:46 +0800
Subject: [PATCH] 用户聊天头像修改

---
 miniprogram/app.wxss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/miniprogram/app.wxss b/miniprogram/app.wxss
index 06c6fc9..c762fbd 100644
--- a/miniprogram/app.wxss
+++ b/miniprogram/app.wxss
@@ -3,8 +3,8 @@
   height: 100%;
   display: flex;
   flex-direction: column;
-  align-items: center;
+  /* align-items: center; */
   justify-content: space-between;
-  padding: 200rpx 0;
+  /* padding: 200rpx 0; */
   box-sizing: border-box;
 } 

--
Gitblit v1.8.0