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 fdbe050 commit c4a05cdCopy full SHA for c4a05cd
client/packages/lowcoder/src/comps/index.tsx
@@ -265,7 +265,7 @@ export var uiCompMap: Registry = {
265
name: trans("uiComp.tabbedContainerCompName"),
266
enName: "Tabbed Container",
267
description: trans("uiComp.tabbedContainerCompDesc"),
268
- categories: ["layout", "multimedia"],
+ categories: ["layout"],
269
icon: TabbedContainerCompIcon,
270
keywords: trans("uiComp.tabbedContainerCompKeywords"),
271
lazyLoad: true,
@@ -556,7 +556,7 @@ export var uiCompMap: Registry = {
556
compName: "AvatarComp",
557
compPath: "comps/avatar",
558
layoutInfo: {
559
- w: 3,
+ w: 6,
560
h: 6,
561
},
562
0 commit comments