mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[bugfix] Toast: mask render uncorrectly when forbidClick (#1154)
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
transform: translate3d(-50%, -50%, 0);
|
||||
background-color: rgba(0, 0, 0, .7);
|
||||
|
||||
&--unclickable {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&--text {
|
||||
padding: 12px;
|
||||
min-width: 220px;
|
||||
|
Reference in New Issue
Block a user