浏览代码

调整层级

jwyu 2 年之前
父节点
当前提交
b3cb04b49c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/report/ChapterDetail.vue
  2. 1 1
      src/views/report/Detail.vue

+ 1 - 1
src/views/report/ChapterDetail.vue

@@ -390,7 +390,7 @@ const posterParams=computed(()=>{
                             </div>
                             </div>
                         </div>
                         </div>
                         <el-image
                         <el-image
-                            style="width: 54px; height: 54px;position: fixed;right:33px;bottom:200px"
+                            style="width: 54px; height: 54px;position: fixed;right:33px;bottom:200px;z-index: 99;cursor: pointer;"
                             :src="pptIcon"
                             :src="pptIcon"
                             fit="cover"
                             fit="cover"
                             v-if="pptImgs.length>0"
                             v-if="pptImgs.length>0"

+ 1 - 1
src/views/report/Detail.vue

@@ -435,7 +435,7 @@ const formatTitle=(e)=>{
                             </div>
                             </div>
                         </div>
                         </div>
                         <el-image
                         <el-image
-                            style="width: 54px; height: 54px;position: fixed;right:33px;bottom:200px"
+                            style="width: 54px; height: 54px;position: fixed;right:33px;bottom:200px;z-index: 99;cursor: pointer;"
                             :src="pptIcon"
                             :src="pptIcon"
                             fit="cover"
                             fit="cover"
                             v-if="pptImgs.length>0"
                             v-if="pptImgs.length>0"