@@ -477,3 +477,10 @@
background-position: center;
color: #fff;
}
+body {
+ :global {
+ .van-toast--text {
+ min-width: fit-content;
+ }
+}