bugfix: 修改toast背景色防止被 dialog影响

This commit is contained in:
zhangyahui
2025-10-30 15:15:49 +08:00
parent c01470ec75
commit cf51f1d8dc

View File

@@ -55,6 +55,9 @@ a,
justify-content: space-evenly;
}
.van-toast.van-popup{
background: rgba(0, 0, 0, 0.5);
}
/* @media (min-width: 1024px) {
body {