瀏覽代碼

更换图片

bding 1 年之前
父節點
當前提交
1229ddf60d

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

@@ -401,7 +401,7 @@ const posterParams=computed(()=>{
     <div class="report-chapter-detail-page" v-if="info">
         <div class="hasrightaside-box">
             <div class="content-box">
-                <el-carousel height="66px" style="margin-bottom:20px;" indicator-position="none">
+                <el-carousel height="66px" style="margin-bottom:20px;" indicator-position="none"  arrow="never">
                     <el-carousel-item @click="bannerClickHandler">
                         <img style="width:100%;height:66px;cursor:pointer;" src="https://hzstatic.hzinsights.com/yb_xcx/pc_01.png" alt="">
                     </el-carousel-item>

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

@@ -551,7 +551,7 @@ const closeShowAttentionPop=()=>{
                 </div>
                 <!-- 报告详情 -->
                 <div class="report-box" v-else>
-                    <el-carousel height="66px" style="margin-bottom:20px;" indicator-position="none">
+                    <el-carousel height="66px" style="margin-bottom:20px;" indicator-position="none"  arrow="never">
                         <el-carousel-item @click="bannerClickHandler">
                             <img style="width:100%;height:66px;cursor:pointer;" src="https://hzstatic.hzinsights.com/yb_xcx/pc_01.png" alt="">
                         </el-carousel-item>

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

@@ -305,7 +305,7 @@ onActivated(()=>{
   <div class="hasrightaside-box report-index-page">
     <div class="content-box report-main" ref="contentRef">
       <div class="top-nav-wrap" ref="headerRef" :style="{'width':contentWidth}">
-        <el-carousel height="66px" style="margin-bottom:20px;padding-right: 30px" indicator-position="none">
+        <el-carousel height="66px" style="margin-bottom:20px;padding-right: 30px" indicator-position="none" arrow="never" >
           <el-carousel-item @click="bannerClickHandler" >
             <img style="width:100%;height:66px;cursor:pointer;" src="https://hzstatic.hzinsights.com/yb_xcx/pc_01.png" alt="">
           </el-carousel-item>

+ 8 - 3
src/views/report/disseminatePage.vue

@@ -2,7 +2,7 @@
 
 <template>
   <div class="container-disseminate">
-    <img src="https://hzchart.oss-cn-shanghai.aliyuncs.com/yb_xcx/hb.jpg" alt="" />
+    <img src="https://hzstatic.hzinsights.com/yb_xcx/PC_HB_01.png" alt="" />
   </div>
 </template>
 
@@ -10,9 +10,14 @@
 .container-disseminate {
   width: 100%;
   height: 100vh;
+  display: flex;
+  justify-content: center;
+  overflow: hidden;
+  overflow: auto;
   img {
-    width: 100%;
-    height: 100%;
+    margin-left: -50px;
+    width: 820px;
+    height: 1401px;
   }
 }
 </style>