Skip to content

Commit

Permalink
feat: 调整面板组件默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
F-jianchao committed Oct 17, 2024
1 parent af287e3 commit 8cfd6c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/amis-editor/src/plugin/CollapseGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export class CollapseGroupPlugin extends BasePlugin {
pluginIcon = 'collapse-plugin';
scaffold = {
type: 'collapse-group',
expandIconPosition: 'right',
activeKey: ['1'],
body: [
{
Expand Down Expand Up @@ -118,7 +117,7 @@ export class CollapseGroupPlugin extends BasePlugin {
label: '图标位置',
type: 'button-group-select',

pipeIn: defaultValue('right'),
pipeIn: defaultValue('left'),
options: [
{
label: '左边',
Expand Down

0 comments on commit 8cfd6c2

Please sign in to comment.