From e4a8926b5315a51b10e883cfd4634cd90c568418 Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期二, 03 九月 2024 14:01:53 +0800
Subject: [PATCH] 去掉字段

---
 policy/reportRecord/reportRecord.scss |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/policy/reportRecord/reportRecord.scss b/policy/reportRecord/reportRecord.scss
index e3fbbf3..9273cee 100644
--- a/policy/reportRecord/reportRecord.scss
+++ b/policy/reportRecord/reportRecord.scss
@@ -1,4 +1,8 @@
 .page-box{
+	padding-bottom: 120rpx;
+	.padding{
+		padding: 20rpx 32rpx;
+	}
 	.list{
 		margin: 20rpx 32rpx;
 		.list-item{
@@ -39,7 +43,7 @@
 				}
 			}
 			.line{
-				border-bottom: 3rpx dotted #F4F4F4;
+				border-bottom: 3rpx dashed  #F4F4F4;
 				margin: 24rpx 0;
 			}
 			.set-line1{

--
Gitblit v1.9.1