luohailiang 2 gadi atpakaļ
vecāks
revīzija
b16eb163bb

BIN
public/images/arrow-down-white.png


BIN
public/images/arrow-up-white.png


BIN
public/images/icon-invalid.png


BIN
public/images/icon-miss.png


BIN
public/images/icon-room-white.png


BIN
public/images/icon-room.png


BIN
public/images/icon-school.png


BIN
public/images/icon-search.png


BIN
public/images/icon-student.png


BIN
public/images/icon-teacher.png


BIN
public/images/icon-unusual.png


+ 1 - 1
src/pages/process/index.vue

@@ -387,7 +387,7 @@ function getListData() {
 getListData();
 </script>
 <style lang="scss" scoped>
-$color: #003eee;
+$color: #0048e5;
 ::v-deep .el-pagination.is-background .btn-next.is-active,
 ::v-deep .el-pagination.is-background .btn-prev.is-active,
 ::v-deep .el-pagination.is-background .el-pager li.is-active{

+ 15 - 0
src/pages/process/kcsz/index.vue

@@ -1,6 +1,21 @@
 <template>
   <NavHeader/>
   <bread-crumb/>
+  <div class="w-1200px m-auto">
+    <div class="relative -mt-40px flex justify-end">
+      <button type="button" class="back-btn" @click="linkTo('process')">返回</button>
+    </div>
+    <div class="mt-10px w-full min-h-860px bg-hex-FFF py-25px px-20px">
+      <div class="flex items-center">
+        <img src="/images/icon-room.png" class="w-54px h-54px" alt="">
+        <h3 class="ml-10px text-20px text-hex-0148E5">考场信息</h3>
+        <h4 class="ml-99px text-14px text-hex-0148E5">总学生数:270人</h4>
+        <h4 class="ml-10px text-14px text-hex-0148E5">试卷状态:</h4>
+        
+      </div>
+    </div>
+  </div>
+  <commonFooter/>
 </template>
 <route lang="json">
 {