Commit df234fbb authored by renjintao's avatar renjintao

process

parent e82045b6
...@@ -342,11 +342,12 @@ export default { ...@@ -342,11 +342,12 @@ export default {
window.onresize = () => { window.onresize = () => {
///浏览器窗口大小变化 ///浏览器窗口大小变化
return (() => { return (() => {
window.screenHeight = window.innerHeight; window.screenHeight = window.innerHeight;
if (showTablePaste) { if (this.showTablePaste) {
this.tdHeightExcel = window.screenHeight - 240 - 220; this.tdHeightExcel = window.screenHeight - 180 - 220;
} else { } 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