|
|
@@ -38,13 +38,13 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
- <el-pagination
|
|
|
+ <!-- <el-pagination
|
|
|
@current-change="getTableData"
|
|
|
:current-page.sync="currentPage"
|
|
|
:page-size="20"
|
|
|
layout="total, prev, pager, next"
|
|
|
:total="totalCount"
|
|
|
- ></el-pagination>
|
|
|
+ ></el-pagination> -->
|
|
|
<el-dialog title="添加展示" :visible.sync="centerDialogVisible" width="50%" center>
|
|
|
<el-form
|
|
|
:model="ruleForm"
|
|
|
@@ -229,7 +229,7 @@ export default {
|
|
|
<style lang='less' scoped>
|
|
|
#cloud-balance {
|
|
|
.table {
|
|
|
- height: calc(100% - 80px);
|
|
|
+ height: calc(100% - 40px);
|
|
|
}
|
|
|
.avatar-uploader .el-upload {
|
|
|
border: 1px dashed #d9d9d9;
|