人生啊人生 1 tháng trước cách đây
mục cha
commit
2a24796900
1 tập tin đã thay đổi với 12 bổ sung1 xóa
  1. 12 1
      src/view/student/trainChapter/trainTheory.vue

+ 12 - 1
src/view/student/trainChapter/trainTheory.vue

@@ -6,7 +6,9 @@
             <NavMenus :back-confirm="false" ></NavMenus>
         </div>
 
-        理论考核
+        <div class="content">
+
+        </div>
         
     </div>
 </template>
@@ -42,6 +44,15 @@ onMounted(() => {
         top: 6rem;
         z-index: 100;
     }
+
+    .content {
+        position: absolute;
+        top: 12.42rem;
+        left: 19.85rem;
+        right: 19.85rem;
+        bottom: 0px;
+        background-color: red;
+    }
     
 }