Explorar el Código

修改列表高度

master
YF-yuan hace 3 años
padre
commit
1540fadccf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/views/chain/coordinationManage/applyCooperation.vue

+ 2
- 2
src/views/chain/coordinationManage/applyCooperation.vue Ver fichero

@@ -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,

Cargando…
Cancelar
Guardar