mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fix child component image widget width not correct
This commit is contained in:
parent
2399894bb2
commit
3fa0626266
6 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ export const listviewConfig = {
|
|||
top: 15,
|
||||
left: 3,
|
||||
height: 100,
|
||||
width: 7,
|
||||
},
|
||||
properties: ['source'],
|
||||
accessorKey: 'imageURL',
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ export const tabsConfig = {
|
|||
top: 60,
|
||||
left: 17,
|
||||
height: 100,
|
||||
width: 7,
|
||||
},
|
||||
tab: 0,
|
||||
properties: ['source'],
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ export const listviewConfig = {
|
|||
top: 15,
|
||||
left: 3,
|
||||
height: 100,
|
||||
width: 7,
|
||||
},
|
||||
properties: ['source'],
|
||||
accessorKey: 'imageURL',
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ export const tabsConfig = {
|
|||
top: 60,
|
||||
left: 17,
|
||||
height: 100,
|
||||
width: 7,
|
||||
},
|
||||
tab: 0,
|
||||
properties: ['source'],
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ export const listviewConfig = {
|
|||
top: 15,
|
||||
left: 3,
|
||||
height: 100,
|
||||
width: 7,
|
||||
},
|
||||
properties: ['source'],
|
||||
accessorKey: 'imageURL',
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ export const tabsConfig = {
|
|||
top: 60,
|
||||
left: 17,
|
||||
height: 100,
|
||||
width: 7,
|
||||
},
|
||||
tab: 0,
|
||||
properties: ['source'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue