jwyu 2 жил өмнө
parent
commit
ea76aa3157

BIN
src/assets/hzyb/report/ppt-icon.png


+ 2 - 2
src/views/hzyb/components/SharePoster.vue

@@ -52,8 +52,8 @@ const handleCreatePoster=async ()=>{
         bottom: 100px;
         right: 34px;
         z-index: 50;
-        width: 76px;
-        height: 76px;
+        width: 100px;
+        height: 100px;
     }
     .chart-icon{
         float: right;

+ 6 - 5
src/views/hzyb/report/ChapterDetail.vue

@@ -18,7 +18,7 @@
             <span style="color: #e3b377; margin-left: 20px" @click="showDisclaimers = true">免责声明</span>
           </div>
         </div>
-        <img class="ppt-icon" v-if="hasPPt" @click="goPPtDetail" src="@/assets/hzyb/report/ppt-icon.png" alt="">
+        <img class="ppt-icon" style="bottom:190px" v-if="hasPPt" @click="goPPtDetail" src="@/assets/hzyb/report/ppt-icon.png" alt="">
       </div>
       <div class="rich-content">
         <!-- <div v-html="info.report_chapter_item.content" v-if="info.auth_ok"></div> -->
@@ -579,10 +579,11 @@ export default {
             line-height: 1.5;
         }
         .ppt-icon{
-            position: absolute;
-            bottom: 14px;
-            right: 10px;
-            width: 40px;
+            position: fixed;
+            bottom: 250px;
+            right: 34px;
+            width: 100px;
+            height: 100px;
         }
     }
 

+ 6 - 5
src/views/hzyb/report/Detail.vue

@@ -63,7 +63,7 @@
                         <span style="color:#E3B377;margin-left:20px" @click="showDisclaimers=true">免责声明</span>
                     </div>
                 </div>
-                <img class="ppt-icon" v-if="hasPPt" @click="goPPtDetail" src="@/assets/hzyb/report/ppt-icon.png" alt="">
+                <img class="ppt-icon" style="bottom:190px" v-if="hasPPt" @click="goPPtDetail" src="@/assets/hzyb/report/ppt-icon.png" alt="">
             </div>
 
             <div class="rich-content">
@@ -621,10 +621,11 @@ export default {
             line-height: 1.5;
         }
         .ppt-icon{
-            position: absolute;
-            bottom: 14px;
-            right: 10px;
-            width: 40px;
+            position: fixed;
+            bottom: 250px;
+            right: 34px;
+            width: 100px;
+            height: 100px;
         }
     }