Skip to content

Commit

Permalink
fix(mp): 修复slider圆球未显示完整的Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Wangyaqi committed Jan 11, 2025
1 parent d46251e commit f0fd379
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/uni-mp-vite/lib/uvue.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ unicloud-db[hidden],
video[hidden],
view[hidden],
web-view[hidden] {
display: none!important;
display: none !important;
}

/* 与开发者元素接触的非滚动容器 */
Expand Down Expand Up @@ -161,14 +161,15 @@ button {

slider {
margin: 0px;
padding: 4px 0px;
padding: 5px 0px;
}

text {
display: inline;
}

text[hidden] {
display: none!important;
display: none !important;
}

text,
Expand Down Expand Up @@ -207,4 +208,4 @@ checkbox .wx-checkbox-wrapper {
align-items: inherit;
width: 100%;
height: 100%;
}
}

0 comments on commit f0fd379

Please sign in to comment.