Browse Source

修改字体

jwyu 3 năm trước cách đây
mục cha
commit
8d22f9cd57
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/view/ficc_yb/reportDetail.vue

+ 2 - 1
src/view/ficc_yb/reportDetail.vue

@@ -16,7 +16,7 @@
       <div class="content-wrap">
       <div class="content-wrap">
           <div v-for="item in info.ResearchReportTypeContentList" :key="item.sort">
           <div v-for="item in info.ResearchReportTypeContentList" :key="item.sort">
               <h2 style="font:600 0.76rem/1.2rem '思源黑体' !important; color:#000;margin:5px 0">{{item.content_type?item.content_type:'核心观点'}}</h2>
               <h2 style="font:600 0.76rem/1.2rem '思源黑体' !important; color:#000;margin:5px 0">{{item.content_type?item.content_type:'核心观点'}}</h2>
-              <div v-html="item.content" style="font-size:0.76rem/1.2rem; color:#333;"></div>
+              <div v-html="item.content" style="font:400 0.70rem/1.2rem '思源黑体'; color:#333;"></div>
           </div>
           </div>
       </div>
       </div>
       <div class="footer-wrap">
       <div class="footer-wrap">
@@ -73,6 +73,7 @@ export default {
         // let str='wB7f0x+1Ar4='
         // let str='wB7f0x+1Ar4='
         // let res=CryptoJS.Des3Decrypt(str);
         // let res=CryptoJS.Des3Decrypt(str);
         // console.log(res);
         // console.log(res);
+        document.title='报告详情'
         this.getDetail()
         this.getDetail()
         console.log('测试');
         console.log('测试');
     },
     },