浏览代码

修改列表高度

master
YF-yuan 3 年前
父节点
当前提交
1540fadccf
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/views/chain/coordinationManage/applyCooperation.vue

+ 2
- 2
src/views/chain/coordinationManage/applyCooperation.vue 查看文件

@@ -156,10 +156,10 @@ export default {
page: {
page: 1,
limit: Math.floor(
(document.documentElement.clientHeight - 310 - 45) / 45
(document.documentElement.clientHeight - 305 - 45) / 45
),
},
tableHeight: document.documentElement.clientHeight - 260,
tableHeight: document.documentElement.clientHeight - 305,
loading: false,
form: {},
showEdit: false,

正在加载...
取消
保存