修改绩效详情页table的maxsheight的值
This commit is contained in:
parent
6b30dfdfb9
commit
0bd8884aa3
@ -147,7 +147,7 @@ import UploadAddOrUpdate from './upload-add-or-update.vue'
|
|||||||
export default {
|
export default {
|
||||||
created () {
|
created () {
|
||||||
console.log(window.innerHeight)
|
console.log(window.innerHeight)
|
||||||
this.clientHeight = window.innerHeight - 273
|
this.clientHeight = window.innerHeight - 343
|
||||||
console.log(this.clientHeight)
|
console.log(this.clientHeight)
|
||||||
this.stepList.forEach(item => item.name = item.name.slice(-2))
|
this.stepList.forEach(item => item.name = item.name.slice(-2))
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user