File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
client/packages/lowcoder/src/comps Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ const uiCompMap: Registry = {
196196 keywords : trans ( "uiComp.tableCompKeywords" ) ,
197197 comp : TableComp ,
198198 layoutInfo : {
199- w : 15 ,
199+ w : 12 ,
200200 h : 40 ,
201201 } ,
202202 defaultDataFn : defaultTableData ,
@@ -211,7 +211,7 @@ const uiCompMap: Registry = {
211211 keywords : trans ( "uiComp.sliderCompKeywords" ) ,
212212 comp : SliderComp ,
213213 layoutInfo : {
214- w : 8 ,
214+ w : 6 ,
215215 h : 5 ,
216216 } ,
217217 } ,
@@ -224,7 +224,7 @@ const uiCompMap: Registry = {
224224 keywords : trans ( "uiComp.rangeSliderCompKeywords" ) ,
225225 comp : RangeSliderComp ,
226226 layoutInfo : {
227- w : 8 ,
227+ w : 6 ,
228228 h : 5 ,
229229 } ,
230230 } ,
@@ -380,6 +380,10 @@ const uiCompMap: Registry = {
380380 icon : LinkCompIcon ,
381381 keywords : trans ( "uiComp.linkCompKeywords" ) ,
382382 comp : LinkComp ,
383+ layoutInfo : {
384+ w : 6 ,
385+ h : 5 ,
386+ } ,
383387 } ,
384388 divider : {
385389 name : trans ( "uiComp.dividerCompName" ) ,
@@ -406,7 +410,7 @@ const uiCompMap: Registry = {
406410 keywords : trans ( "uiComp.calendarCompKeywords" ) ,
407411 comp : remoteComp ( { ...builtInRemoteComps , compName : "calendar" } ) ,
408412 layoutInfo : {
409- w : 24 ,
413+ w : 19 ,
410414 h : 60 ,
411415 } ,
412416 } ,
You can’t perform that action at this time.
0 commit comments