mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
Toast: fix background color
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
transform: translate3d(-50%, -50%, 0);
|
||||
background-color: rgb(39, 39, 39, .7);
|
||||
background-color: rgba(39, 39, 39, .7);
|
||||
|
||||
&-wrapper {
|
||||
transition: opacity .2s;
|
||||
|
Reference in New Issue
Block a user