@@ -1363,7 +1363,6 @@ export default {
display: flex;
gap: 24px 36px;
flex-flow: wrap;
- width: 100%;
}
</style>
<style lang="scss">
@@ -72,7 +72,7 @@
zIndex: magazineList.length - index,
height: 783 - (index - activePage) * 16 + 'px',
}"
- v-if="index >= activePage && index <= activePage + 3"
+ v-show="index >= activePage && index <= activePage + 3"
>
<div
class="img-box"