Bladeren bron

Merge branch 'develop' of http://52.130.252.100:10000/TEAMMODEL/TEAMModelOS into develop

upon 1 jaar geleden
bovenliggende
commit
05bb8fb324

+ 6 - 2
TEAMModelOS/ClientApp/src/view/classrecord/eventchart/SmartRating.vue

@@ -280,7 +280,7 @@ export default {
     }
 }
 .smart-list {
-    width: 150px;
+    // width: 150px;
     text-align: center;
     margin-right: 20px;
 
@@ -295,7 +295,7 @@ export default {
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
-        width: 150px;
+        // width: 150px;
     }
 }
 </style>
@@ -321,4 +321,8 @@ export default {
         height: 100%;
     }
 }
+.smart-list .smart-material svg {
+    width: 200px;
+    height: auto;
+}
 </style>

+ 3 - 2
TEAMModelOS/ClientApp/src/view/classrecord/eventchart/SubjectiveAns.vue

@@ -118,13 +118,14 @@ export default {
 
         .student-name {
             margin-right: 5px;
+            color: #2b85e4;
         }
     }
 }
 .popques-img img{
     cursor: pointer;
-    width: 100px !important;
-    height: 100px !important;
+    width: 200px !important;
+    height: auto;
 }
 </style>
 <style lang="less">