Selaa lähdekoodia

Merge branch 'master' of http://192.168.4.246:3000/zhangs/surveyMaker

曹冬冬 5 vuotta sitten
vanhempi
commit
318f1b239e

+ 1 - 1
src/views/cnctestlists/cncTestLists.html

@@ -41,7 +41,7 @@
               </div>
             </div>
             <div class="item-right">
-              <div class="project-name">{{item.houseName}}</div>
+              <div class="project-name">{{item.houseNameList[0]}}</div>
               <div class="qr-num">共{{item.questionCount}}题</div>
               <div class="watch-test" @click="showQRDialog(item.testcaseId)">
                 <div class="watch-icon">

+ 1 - 1
src/views/cnctestlists/cncTestLists.scss

@@ -92,7 +92,7 @@
           font-family: STYuanti-SC-Regular;
           font-weight: 400;
           color: rgba(153, 160, 182, 1);
-          width: 100px;
+          width: 150px;
         }
 
         .qr-num {