fix: 修复在Safari浏览器右下角出现的小白方框

This commit is contained in:
Sunrishe
2023-06-01 16:10:52 +08:00
parent 9c4a16a57f
commit 1925fad79a

View File

@@ -68,7 +68,7 @@ const subJustify = computed(() =>
<style lang="scss" scoped>
.books-wrapper {
overflow: scroll;
overflow: auto;
.wrapper {
display: grid;