浏览代码

修改报告颜色

plg 1 周之前
父节点
当前提交
6b86963b3f
共有 3 个文件被更改,包括 5 次插入4 次删除
  1. 1 1
      src/views/Plan.vue
  2. 3 2
      src/views/Report.vue
  3. 1 1
      src/views/TestRecord.vue

+ 1 - 1
src/views/Plan.vue

@@ -469,7 +469,7 @@ onUnmounted(() => {
                 align-items: center;
 
                 .kepu_title_des {
-                    font-family: Alibaba PuHuiTi 2.0;
+                    // font-family: Alibaba PuHuiTi 2.0;
                     font-weight: 600;
                     font-size: 30px;
                     color: #000000;

+ 3 - 2
src/views/Report.vue

@@ -264,7 +264,7 @@ onUnmounted(() => {
             <div class="kply_inner">
                 <div>
                     <div>
-                        <div class="report_result_top">
+                        <div class="report_result_top" style="background-color: #ffffff;">
                             <div style="font-size: 20px;font-weight: 700;margin-bottom: 4px;"> {{ planName }}-测评结果</div>
 
                             <div class="report_totol_score">
@@ -435,7 +435,7 @@ onUnmounted(() => {
             width: 860px;
             // min-height: 500px;   
 
-            background-color: #ffffff;
+            // background-color: #ffffff;
             border-radius: 40px;
 
             .report_result_top {
@@ -542,6 +542,7 @@ onUnmounted(() => {
                 // border: 4px solid #F7F7F7;
                 padding: 20px 40px;
                 border-radius: 5px;
+                background-color: #ffffff;
                 box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.17);
 
                 .score {

+ 1 - 1
src/views/TestRecord.vue

@@ -404,7 +404,7 @@ onUnmounted(() => {
                     align-items: center;
 
                     .kepu_title_des {
-                        font-family: Alibaba PuHuiTi 2.0;
+                        // font-family: Alibaba PuHuiTi 2.0;
                         font-weight: 600;
                         font-size: 30px;
                         color: #000000;