taro-react-uilib 1.3.1 → 1.3.2-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [1.3.2-0](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.1...v1.3.2-0) (2023-06-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* 借款金额键盘键盘在小程序的UI问题修复 ([bd96e97](https://code.xhdev.xyz/h5group/taro-uilib/commits/bd96e974eced8b6be8a7941bd98becf4d50dd5c8))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
## [1.3.1](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.0...v1.3.1) (2023-06-16)
|
|
2
11
|
|
|
3
12
|
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
position: relative;
|
|
53
53
|
border-bottom: 1PX solid var(--border-color);
|
|
54
54
|
&-key {
|
|
55
|
-
width:
|
|
55
|
+
width: 25%;
|
|
56
56
|
height: 112px;
|
|
57
57
|
box-sizing: border-box;
|
|
58
58
|
display: flex;
|
|
@@ -91,9 +91,10 @@
|
|
|
91
91
|
position: absolute;
|
|
92
92
|
bottom: 0;
|
|
93
93
|
right: 0;
|
|
94
|
-
width:
|
|
94
|
+
width: 25%;
|
|
95
95
|
height: 336px;
|
|
96
96
|
color: #FFF;
|
|
97
|
+
border-color: 1PX;
|
|
97
98
|
&:active {
|
|
98
99
|
opacity: .8;
|
|
99
100
|
}
|