mjz update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user