1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

Revert "fix(Popup&Toast): invalid adaptive width ()"

This reverts commit b6dd0cb36c0445e199335c36a4c21e696cf8b073.
This commit is contained in:
chenjiahan 2022-08-24 21:56:10 +08:00
parent b6dd0cb36c
commit aa1689fed8

@ -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);