Commit 44d8c1d0 by jiang'yun

修改

parent 1287c47b
...@@ -1418,6 +1418,7 @@ export default { ...@@ -1418,6 +1418,7 @@ export default {
this.$nextTick(() => this.resizeAfterLayout()); this.$nextTick(() => this.resizeAfterLayout());
}, },
resizeAfterLayout() { resizeAfterLayout() {
try { this.updateBaseCanvasSize(); } catch (e) { } try { this.updateBaseCanvasSize(); } catch (e) { }
try { this._seismicWidget && this._seismicWidget.invalidate(); } catch (e) { } try { this._seismicWidget && this._seismicWidget.invalidate(); } catch (e) { }
try { this._seismicWidgetBottom && this._seismicWidgetBottom.invalidate(); } catch (e) { } try { this._seismicWidgetBottom && this._seismicWidgetBottom.invalidate(); } catch (e) { }
......
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