diff --git a/style/mobile/components/swipe-cell/v2/_index.less b/style/mobile/components/swipe-cell/v2/_index.less index 5a0738f569..56dde1ebbf 100644 --- a/style/mobile/components/swipe-cell/v2/_index.less +++ b/style/mobile/components/swipe-cell/v2/_index.less @@ -16,11 +16,14 @@ &__left { left: 0; transform: translate3d(-100%, 0, 0); + display: flex; + flex-flow: row-reverse; } &__right { right: 0; transform: translate3d(100%, 0, 0); + display: flex; } &__content {