|
@@ -425,16 +425,15 @@
|
|
|
<el-button @click="doc.open = false">{{ $t('返 回') }}</el-button>
|
|
<el-button @click="doc.open = false">{{ $t('返 回') }}</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
- <el-dialog v-loading="loadingFlash" element-loading-background="rgba(0,0,0,0.2)"
|
|
|
|
|
- v-dialogDrag :title="pdf.title" :visible.sync="pdf.open" width="1300px" append-to-body>
|
|
|
|
|
|
|
+ <el-dialog v-loading="loadingFlash" element-loading-background="rgba(0,0,0,0.2)" v-dialogDrag :title="pdf.title" :visible.sync="pdf.open" width="1300px" :center="true" append-to-body>
|
|
|
<div style="margin-top: -60px;float: right;margin-right: 40px;">
|
|
<div style="margin-top: -60px;float: right;margin-right: 40px;">
|
|
|
<el-button size="mini" type="text" @click="openPdf">{{$t('新页面打开PDF')}}</el-button></div>
|
|
<el-button size="mini" type="text" @click="openPdf">{{$t('新页面打开PDF')}}</el-button></div>
|
|
|
<div style="margin-top: -30px" >
|
|
<div style="margin-top: -30px" >
|
|
|
<iframe id="iFrame" class="iframe-html" :src="pdf.pdfUrl" frameborder="0" width="100%" height="700px" v-if="ppt"></iframe>
|
|
<iframe id="iFrame" class="iframe-html" :src="pdf.pdfUrl" frameborder="0" width="100%" height="700px" v-if="ppt"></iframe>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style="margin-left:10%" >
|
|
|
|
|
|
|
+ <div style="padding: 30px; width: 100%; height: 100%;" >
|
|
|
<el-carousel class="" ref="carousel" arrow="always" v-if="pptView"
|
|
<el-carousel class="" ref="carousel" arrow="always" v-if="pptView"
|
|
|
- height="700px" trigger="click" :autoplay="false" indicator-position="outside">
|
|
|
|
|
|
|
+ height="700px" trigger="click" :autoplay="false" indicator-position="outside">
|
|
|
<el-carousel-item class="lun_img" v-for="item in imgs" v-bind:key="item" >
|
|
<el-carousel-item class="lun_img" v-for="item in imgs" v-bind:key="item" >
|
|
|
<img :src="item" width="100%" height="100%" object-fit="cover" />
|
|
<img :src="item" width="100%" height="100%" object-fit="cover" />
|
|
|
</el-carousel-item>
|
|
</el-carousel-item>
|
|
@@ -1113,5 +1112,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|