新手指引 样式调整

This commit is contained in:
guoyue 2022-08-01 18:40:13 +08:00
parent 2649c45a66
commit 3f0f51ad13
1 changed files with 8 additions and 12 deletions

View File

@ -14,7 +14,7 @@
<!-- 技术文档 -->
<div class="right" v-if="titleData.name !== '新手指引'">
<div style="height: 100%">
<iframe name="iframeName" width="1000" height="100%" id="iframeId" :frameborder="0"
<iframe name="iframeName" width="1300" height="100%" id="iframeId" :frameborder="0"
:src="doc_base_url + clickData.doc"></iframe>
</div>
</div>
@ -160,15 +160,13 @@ onMounted(() => {
display: flex;
justify-content: flex-start;
margin: 0 auto;
// margin-top: 74px;
// padding-top: 0.74rem;
box-sizing: border-box;
position: fixed;
left: 50%;
bottom: 0;
transform: translateX(-50%);
top: 0.6rem;
top: 0;
// position: fixed;
// left: 50%;
// bottom: 0;
// transform: translateX(-50%);
// top: 0.6rem;
// top: 0;
}
.left {
@ -188,6 +186,7 @@ onMounted(() => {
position: absolute;
top: 10px;
left: 260px;
min-height: 600px;
}
.sidebar {
@ -228,7 +227,4 @@ onMounted(() => {
position: relative;
}
.content-menu {
min-height: 600px;
}
</style>