|
|
@@ -3,7 +3,7 @@
|
|
|
<div class="pb_content_body" style="position: relative; margin: 0">
|
|
|
<div class="right">
|
|
|
<div style="width: 100%; height: 100%; overflow: auto" ref="stepBox">
|
|
|
- <div class="courseTop">
|
|
|
+ <div class="courseTop" v-show="false">
|
|
|
<div class="new_btn_box">
|
|
|
<div class="stepsNav" v-if="!gotype">
|
|
|
<el-breadcrumb separator-class="el-icon-arrow-right">
|
|
|
@@ -41,7 +41,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="rightBox" style="padding: 0;" :style="{
|
|
|
- height: 'calc(100% - 80px)'
|
|
|
+ height: 'calc(100%)'
|
|
|
}" v-if="steps == 1">
|
|
|
<div class="pptIframeArea">
|
|
|
<iframe allow="camera *; microphone *;display-capture;midi;encrypted-media;clipboard-write;clipboard-read"
|
|
|
@@ -3114,7 +3114,7 @@ export default {
|
|
|
/* margin: 10px 0; */
|
|
|
background-color: #fff;
|
|
|
overflow: hidden;
|
|
|
- border-radius: 10px;
|
|
|
+ /* border-radius: 10px; */
|
|
|
}
|
|
|
|
|
|
.pptIframeArea>iframe {
|
|
|
@@ -3142,7 +3142,7 @@ export default {
|
|
|
|
|
|
.right {
|
|
|
height: 100%;
|
|
|
- width: calc(100% - 40px);
|
|
|
+ width: calc(100%);
|
|
|
display: flex;
|
|
|
overflow: hidden;
|
|
|
margin: 0 auto;
|
|
|
@@ -3158,7 +3158,7 @@ export default {
|
|
|
margin: 0 auto;
|
|
|
position: relative;
|
|
|
box-sizing: border-box;
|
|
|
- border-radius: 5px;
|
|
|
+ /* border-radius: 5px; */
|
|
|
}
|
|
|
|
|
|
.whiteBg {
|