feat: 细节调整

This commit is contained in:
cgd_mac 2022-02-11 10:22:25 +08:00
parent 20d7f5f335
commit 2e4507da92
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
v-for="(j, k) in item.list"
:key="`${index}-${k}`">
<a-card hoverable style="width: 100%; margin-bottom: 15px;">
<div class="flex-center"><h4>{{ j.projectName }}</h4></div>
<div class="flex-center"><h4>{{ j.courseName }}</h4></div>
<div class="flex-center" style="margin-top: 10px;">
<a-button @click="handlerStart(j)" type="primary" size="small" round>开始答题</a-button>
</div>