Skip to content

Commit bbba824

Browse files
author
FalkWolsky
committed
Standard Component sizes fixes 2
1 parent eebb26d commit bbba824

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

client/packages/lowcoder/src/comps/index.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ const uiCompMap: Registry = {
941941
comp: QRCodeComp,
942942
layoutInfo: {
943943
w: 6,
944-
h: 20,
944+
h: 32,
945945
},
946946
},
947947
scanner: {
@@ -952,6 +952,10 @@ const uiCompMap: Registry = {
952952
icon: ScannerIcon,
953953
keywords: trans("uiComp.scannerCompKeywords"),
954954
comp: ScannerComp,
955+
layoutInfo: {
956+
w: 6,
957+
h: 5,
958+
},
955959
},
956960
signature: {
957961
name: trans("uiComp.signatureCompName"),
@@ -1031,7 +1035,7 @@ const uiCompMap: Registry = {
10311035
comp: IFrameComp,
10321036
layoutInfo: {
10331037
w: 12,
1034-
h: 60,
1038+
h: 40,
10351039
},
10361040
},
10371041
custom: {

0 commit comments

Comments
 (0)