@blocklet/launcher-ux 2.3.59 → 2.3.60
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.
|
@@ -480,6 +480,16 @@ function Component({
|
|
|
480
480
|
marginTop: 0,
|
|
481
481
|
'& button': {
|
|
482
482
|
fontSize: '1rem !important'
|
|
483
|
+
},
|
|
484
|
+
[isMobile && '.cko-payment-submit-btn']: {
|
|
485
|
+
position: 'fixed',
|
|
486
|
+
bottom: '12px',
|
|
487
|
+
left: '0px',
|
|
488
|
+
right: '0px',
|
|
489
|
+
zIndex: 999,
|
|
490
|
+
background: 'rgb(255, 255, 255)',
|
|
491
|
+
padding: '12px',
|
|
492
|
+
textAlign: 'center'
|
|
483
493
|
}
|
|
484
494
|
}
|
|
485
495
|
},
|
|
@@ -496,6 +496,16 @@ function Component(_ref2) {
|
|
|
496
496
|
marginTop: 0,
|
|
497
497
|
'& button': {
|
|
498
498
|
fontSize: '1rem !important'
|
|
499
|
+
},
|
|
500
|
+
[isMobile && '.cko-payment-submit-btn']: {
|
|
501
|
+
position: 'fixed',
|
|
502
|
+
bottom: '12px',
|
|
503
|
+
left: '0px',
|
|
504
|
+
right: '0px',
|
|
505
|
+
zIndex: 999,
|
|
506
|
+
background: 'rgb(255, 255, 255)',
|
|
507
|
+
padding: '12px',
|
|
508
|
+
textAlign: 'center'
|
|
499
509
|
}
|
|
500
510
|
}
|
|
501
511
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-ux",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.60",
|
|
4
4
|
"description": "Launcher UX lib",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@arcblock/ux": "^2.10.33",
|
|
57
|
-
"@blocklet/launcher-util": "2.3.
|
|
57
|
+
"@blocklet/launcher-util": "2.3.60",
|
|
58
58
|
"@blocklet/payment-react": "^1.15.6",
|
|
59
59
|
"@emotion/styled": "^11.13.0",
|
|
60
60
|
"@mui/icons-material": "^5.16.7",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"require": "./lib/use-mobile/index.js"
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "2527da8c21cee97a41cbcaf4871646032de0c7ce"
|
|
97
97
|
}
|