yee 7 years ago
parent
commit
10c0d87271
2 changed files with 3 additions and 2 deletions
  1. 1 0
      js/component/subscriberDetail/detail.less
  2. 2 2
      js/user/subscriberDetail.js

+ 1 - 0
js/component/subscriberDetail/detail.less

@@ -66,6 +66,7 @@
         }
     }
     .ant-spin-nested-loading {
+        margin-top: 60px;
         margin-bottom: 80px;
     }
     .detail-content {

+ 2 - 2
js/user/subscriberDetail.js

@@ -3,9 +3,9 @@ import ReactDOM from 'react-dom';
 import '../../css/base.less';
 import '../../css/login.less';
 
-import Top from '../component/subscriberDetail/top.jsx';
+import Top from '../component/portal/top.jsx';
 import Content from '../component/subscriberDetail/content.jsx';
-import Footer from '../component/subscriberDetail/footer.jsx';
+import Footer from '../component/portal/footer.jsx';
 
 ReactDOM.render(
     <div className="wrap">