From cc610ef597a4b600b4c48c80026f3a99be171f3b Mon Sep 17 00:00:00 2001 From: yuanhao <yuanhao_2024> Date: 星期一, 19 五月 2025 18:03:48 +0800 Subject: [PATCH] fix: scss跟背景图 --- policy/reportRecord/reportRecord.scss | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/policy/reportRecord/reportRecord.scss b/policy/reportRecord/reportRecord.scss index 60d7083..9273cee 100644 --- a/policy/reportRecord/reportRecord.scss +++ b/policy/reportRecord/reportRecord.scss @@ -1,4 +1,5 @@ .page-box{ + padding-bottom: 120rpx; .padding{ padding: 20rpx 32rpx; } @@ -42,7 +43,7 @@ } } .line{ - border-bottom: 3rpx dotted #F4F4F4; + border-bottom: 3rpx dashed #F4F4F4; margin: 24rpx 0; } .set-line1{ -- Gitblit v1.9.1