refactor(Swipe): use flex layout

This commit is contained in:
chenjiahan
2020-03-22 07:48:16 +08:00
parent 3bd9ef1d4c
commit f701de9e58
6 changed files with 66 additions and 45 deletions
+5
View File
@@ -7,7 +7,12 @@
user-select: none;
&__track {
display: flex;
height: 100%;
&--vertical {
flex-direction: column;
}
}
&__indicators {