From ecc886c261bd0823348755352c18e3416e5a2800 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Sat, 29 Apr 2023 09:49:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ui/shop.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/ui/shop.vue b/src/ui/shop.vue index 84051d5..7c77002 100644 --- a/src/ui/shop.vue +++ b/src/ui/shop.vue @@ -46,7 +46,7 @@
@@ -456,4 +456,24 @@ onUnmounted(() => { #sell-total { transition: color 0.2s linear; } + +@media screen and (max-width: 600px) { + #shop { + width: 90vw; + padding-top: 5vh; + font-size: 3.8vw; + } + + #item-list { + width: 40vw; + } + + #shop-bottom { + width: 90vw; + } + + #item-sell-info { + width: 50vw; + } +}