|
|
@ -13,8 +13,8 @@ |
|
|
|
<template v-else-if="iframeSrc"> |
|
|
|
<template v-else-if="iframeSrc"> |
|
|
|
<iframe class="inner fileIframe" id="fileIframe" :src="iframeSrc" frameborder="0"></iframe> |
|
|
|
<iframe class="inner fileIframe" id="fileIframe" :src="iframeSrc" frameborder="0"></iframe> |
|
|
|
<template v-if="showMask"> |
|
|
|
<template v-if="showMask"> |
|
|
|
<div class="mask" style="height: 30px;top: 53px;right: 320px"></div> |
|
|
|
<div class="mask" style="width:100%;background: #393A3D;height: 30px;top: 53px;"></div> |
|
|
|
<div class="mask" style="height: 30px;top: 53px;right: 5px"></div> |
|
|
|
<div class="mask" style="width:100%;background: #393A3D;height: 30px;top: 53px;"></div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template v-if="showMask1"> |
|
|
|
<template v-if="showMask1"> |
|
|
|
<div class="word-mask" style="height: 40px;"></div> |
|
|
|
<div class="word-mask" style="height: 40px;"></div> |
|
|
@ -33,6 +33,8 @@ |
|
|
|
<span @click="changePdfPage(1)" class="turn el-icon-arrow-right" |
|
|
|
<span @click="changePdfPage(1)" class="turn el-icon-arrow-right" |
|
|
|
:class="{grey: currentPage==pageCount}"></span> |
|
|
|
:class="{grey: currentPage==pageCount}"></span> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
|
|
|
|
<div style='color:#393A3D;height: 30px; |
|
|
|
|
|
|
|
background: #393A3D;'></div> |
|
|
|
<pdf |
|
|
|
<pdf |
|
|
|
class="pdf-wrap" |
|
|
|
class="pdf-wrap" |
|
|
|
:src="pdfSrc" |
|
|
|
:src="pdfSrc" |
|
|
|