Commit e3161e3b authored by 郝聪敏's avatar 郝聪敏

feature: 修改swiper-vertical不生效问题

parent aec3a179
...@@ -271,6 +271,19 @@ ...@@ -271,6 +271,19 @@
/* Fix of Webkit flickering */ /* Fix of Webkit flickering */
z-index: 1; z-index: 1;
} }
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-wrapper { .swiper-wrapper {
position: relative; position: relative;
width: 100%; width: 100%;
......
...@@ -1609,9 +1609,9 @@ ...@@ -1609,9 +1609,9 @@
} }
}, },
"@qg/citrus-ui": { "@qg/citrus-ui": {
"version": "0.0.55", "version": "0.0.56",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.55.tgz", "resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.56.tgz",
"integrity": "sha512-CLQ5vFJRgXGULmeQMO/nthiFE0eNTbRcDBukBaLmy2IQUUzu3qSr7Rw3uaFt9N+v4PVLrC3qVLS90oI6CRfbyA==", "integrity": "sha512-31mjdMq/Cv3eLgX5GirQZcfxwPMwOW1kk6LWzI5wcyrYE4oLtwmyuJFO+cdmVGN/qLnYNlz+O8Bl2D2ZL9rKmA==",
"requires": { "requires": {
"@better-scroll/core": "^2.1.1", "@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.20.5", "@qg/cherry-ui": "^2.20.5",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment