perf: account、promserver详情改为底部上滑等

1.account、promserver详情改为底部上滑
2.将main.js中的工具内容单独抽出
This commit is contained in:
陈劲松
2020-03-27 18:44:59 +08:00
parent 9351cd2684
commit ec891e5785
16 changed files with 391 additions and 237 deletions

View File

@@ -100,7 +100,7 @@
</el-table-column>
</el-table>
<Pagination :tableId="tableId" :pageObj="pageObj" @pageNo='pageNo' @pageSize='pageSize' ref="Pagination"></Pagination>
<button class="to-top" v-show="showTopBtn && subResizeShow" @click="toTop('ps', 1)"><i class="nz-icon nz-icon-top"></i></button>
<button class="to-top" v-show="showTopBtn && subResizeShow" @click="$toTop('ps', 1)"><i class="nz-icon nz-icon-top"></i></button>
</div>
<project-box :project="viewProjectData" ref="projectBox" @reload="getAlertList"></project-box>
<module-box :module="viewModuleData" @reload="getAlertList" ref="moduleBox"></module-box>