Browse Source

修改列表高度

master
YF-yuan 3 years ago
parent
commit
1540fadccf
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/chain/coordinationManage/applyCooperation.vue

+ 2
- 2
src/views/chain/coordinationManage/applyCooperation.vue View File

page: { page: {
page: 1, page: 1,
limit: Math.floor( 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, loading: false,
form: {}, form: {},
showEdit: false, showEdit: false,

Loading…
Cancel
Save