From de0151aaae18282e885e5ae2d84653d1131a65a4 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Wed, 01 Apr 2020 11:26:42 +0800
Subject: [PATCH] xiufu

---
 SunshineIns/src/page/NoInspectionReportList.jsx |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/SunshineIns/src/page/NoInspectionReportList.jsx b/SunshineIns/src/page/NoInspectionReportList.jsx
index 35344fd..29c6813 100644
--- a/SunshineIns/src/page/NoInspectionReportList.jsx
+++ b/SunshineIns/src/page/NoInspectionReportList.jsx
@@ -31,9 +31,10 @@
     return (
       <div className="app-page">
         <HeadView history={this.props.history} />
-        <LinkView sed="未检举报" local="未检举报" />
-        <NoInspectionReportTableList history={this.props.history} />
-
+        {/* <LinkView sed="未检举报" local="未检举报" /> */}
+        <div style={{ background: '#fff', margin: 20 }}>
+          <NoInspectionReportTableList history={this.props.history} />
+        </div>
       </div>
     );
   }

--
Gitblit v1.8.0