修改绩效详情页table的maxsheight的值

This commit is contained in:
wulin 2020-09-03 16:22:21 +08:00
parent 6b30dfdfb9
commit 0bd8884aa3

View File

@ -147,7 +147,7 @@ import UploadAddOrUpdate from './upload-add-or-update.vue'
export default {
created () {
console.log(window.innerHeight)
this.clientHeight = window.innerHeight - 273
this.clientHeight = window.innerHeight - 343
console.log(this.clientHeight)
this.stepList.forEach(item => item.name = item.name.slice(-2))
},