Skip to content

Commit

Permalink
fix(Swiper): resolved loading style
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Aug 4, 2023
1 parent e13bada commit bc41955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions src/swiper/_example/vertical/index.wxss
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,12 @@
margin-right: 20rpx;
}

.cell .option {
display: flex;
flex-direction: row;
justify-content: start;
align-items: center;
}

.cell .option-desc {
width: 68rpx;
padding-left: 32rpx;
}

.cell .swiper-slider {
flex: 1;
margin: 32rpx 0;
}

.swiper-box-vertical .item {
Expand Down
1 change: 0 additions & 1 deletion src/swiper/swiper.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
transition: all 0.3s ease;

&-host {
display: block;
width: 100%;
}
}
Expand Down

0 comments on commit bc41955

Please sign in to comment.