Browse Source

change image

tags/v1.0.0^2
zhangtao 2 years ago
parent
commit
c87ada2506
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