Skip to content

Commit

Permalink
fix uniNumberBox组件 加减号垂直位置样式偏移问题
Browse files Browse the repository at this point in the history
  • Loading branch information
18148764734 committed Feb 2, 2024
1 parent 285dab3 commit 8705ac8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion uni_modules/uni-number-box/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 1.2.4(2024-02-02)
- 修复 加减号垂直位置偏移样式问题
## 1.2.3(2023-05-23)
更新示例工程
- 更新示例工程
## 1.2.2(2023-05-08)
- 修复 change 事件执行顺序错误的问题
## 1.2.1(2021-11-22)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
.uni-numbox--text {
// fix nvue
line-height: 20px;
margin-bottom: 2px;
font-size: 20px;
font-weight: 300;
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.3",
"version": "1.2.4",
"description": "NumberBox 带加减按钮的数字输入框组件,用户可以控制每次点击增加的数值,支持小数。",
"keywords": [
"uni-ui",
Expand Down

0 comments on commit 8705ac8

Please sign in to comment.