Browse Source

Merge branch 'test' of http://192.168.2.236:10080/zhouna/AIPlatform into test

luolei 5 years ago
parent
commit
692ce9df96
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/css/qcScore.less
  2. 1 1
      src/js/qcScore.js

+ 1 - 1
src/css/qcScore.less

@@ -202,7 +202,7 @@
           vertical-align: middle;
         }
         .text-indent{
-          text-indent: 15px;
+          text-indent: 28px;
         }
         .text-left{
           width: 100%;

+ 1 - 1
src/js/qcScore.js

@@ -355,7 +355,7 @@ function formatFlawKeys(data){
     const module=global_modules[mid].moduleDetail;
     const key = global_modules[mid].modeName.replace(/[^\u4e00-\u9fa5|a-zA-Z0-9]+/g,'');
     let hml = '<div class="content-item" code="'+key+'">' +
-      '<h2 class="title">'+global_modules[mid].modeName+'('+mid+')</h2>' +
+      '<h2 class="title">'+global_modules[mid].modeName+'</h2>' +
       (n>1?'<div class="container">':'<div class="container content-ht">');
 
     for(let i in module){