|
@@ -17,7 +17,7 @@
|
|
|
<div
|
|
|
class="maskContainer previewBox my-2 mr-4"
|
|
|
:style="{ width: width, height: height }"
|
|
|
- v-for="(item, index) in (deleteShow?list:list.reverse())"
|
|
|
+ v-for="(item, index) in list"
|
|
|
:key="index"
|
|
|
>
|
|
|
<div class="demo-image__preview h-full w-full">
|