@@ -963,20 +963,20 @@ export default {
}
.content-swipe {
width: 100%;
- padding: 30px 35px 0 35px;
+ padding: 30px 34px 0 34px;
.my-swipe {
.van-swipe-item {
- width: 100%;
- height: 120px;
- border-radius: 12px;
- overflow: hidden;
+ width: 100%;
+ height: auto;
+ overflow: hidden;
img {
+ object-fit: contain;
+ height: 100%;
-}
+ }
</style>
@@ -1099,20 +1099,20 @@ export default {