mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
Revert "fix(Popup&Toast): invalid adaptive width (#10961)"
This reverts commit b6dd0cb36c0445e199335c36a4c21e696cf8b073.
This commit is contained in:
parent
b6dd0cb36c
commit
aa1689fed8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user