更新
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
uni-swiper-item {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
will-change: transform;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
uni-swiper-item[hidden] {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user