diff --git a/pages/index/bookshelf.vue b/pages/index/bookshelf.vue index 5818068..cc99088 100644 --- a/pages/index/bookshelf.vue +++ b/pages/index/bookshelf.vue @@ -18,14 +18,14 @@ + > {{novel.tag}} @@ -71,7 +71,7 @@ @@ -87,7 +87,7 @@ + :style="{ opacity: selectedItems.includes(novel.id) ? '0.8' : '1' }"> {{novel.tag}} @@ -521,9 +521,10 @@ .novel-row { display: flex; margin-bottom: 40rpx; + gap: 10rpx; .novel-item { - width: 33%; + width: calc((100% - 40rpx) / 3); position: relative; .novel-tag {