This commit is contained in:
13
node_modules/@dcloudio/uni-components/style/swiper-item.css
generated
vendored
Normal file
13
node_modules/@dcloudio/uni-components/style/swiper-item.css
generated
vendored
Normal file
@@ -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