Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebb26d commit bbba824Copy full SHA for bbba824
‎client/packages/lowcoder/src/comps/index.tsx
@@ -941,7 +941,7 @@ const uiCompMap: Registry = {
941
comp: QRCodeComp,
942
layoutInfo: {
943
w: 6,
944
- h: 20,
+ h: 32,
945
},
946
947
scanner: {
@@ -952,6 +952,10 @@ const uiCompMap: Registry = {
952
icon: ScannerIcon,
953
keywords: trans("uiComp.scannerCompKeywords"),
954
comp: ScannerComp,
955
+ layoutInfo: {
956
+ w: 6,
957
+ h: 5,
958
+ },
959
960
signature: {
961
name: trans("uiComp.signatureCompName"),
@@ -1031,7 +1035,7 @@ const uiCompMap: Registry = {
1031
1035
comp: IFrameComp,
1032
1036
1033
1037
w: 12,
1034
- h: 60,
1038
+ h: 40,
1039
1040
1041
custom: {
0 commit comments