Browse Source

Merge branch 'zhangtao' of gitadmin/tuoheng_lc_web into develop

tags/v1.0.0^2
zhangtao 2 years ago
parent
commit
bfb34176da
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/task-manage/question/components/ConfirmModal.vue

+ 1
- 1
src/views/task-manage/question/components/ConfirmModal.vue View File

@@ -17,7 +17,7 @@
v-for="item in getCarouselInfo"
:key="item.id"
class="carousel-img"
:src="item.image"
:src="item.fileMarkerUrl"
>
</n-carousel>
</div>

Loading…
Cancel
Save