mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
fix: fix style
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
@component-namespace zan {
|
||||
@b toast {
|
||||
position: fixed;
|
||||
z-index: 3000;
|
||||
border-radius: 5px;
|
||||
background-color: #272727;
|
||||
opacity: 0.7;
|
||||
opacity: .7;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate3d(-50%, -50%, 0);
|
||||
|
Reference in New Issue
Block a user