From 4b48bacef8646cee8b66f5e10b0ed7124534e93e Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 12 五月 2023 17:10:47 +0800
Subject: [PATCH] 首页修改
---
miniprogram/pages/user/report/index.wxss | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/miniprogram/pages/user/report/index.wxss b/miniprogram/pages/user/report/index.wxss
index 1715b70..97fdda6 100644
--- a/miniprogram/pages/user/report/index.wxss
+++ b/miniprogram/pages/user/report/index.wxss
@@ -1,6 +1,7 @@
/**index.wxss**/
.icon {
- height: 90%;
+ height: 40rem;
+ overflow: auto;
}
.font-wenzi {
@@ -19,11 +20,12 @@
.font-qita {
font-size: 13px;
- margin-bottom: 2%;
+ margin-bottom: 1rem;
margin-left: 2%;
}
.conter {
+ margin-top: 1rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
--
Gitblit v1.8.0