From ba01a588da0264551a54b38dc6a1311e2cf221b8 Mon Sep 17 00:00:00 2001 From: zhangyh Date: Thu, 16 Oct 2025 14:05:21 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=85=A8=E5=B1=80toast=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/style.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/assets/css/style.less b/src/assets/css/style.less index c8f3003..c4ff8a9 100644 --- a/src/assets/css/style.less +++ b/src/assets/css/style.less @@ -46,4 +46,11 @@ html:root { --van-dialog-button-height: 9rem; --van-dialog-message-padding: 3rem 2.5rem; --van-dialog-has-title-message-padding-top: 2.5rem; +} + +.van-toast__text { + font-size: 4rem; + height: 5rem; + line-height: 5rem; + padding: 0 2rem; } \ No newline at end of file