Commit df234fbb authored by renjintao's avatar renjintao

process

parent e82045b6
......@@ -342,11 +342,12 @@ export default {
window.onresize = () => {
///浏览器窗口大小变化
return (() => {
window.screenHeight = window.innerHeight;
if (showTablePaste) {
this.tdHeightExcel = window.screenHeight - 240 - 220;
if (this.showTablePaste) {
this.tdHeightExcel = window.screenHeight - 180 - 220;
} else {
this.tdHeightExcel = window.screenHeight - 240;
this.tdHeightExcel = window.screenHeight - 180;
}
})();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment