浏览代码

feat: 样式调整

zhangyuhan 1 年之前
父节点
当前提交
2e36467a3b

+ 3 - 0
apps/bigmember_pc/src/assets/style/page/pdf.scss

@@ -341,6 +341,9 @@ p {
         background: #d2e7f7;
         padding: 8px 0;
       }
+      td {
+        padding: 4px 0;
+      }
     }
   }
 

+ 2 - 5
apps/bigmember_pc/src/views/download-pdf/entReport.vue

@@ -1319,7 +1319,6 @@ export default {
 
     .pro_li_con {
       font-size: 20px;
-      font-family: Microsoft YaHei, Microsoft YaHei-Regular;
       font-weight: 400;
       color: #2cb7ca;
       line-height: 32px;
@@ -1327,7 +1326,6 @@ export default {
 
     .pro_li_label {
       font-size: 14px;
-      font-family: Microsoft YaHei, Microsoft YaHei-Regular;
       font-weight: 400;
       color: #686868;
       line-height: 22px;
@@ -1360,10 +1358,9 @@ export default {
   margin-top: 25px;
   width: 840px;
   height: 17px;
-  font-size: 12px;
-  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
   font-weight: 400;
-  color: #999999;
+  font-size: 14px;
+  color: #1d1d1d;
 }
 .chart-tips {
   padding: 10px 0 32px;

+ 1 - 1
apps/bigmember_pc/src/views/download-pdf/marketReport.vue

@@ -2073,7 +2073,7 @@ export default {
       display: none;
     }
   }
-  .el-link.el-link--default.is-disabled {
+  .project-scatter .el-table  .el-link.is-disabled {
     color: #606266;
   }
 }