feat(gesture): reverse direction to cancel action

This commit is contained in:
llcc
2022-04-26 09:41:32 +08:00
parent 3d881a86ce
commit 87639854ca
2 changed files with 58 additions and 30 deletions

View File

@@ -187,14 +187,14 @@
.block-left-menu {
overflow: hidden;
max-width: 30px;
max-width: 50px;
text-align: center;
margin: auto 0
}
.block-right-menu {
overflow: hidden;
max-width: 30px;
max-width: 50px;
text-align: center;
margin: auto 0
}