component-sanzhizhou 1.0.14 → 1.0.16
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/dist/lib/isInClient.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
.ssz-payRechargeRule{
|
|
2
|
-
padding: 0 0
|
|
2
|
+
padding: 0 0 1px 0;
|
|
3
3
|
.ssz-payRechargeRule-card{
|
|
4
4
|
max-width: 400px;
|
|
5
5
|
|
|
@@ -40,20 +40,13 @@
|
|
|
40
40
|
background-color: green;
|
|
41
41
|
border-radius: 100px;
|
|
42
42
|
vertical-align: middle;
|
|
43
|
-
font-size: 14px;
|
|
43
|
+
//font-size: 14px;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
.ssz-payRechargeRule-items-money{
|
|
47
|
-
font-size:
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
font-family: Arial, Helvetica, sans-serif;
|
|
48
49
|
//min-width: 100px;
|
|
49
50
|
vertical-align: middle;
|
|
50
51
|
}
|
|
51
|
-
.ssz-payRechargeRule-select{
|
|
52
|
-
flex: 2;
|
|
53
|
-
text-align: right;
|
|
54
|
-
vertical-align: middle;
|
|
55
|
-
color: green;
|
|
56
|
-
font-size: 22px;
|
|
57
|
-
line-height: 1em;
|
|
58
|
-
}
|
|
59
52
|
}
|
package/dist/pay/recharge.css.js
CHANGED
|
@@ -3,5 +3,5 @@ export default {
|
|
|
3
3
|
PayRecharge: styled.div.withConfig({
|
|
4
4
|
displayName: "PayRecharge",
|
|
5
5
|
componentId: "component-sanzhizhou__sc-1np6liz-0"
|
|
6
|
-
})([".ssz-recharge-form-moneyAmount-input{input{width:120px;}}.ssz-groupItems{padding:0 0 12px 0;}.ssz-submits{display:flex;flex-direction:row;justify-content:space-between;padding:0
|
|
6
|
+
})([".ssz-recharge-form-moneyAmount-input{input{width:120px;}}.ssz-groupItems{padding:0 0 12px 0;}.ssz-submits{display:flex;flex-direction:row;justify-content:space-between;padding:0 0 18px;}.ssz-groupTitle{font-size:14px;color:#777;font-weight:300;padding:0 0 3px 0;}.ant-radio-wrapper-disabled{.ssz-color-tag{opacity:0.4;-webkit-filter:grayscale(100%);filter:grayscale(100%);}}"])
|
|
7
7
|
};
|
package/dist/pay/recharge.js
CHANGED
|
@@ -130,7 +130,7 @@ var PayRecharge = function PayRecharge(_ref) {
|
|
|
130
130
|
var onIPayed = function onIPayed() {
|
|
131
131
|
onHandSuccess === null || onHandSuccess === void 0 || onHandSuccess();
|
|
132
132
|
};
|
|
133
|
-
var FormItemSpan =
|
|
133
|
+
var FormItemSpan = 6;
|
|
134
134
|
return /*#__PURE__*/_jsx(styles.PayRecharge, {
|
|
135
135
|
children: /*#__PURE__*/_jsxs(Form, {
|
|
136
136
|
form: form,
|