mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
Revert "fix(Popup&Toast): invalid adaptive width (#10961)"
This reverts commit b6dd0cb36c
.
This commit is contained in:
@@ -25,10 +25,8 @@
|
||||
|
||||
&--center {
|
||||
top: 50%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
transform: translateY(-50%);
|
||||
left: 50%;
|
||||
transform: translate3d(-50%, -50%, 0);
|
||||
|
||||
&.van-popup--round {
|
||||
border-radius: var(--van-popup-round-border-radius);
|
||||
|
Reference in New Issue
Block a user