优化代码

This commit is contained in:
java110 2022-07-16 17:37:16 +08:00
parent 6d6a17432c
commit 19e21b3f9a
2 changed files with 3 additions and 0 deletions

View File

@ -520,6 +520,7 @@ body,
height: 100%;
overflow-x: hidden;
overflow-y: scroll;
scrollbar-width: none;
}
.vc-menu-main::-webkit-scrollbar {
@ -564,6 +565,7 @@ body,
height: 95%;
overflow-x: hidden;
overflow-y: scroll;
scrollbar-width: none;
}
.vc-menu-sub::-webkit-scrollbar {

View File

@ -74,6 +74,7 @@
<script src="/vcCore/vc-lang.js"></script>
<script src="/js/jessibuca/renderer.js"></script>
<script src="/vcCore/vcFramework.js"></script>
<script src="/formjs/js/form-viewer.umd.js"></script>
<vc:create path="frame/commonBottom" location="body"></vc:create>
</body>