跟节点增加滚动
parent
dc1ed3ea19
commit
e30c1baaa5
|
|
@ -49,6 +49,6 @@
|
||||||
<noscript>此网页需要开启JavaScript功能。</noscript>
|
<noscript>此网页需要开启JavaScript功能。</noscript>
|
||||||
<!-- MAIN -->
|
<!-- MAIN -->
|
||||||
<% const { root } = $element; %>
|
<% const { root } = $element; %>
|
||||||
<div id="<%= root.id %>" style="width: 100%; height: 100%; position: relative"></div>
|
<div id="<%= root.id %>" style="width: 100%; height: 100%; position: relative;overflow-y: auto"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue