ソースを参照

缺陷总览样式调整

zhouna 5 年 前
コミット
ccd85602ff
2 ファイル変更6 行追加3 行削除
  1. 4 1
      src/css/qcScore.less
  2. 2 2
      src/html/qcScore.html

+ 4 - 1
src/css/qcScore.less

@@ -447,7 +447,10 @@
     }
     td{
       font-size: 14px;
-      font-weight: 400
+      font-weight: 400;
+      &.red{
+        text-align: center;
+      }
     }
   }
 }

+ 2 - 2
src/html/qcScore.html

@@ -2537,9 +2537,9 @@
                 <tr><td colspan="3" class="slide-up">${i}</td></tr>
                 {{each val}}
                 <tr code="${i}">
-                    <td>${modelName}</td>
+                    <td style="text-indent: 8px;">${modelName}</td>
                     <td>${standardMsg}</td>
-                    <td>${score}</td>
+                    <td class="red">${score}</td>
                 </tr>
                 {{/each}}
                 {{/each}}