mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-16 09:09:46 +08:00
10 lines
170 B
CSS
10 lines
170 B
CSS
@component-namespace zan {
|
|
@b actionsheet {
|
|
}
|
|
}
|
|
|
|
.actionsheet-float-bottom-enter,
|
|
.actionsheet-float-bottom-leave-active {
|
|
transform: translate3d(-50%, 100%, 0);
|
|
}
|