Commit 28733de3 authored by zhengke's avatar zhengke

优化 滚动

parent dd5f5fbb
......@@ -6,9 +6,9 @@
<Thumbnails class="layout-content-left" />
<div class="layout-content-center" style="overflow: hidden;">
<CanvasTool class="center-top" />
<div style="height: 873px;overflow: scroll;">
<div style="height: calc(100% - 40px);overflow: scroll;">
<!-- <Canvas class="center-body" :style="{ height: `calc(100% - 40px)`}" /> -->
<Canvas class="center-body" :style="{ height: viewportRatio<1?'calc(1240px - 40px)':'calc(1754px - 40px)'}" />
<Canvas class="center-body" :style="{ height: '100%'}" />
</div>
<!-- <Remark
......
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