|
@@ -775,7 +775,7 @@
|
|
评分:{{ worksDetail[sIndex].wpptInfo[0].score }}
|
|
评分:{{ worksDetail[sIndex].wpptInfo[0].score }}
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
- style="height: 238px"
|
|
|
|
|
|
+ style="height: 500px"
|
|
@click="
|
|
@click="
|
|
openFile(worksDetail[sIndex].wpptInfo[0].wpptInfo)
|
|
openFile(worksDetail[sIndex].wpptInfo[0].wpptInfo)
|
|
"
|
|
"
|
|
@@ -787,8 +787,8 @@
|
|
)
|
|
)
|
|
"
|
|
"
|
|
style="
|
|
style="
|
|
- width: 300px;
|
|
|
|
- height: 300px;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 500px;
|
|
position: absolute;
|
|
position: absolute;
|
|
z-index: 999;
|
|
z-index: 999;
|
|
"
|
|
"
|
|
@@ -796,7 +796,7 @@
|
|
<pdf
|
|
<pdf
|
|
v-if="showPDF"
|
|
v-if="showPDF"
|
|
:pdfUrl="worksDetail[sIndex].wpptInfo[0].wpptInfo"
|
|
:pdfUrl="worksDetail[sIndex].wpptInfo[0].wpptInfo"
|
|
- style="width: 100%; height: 520px; overflow: auto"
|
|
|
|
|
|
+ style="width: 100%; height: 95%; overflow: auto"
|
|
></pdf>
|
|
></pdf>
|
|
<iframe
|
|
<iframe
|
|
v-else
|
|
v-else
|
|
@@ -1573,14 +1573,13 @@
|
|
<pdf
|
|
<pdf
|
|
v-if="showPDF"
|
|
v-if="showPDF"
|
|
:pdfUrl="pptImgUrl"
|
|
:pdfUrl="pptImgUrl"
|
|
- style="width: 100%; height: 520px; overflow: auto"
|
|
|
|
|
|
+ style="width: 100%; height: 95%; overflow: auto"
|
|
></pdf>
|
|
></pdf>
|
|
<iframe
|
|
<iframe
|
|
v-else
|
|
v-else
|
|
:src="pptImgUrl"
|
|
:src="pptImgUrl"
|
|
frameborder="0"
|
|
frameborder="0"
|
|
width="100%"
|
|
width="100%"
|
|
- height="600"
|
|
|
|
></iframe>
|
|
></iframe>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
</div>
|
|
</div>
|
|
@@ -2756,6 +2755,8 @@ export default {
|
|
this.dialogVisible2 = true;
|
|
this.dialogVisible2 = true;
|
|
},
|
|
},
|
|
openFile(f, t) {
|
|
openFile(f, t) {
|
|
|
|
+ console.log('fff',f);
|
|
|
|
+
|
|
this.pptImgUrl = f;
|
|
this.pptImgUrl = f;
|
|
if (t == 2) {
|
|
if (t == 2) {
|
|
this.showPDF = false;
|
|
this.showPDF = false;
|