ソースを参照

修改列表高度

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,

読み込み中…
キャンセル
保存