From 69a74309ed12cc13f0fa9fb90c5bffad17ade360 Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期四, 27 六月 2024 13:34:56 +0800
Subject: [PATCH] 问题修改

---
 policy/dataLook/dataLook.scss |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/policy/dataLook/dataLook.scss b/policy/dataLook/dataLook.scss
index dbf5ca5..5f55bec 100644
--- a/policy/dataLook/dataLook.scss
+++ b/policy/dataLook/dataLook.scss
@@ -4,15 +4,17 @@
 	flex-shrink: 0;
 	background: linear-gradient(180deg, #1171E0 42.5%, #F4F4F4 100%);
 	position: fixed;
-	top: 50px;
+	// top: 50px;
 	z-index: -1;
 }
 .page-main{
 	// position: relative;
 	// top: -380rpx;
 	padding-bottom: 140rpx;
+	padding-top: 20rpx;
 	.box{
-		margin: 32rpx 32rpx 20rpx;
+		margin: 0 32rpx 20rpx;
+		
 		background-color: white;
 		border-radius: 10rpx;
 		padding: 24rpx 0;

--
Gitblit v1.9.1