We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5da5d commit f696c22Copy full SHA for f696c22
uni_modules/uni-number-box/changelog.md
@@ -1,3 +1,5 @@
1
+## 1.2.8(2024-04-26)
2
+- 修复 在vue2下H5黑边的bug
3
## 1.2.7(2024-04-26)
4
- 修复 在vue2手动输入后失焦导致清空数值的严重bug
5
## 1.2.6(2024-02-22)
uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue
@@ -200,8 +200,7 @@
200
height: $box-height;
201
text-align: center;
202
font-size: 14px;
203
- border-left-width: 0;
204
- border-right-width: 0;
+ border-width: 0;
205
color: $color;
206
}
207
uni_modules/uni-number-box/package.json
@@ -1,7 +1,7 @@
{
"id": "uni-number-box",
"displayName": "uni-number-box 数字输入框",
- "version": "1.2.7",
+ "version": "1.2.8",
"description": "NumberBox 带加减按钮的数字输入框组件,用户可以控制每次点击增加的数值,支持小数。",
6
"keywords": [
7
"uni-ui",
0 commit comments