2 次代碼提交 cbc74e2f2e ... 9940720c14

作者 SHA1 備註 提交日期
  SanHQin 9940720c14 Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-app 6 天之前
  SanHQin cf8f35a86c g 6 天之前

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 1 - 1
dist/report.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-17dd91de.e8978c2d.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/chunk-7d4a3e24.3f73aa9d.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.0ea52767.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-7d4a3e24.02fc8076.js


+ 3 - 2
src/views/testDetail/components/eva.vue

@@ -133,7 +133,8 @@ export default {
   justify-content: center;
   width: 90%;
   margin: 0 auto;
-  grid-template-columns: repeat(5, 1fr);
+  grid-template-columns: repeat(6, 1fr);
+  gap: 10px;
 }
 
 .choices > .score {
@@ -142,7 +143,7 @@ export default {
   display: flex;
   align-items: center;
   justify-content: center;
-  margin: 0 20px 10px 0;
+  /* margin: 0 20px 10px 0; */
   border-radius: 5px;
   background: #dee0e3;
   font-size: 18px;

部分文件因文件數量過多而無法顯示