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