From 04e9b68e4aa0269c9805954e2df8d60a04a3f3d1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 2 May 2025 22:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20custom.scss=20=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=20.match-height.v-row=20=E6=A0=B7=E5=BC=8F=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=20.v-card=20=E7=BB=84=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E4=B8=BA=20100%=EF=BC=8C=E4=BB=A5=E6=8F=90?= =?UTF-8?q?=E5=8D=87=E5=B8=83=E5=B1=80=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/custom.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/custom.scss b/src/styles/custom.scss index 5b3cbd60..26b4db3f 100644 --- a/src/styles/custom.scss +++ b/src/styles/custom.scss @@ -42,6 +42,12 @@ html.v-overlay-scroll-blocked { transform: rotate(0deg) translate(0, 0); } +.match-height.v-row { + .v-card { + block-size: 100%; + } +} + .v-toast--bottom { z-index: 2500; margin-block-end: env(safe-area-inset-bottom);