feat: 细节调整
This commit is contained in:
parent
20d7f5f335
commit
2e4507da92
|
@ -36,7 +36,7 @@
|
||||||
v-for="(j, k) in item.list"
|
v-for="(j, k) in item.list"
|
||||||
:key="`${index}-${k}`">
|
:key="`${index}-${k}`">
|
||||||
<a-card hoverable style="width: 100%; margin-bottom: 15px;">
|
<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;">
|
<div class="flex-center" style="margin-top: 10px;">
|
||||||
<a-button @click="handlerStart(j)" type="primary" size="small" round>开始答题</a-button>
|
<a-button @click="handlerStart(j)" type="primary" size="small" round>开始答题</a-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue