From 943010c908500030146d65c0febde76733eb4954 Mon Sep 17 00:00:00 2001
From: 王晓刚 <wxg@bronet.cn>
Date: Fri, 23 Aug 2019 19:28:20 +0800
Subject: [PATCH]     bug

---
 public/themes/simpleboot3/portal/personalcenter/invitation_list.html | 2 +-
 public/themes/simpleboot3/portal/personalcenter/mall_profit.html     | 2 +-
 public/themes/simpleboot3/public/assets/css/reset.css                | 1 -
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/public/themes/simpleboot3/portal/personalcenter/invitation_list.html b/public/themes/simpleboot3/portal/personalcenter/invitation_list.html
index 3938f71..abba1d6 100755
--- a/public/themes/simpleboot3/portal/personalcenter/invitation_list.html
+++ b/public/themes/simpleboot3/portal/personalcenter/invitation_list.html
@@ -18,7 +18,7 @@
     </a>
     <p>邀请名单</p>
 </div>
-<div class="invitation_Box">
+<div class="invitation_Box" style="margin-top: 50px;">
     <ul class="tationCon1">
         <if condition="$type eq 3">
             <volist name="student" id="vo">
diff --git a/public/themes/simpleboot3/portal/personalcenter/mall_profit.html b/public/themes/simpleboot3/portal/personalcenter/mall_profit.html
index bdf87b0..ccb3a42 100755
--- a/public/themes/simpleboot3/portal/personalcenter/mall_profit.html
+++ b/public/themes/simpleboot3/portal/personalcenter/mall_profit.html
@@ -231,7 +231,7 @@
     </div>
 </div>
 <!-- tab切换 -->
-<div class="log_three_tab">
+<div class="log_three_tab" style="margin-top: 0;">
     <div class="log_three_tab_one log_three_tab_two">商城盈利</div>
     <div class="log_three_tab_one">平台盈利</div>
 </div>
diff --git a/public/themes/simpleboot3/public/assets/css/reset.css b/public/themes/simpleboot3/public/assets/css/reset.css
index 6b2e388..802a13a 100755
--- a/public/themes/simpleboot3/public/assets/css/reset.css
+++ b/public/themes/simpleboot3/public/assets/css/reset.css
@@ -185,7 +185,6 @@ a:hover {
 ul,
 ol {
     list-style: none;
-    margin-top: 50px;
 }
 
 h1,
--
libgit2 0.24.0