natasha hai 2 meses
pai
achega
cbb5d2d938
Modificáronse 2 ficheiros con 1 adicións e 2 borrados
  1. 0 1
      src/views/bookShelf/bookItem.vue
  2. 1 1
      src/views/bookShelf/magazineDetail.vue

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