jwyu 2 éve
szülő
commit
b3cb04b49c
2 módosított fájl, 2 hozzáadás és 2 törlés
  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>
                         <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"
                             fit="cover"
                             v-if="pptImgs.length>0"

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

@@ -435,7 +435,7 @@ const formatTitle=(e)=>{
                             </div>
                         </div>
                         <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"
                             fit="cover"
                             v-if="pptImgs.length>0"