mjz update

This commit is contained in:
mjz
2023-05-28 22:33:23 +08:00
parent f522f60f80
commit 31b64e1e46
69 changed files with 491 additions and 181 deletions

View File

@@ -28,8 +28,8 @@
</transition>
</div>
<div class="docs-box" v-show="modeView === 'h5' ">
<iframe :src="iframeUrl" frameborder="0" ref="iframeId"></iframe>
<div class="docs-box" v-show="modeView === 'h5' " >
<iframe :src="iframeUrl" frameborder="0" scrolling="auto" ref="iframeId"></iframe>
</div>
<div class="right-menu-margin" v-show="modeView === 'mu' ">
<div class="right-menu-title">目录</div>
@@ -149,8 +149,8 @@ export default {
position fixed
top calc(var(--navbar-height) + 50px)
right 6.8vw
width 17vw
height 34vw
width 17.5vw
height 34.2vw
z-index -1
background-image: url(https://www.uviewui.com/common/iPhone13.png);
background-repeat: no-repeat;
@@ -159,8 +159,8 @@ export default {
iframe
display block
width 100%
height 33vw
border-radius: 10px 10px 20px 20px
height 33.9vw
border-radius: 10px 10px 20px 20px
.theme-style-line
.right-menu-wrapper