|
@@ -1,16 +1,5 @@
|
|
<template>
|
|
<template>
|
|
<el-main style="display: flex; align-items: center; margin-bottom: 20px;">
|
|
<el-main style="display: flex; align-items: center; margin-bottom: 20px;">
|
|
- <!-- <div class="main-content">
|
|
|
|
- <div
|
|
|
|
- class="module-card"
|
|
|
|
- v-for="menu in menuList.filter(m => m.parentId === null)"
|
|
|
|
- :key="menu.id"
|
|
|
|
- @click="() => $router.push('/' + menu.ext4 + '/tips')"
|
|
|
|
- >
|
|
|
|
- {{ menu.name }}
|
|
|
|
- </div>
|
|
|
|
- </div> -->
|
|
|
|
-
|
|
|
|
<el-row width="100vw">
|
|
<el-row width="100vw">
|
|
<el-col
|
|
<el-col
|
|
:span="11"
|
|
:span="11"
|
|
@@ -57,7 +46,7 @@ const moduleDesc = {
|
|
detail: "包括评卷进度查询、评卷员工作量核算、评卷结果检查"
|
|
detail: "包括评卷进度查询、评卷员工作量核算、评卷结果检查"
|
|
},
|
|
},
|
|
print: {
|
|
print: {
|
|
- detail: "试卷印刷管理"
|
|
|
|
|
|
+ detail: "记录线下纸笔考试数码印刷准确数量与实施过程"
|
|
}
|
|
}
|
|
};
|
|
};
|
|
|
|
|
|
@@ -110,36 +99,19 @@ export default {
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-items: center;
|
|
justify-items: center;
|
|
-
|
|
|
|
- /* min-width: 100%; */
|
|
|
|
-
|
|
|
|
- /* height: 100%; */
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.module-card {
|
|
.module-card {
|
|
- /* width: 350px; */
|
|
|
|
height: 120px;
|
|
height: 120px;
|
|
margin-bottom: 50px;
|
|
margin-bottom: 50px;
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- /* background-color: white; */
|
|
|
|
display: flex;
|
|
display: flex;
|
|
- /* justify-items: center; */
|
|
|
|
align-items: center;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
|
|
|
|
- /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
|
|
|
|
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
}
|
|
}
|
|
-
|
|
|
|
-/* .module-card:hover { */
|
|
|
|
-/* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
|
|
|
|
-
|
|
|
|
-/* font-size: 30px; */
|
|
|
|
-/* color: #fff; */
|
|
|
|
-/* text-align: center; */
|
|
|
|
-/* animation: glow 1s ease-in-out infinite alternate; */
|
|
|
|
-/* } */
|
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|