|
@@ -365,7 +365,6 @@ const posterParams=computed(()=>{
|
|
:preview-src-list="pptImgs"
|
|
:preview-src-list="pptImgs"
|
|
:initial-index="0"
|
|
:initial-index="0"
|
|
fit="cover"
|
|
fit="cover"
|
|
- preview-teleported
|
|
|
|
v-if="pptImgs.length>0"
|
|
v-if="pptImgs.length>0"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
@@ -533,6 +532,18 @@ const posterParams=computed(()=>{
|
|
// position: relative;
|
|
// position: relative;
|
|
// top: 10px;
|
|
// top: 10px;
|
|
}
|
|
}
|
|
|
|
+ @media screen and (min-width: 1600px){
|
|
|
|
+ ::v-deep(.el-image-viewer__close){
|
|
|
|
+ top: 10vh;
|
|
|
|
+ right: calc(50% - 700px);
|
|
|
|
+ }
|
|
|
|
+ ::v-deep(.el-image-viewer__next){
|
|
|
|
+ right: calc(50% - 700px);
|
|
|
|
+ }
|
|
|
|
+ ::v-deep(.el-image-viewer__prev){
|
|
|
|
+ left: calc(50% - 700px);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.abstract{
|
|
.abstract{
|
|
font-size: 18px;
|
|
font-size: 18px;
|