Skip to content

Commit f696c22

Browse files
committed
fix: numbox在vue2下H5黑框异常的bug
1 parent ac5da5d commit f696c22

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

uni_modules/uni-number-box/changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.2.8(2024-04-26)
2+
- 修复 在vue2下H5黑边的bug
13
## 1.2.7(2024-04-26)
24
- 修复 在vue2手动输入后失焦导致清空数值的严重bug
35
## 1.2.6(2024-02-22)

uni_modules/uni-number-box/components/uni-number-box/uni-number-box.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@
200200
height: $box-height;
201201
text-align: center;
202202
font-size: 14px;
203-
border-left-width: 0;
204-
border-right-width: 0;
203+
border-width: 0;
205204
color: $color;
206205
}
207206

uni_modules/uni-number-box/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "uni-number-box",
33
"displayName": "uni-number-box 数字输入框",
4-
"version": "1.2.7",
4+
"version": "1.2.8",
55
"description": "NumberBox 带加减按钮的数字输入框组件,用户可以控制每次点击增加的数值,支持小数。",
66
"keywords": [
77
"uni-ui",

0 commit comments

Comments
 (0)