style: 全局toast样式

This commit is contained in:
zhangyh
2025-10-16 14:05:21 +08:00
parent 4bfe662028
commit ba01a588da

View File

@@ -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;
}