From a6ffa84bbb92c706b2214ad5cf15982713e4d701 Mon Sep 17 00:00:00 2001 From: fennghuang <89014758+fennghuang@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:30:41 +0800 Subject: [PATCH] feat(swipe-cell): move swipe-cell style (#1616) --- style/mobile/components/swipe-cell/v2/_index.less | 3 +++ 1 file changed, 3 insertions(+) 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 {