fixed scoll bar

This commit is contained in:
huanghong 2018-03-27 23:39:47 +08:00
parent eec3859c11
commit 75803add58
3 changed files with 81 additions and 9 deletions

View file

@ -896,6 +896,10 @@
height () {
this.handleResize();
this.fixedHeader();
},
showHorizontalScrollBar () {
this.handleResize();
this.fixedHeader();
}
}
};