|
@@ -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">
|
|
|
{
|