Skip to content

Commit

Permalink
fix: 修复slider在app-vue下样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Aug 21, 2024
1 parent 2bd5b12 commit f34a32a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/uni_modules/uview-plus/components/up-slider/up-slider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,13 @@
&-inner {
flex: 1;
display: flex;
flex-direction: column;
position: relative;
border-radius: 999px;
padding: 10px 18px;
justify-content: center;
overflow: hidden;
}
&__show-value {
Expand Down

0 comments on commit f34a32a

Please sign in to comment.