From 03d5527990cb2d3b027ccf36e862ca060cf02cc0 Mon Sep 17 00:00:00 2001 From: Xwite <82232510+Xwite@users.noreply.github.com> Date: Sun, 11 Jun 2023 07:25:38 +0800 Subject: [PATCH] =?UTF-8?q?[skip=20ci]=20web:=20=E4=B9=A6=E6=9E=B6?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80=E5=88=87=E6=8D=A2750px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/web/src/views/BookShelf.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/web/src/views/BookShelf.vue b/modules/web/src/views/BookShelf.vue index 2dbcde722..42e0a3366 100644 --- a/modules/web/src/views/BookShelf.vue +++ b/modules/web/src/views/BookShelf.vue @@ -337,10 +337,7 @@ const fetchBookShelfData = () => { } } -@media screen and (max-width: 428px), - screen and (max-width: 750px) and (min-resolution: 2dppx), - screen and (max-width: 750px) and (-webkit-min-device-pixel-ratio: 2), - screen and (max-width: 750px) and (min--moz-device-pixel-ratio: 2) { +@media screen and (max-width: 750px) { .index-wrapper { overflow-x: hidden; flex-direction: column;