Revert "fix(Popup&Toast): invalid adaptive width (#10961)"
This reverts commit b6dd0cb36c.
This commit is contained in:
@@ -25,10 +25,8 @@
|
|||||||
|
|
||||||
&--center {
|
&--center {
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 0;
|
left: 50%;
|
||||||
right: 0;
|
transform: translate3d(-50%, -50%, 0);
|
||||||
margin: 0 auto;
|
|
||||||
transform: translateY(-50%);
|
|
||||||
|
|
||||||
&.van-popup--round {
|
&.van-popup--round {
|
||||||
border-radius: var(--van-popup-round-border-radius);
|
border-radius: var(--van-popup-round-border-radius);
|
||||||
|
|||||||
Reference in New Issue
Block a user