king
2023-11-21 5565c8bf9631874df28dedaa90577417d07ac08d
src/menu/components/tabs/antv-tabs/options.jsx
@@ -140,7 +140,8 @@
        {value: 'right', label: 'right'},
      ],
      controlFields: [
        {field: 'display', values: ['top', 'bottom']},
        {field: 'cusClass', values: ['top']},
        {field: 'tabStyle', values: ['top']},
      ]
    },
    {
@@ -148,7 +149,6 @@
      field: 'tabStyle',
      label: '页签样式',
      initval: setting.tabStyle || 'line',
      tooltip: '标签位置为top时有效,默认值为line。',
      required: true,
      options: [
        {value: 'line', label: 'line'},
@@ -156,6 +156,18 @@
      ],
    },
    {
      type: 'select',
      field: 'cusClass',
      label: '自定义样式',
      initval: setting.cusClass || '',
      required: false,
      options: [
        {value: '', label: '无'},
        {value: 'mk-tab-button', label: '按钮(左)'},
        {value: 'mk-tab-button tab-right', label: '按钮(右)'},
      ]
    },
    {
      type: 'radio',
      field: 'autoSwitch',
      label: '自动切换',