|
@@ -230,7 +230,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="split-name">{{ WindowStyleItem.text }}</div>
|
|
<div class="split-name">{{ WindowStyleItem.text }}</div>
|
|
|
<div v-show="WindowStyleItem.value != '无' && WindowStyleItem.value != 'CUSTOM'" class="magnifyingGlassBox"
|
|
<div v-show="WindowStyleItem.value != '无' && WindowStyleItem.value != 'CUSTOM'" class="magnifyingGlassBox"
|
|
|
- @click.stop="openComponentPreview(index, WindowStyle)">
|
|
|
|
|
|
|
+ @click.stop="openComponentPreview(index - 1, WindowStyle)">
|
|
|
<img :src="require('@/assets/AIDesign/magnifyingGlassIcon.png')" />
|
|
<img :src="require('@/assets/AIDesign/magnifyingGlassIcon.png')" />
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|