Skip to content

Commit

Permalink
fix: numbox在vue2下H5黑框异常的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
18148764734 committed Apr 26, 2024
1 parent ac5da5d commit f696c22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions uni_modules/uni-number-box/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.2.8(2024-04-26)
- 修复 在vue2下H5黑边的bug
## 1.2.7(2024-04-26)
- 修复 在vue2手动输入后失焦导致清空数值的严重bug
## 1.2.6(2024-02-22)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@
height: $box-height;
text-align: center;
font-size: 14px;
border-left-width: 0;
border-right-width: 0;
border-width: 0;
color: $color;
}
Expand Down
2 changes: 1 addition & 1 deletion uni_modules/uni-number-box/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-number-box",
"displayName": "uni-number-box 数字输入框",
"version": "1.2.7",
"version": "1.2.8",
"description": "NumberBox 带加减按钮的数字输入框组件,用户可以控制每次点击增加的数值,支持小数。",
"keywords": [
"uni-ui",
Expand Down

0 comments on commit f696c22

Please sign in to comment.