natasha 2 bulan lalu
induk
melakukan
cbb5d2d938

+ 0 - 1
src/views/bookShelf/bookItem.vue

@@ -1363,7 +1363,6 @@ export default {
   display: flex;
   gap: 24px 36px;
   flex-flow: wrap;
-  width: 100%;
 }
 </style>
 <style lang="scss">

+ 1 - 1
src/views/bookShelf/magazineDetail.vue

@@ -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"