|
@@ -316,8 +316,10 @@ export default {
|
|
|
// 点击展示图例框
|
|
|
showTl() {
|
|
|
if (this.showView != 1) {
|
|
|
- this.setLengedHeight()
|
|
|
this.$store.commit('SETSHOWVIEW', 1)
|
|
|
+ setTimeout(() => {
|
|
|
+ this.setLengedHeight()
|
|
|
+ })
|
|
|
} else {
|
|
|
this.$store.commit('SETSHOWVIEW', 0)
|
|
|
}
|
|
@@ -435,6 +437,9 @@ export default {
|
|
|
}
|
|
|
this.$store.commit('SETREMARKSTEXT', marks)
|
|
|
}
|
|
|
+ setTimeout(() => {
|
|
|
+ this.setLengedHeight()
|
|
|
+ },);
|
|
|
}
|
|
|
// let remarksText = ''
|
|
|
// this.remarksText = ''
|
|
@@ -610,7 +615,7 @@ export default {
|
|
|
}
|
|
|
if (window.screen.height > 1000) {
|
|
|
dom.style.maxHeight = '768px'
|
|
|
- this.tableHeigth = '668px'
|
|
|
+ this.tableHeigth = '500px'
|
|
|
} else {
|
|
|
dom.style.maxHeight = '434px'
|
|
|
this.tableHeigth = '334px'
|