| | |
| | | </div> |
| | | |
| | | <!-- 主要内容 --> |
| | | <DevList></DevList> |
| | | <div class="content"> |
| | | <SubAccount></SubAccount> |
| | | </div> |
| | | |
| | | <!-- 页尾 --> |
| | | <Footer :isBlack="true"></Footer> |
| | |
| | | |
| | | <script> |
| | | import IndexHeader from "@/components/IndexHeader" |
| | | import DevList from "@/views/report/components/DevList" |
| | | // import DevList from "@/views/report/components/DevList" |
| | | import SubAccount from "@/views/personalCenter/components/SubAccount.vue" |
| | | // import SettingBox from "@/views/report/components/SettingBox" |
| | | import Footer from "@/components/Footer" |
| | | |
| | | export default { |
| | | components: { |
| | | IndexHeader, |
| | | DevList, |
| | | SubAccount, |
| | | // SettingBox, |
| | | Footer |
| | | } |
| | |
| | | color: #666; |
| | | } |
| | | } |
| | | |
| | | .content { |
| | | min-height: 856px; |
| | | box-sizing: border-box; |
| | | background-color: #fff; |
| | | width: 1036px; |
| | | margin: 0 auto; |
| | | } |
| | | .Footer { |
| | | position: absolute; |
| | | left: 0; |