Skip to content

Commit

Permalink
feat(swipe-cell): move swipe-cell style (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
fennghuang authored Oct 10, 2023
1 parent 4e743c3 commit a6ffa84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style/mobile/components/swipe-cell/v2/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a6ffa84

Please sign in to comment.