|
@@ -51,7 +51,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<a-spin :spinning="loading" size="large" tip="Loading..." :delay="500">
|
|
<a-spin :spinning="loading" size="large" tip="Loading..." :delay="500">
|
|
- <div style="margin-bottom: -40px; padding-bottom: 40px">
|
|
|
|
|
|
+ <div style="margin-bottom: -40px; padding-bottom: 72px">
|
|
<div v-for="(task, index) of store.historyTasks" :key="index">
|
|
<div v-for="(task, index) of store.historyTasks" :key="index">
|
|
<div
|
|
<div
|
|
class="tw-flex tw-justify-between tw-place-items-center tw-rounded tw-cursor-pointer tw-font-bold tw-py-2"
|
|
class="tw-flex tw-justify-between tw-place-items-center tw-rounded tw-cursor-pointer tw-font-bold tw-py-2"
|