浏览代码

ETA_1.9.0 图表配置优化

hbchen 9 月之前
父节点
当前提交
1fcfbb460c
共有 3 个文件被更改,包括 247 次插入247 次删除
  1. 245 245
      public/eta_comp.js
  2. 1 1
      src/views/report/reportDetailPdf.vue
  3. 1 1
      src/views/reportEn/detailPdf.vue

文件差异内容过多而无法显示
+ 245 - 245
public/eta_comp.js


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

@@ -57,7 +57,7 @@
       <div id="abstract">
         <div class="abstract_cont">
           <div v-if="reportInfo.Abstract">摘要:{{ reportInfo.Abstract }}</div>
-          <div style="color: #666; margin-top: 1.2rem">
+          <div style="color: #666;">
             *注:请务必阅读&nbsp;<strong
               style="font-weight: normal; cursor: pointer; color: #3e8ce6"
               >免责声明</strong

+ 1 - 1
src/views/reportEn/detailPdf.vue

@@ -31,7 +31,7 @@
       <div id="abstract">
         <div class="abstract_cont">
           <div>Abstract:{{ reportInfo.Abstract }}</div>
-          <div style="color: #666; margin-top: 1.2rem">
+          <div style="color: #666;">
             *Note: Please be sure to read the <strong
               style="font-weight: normal; cursor: pointer; color: #3e8ce6"
               >disclaimer</strong

部分文件因为文件数量过多而无法显示