소스 검색

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.