king
2025-01-27 e3bf485afc8928b0fdc58fbcbced66b25ff31cd0
2025-01-27
2个文件已修改
5 ■■■■■ 已修改文件
src/menu/components/module/account/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/pastecontroller/index.jsx 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/module/account/index.jsx
@@ -11,6 +11,7 @@
import './index.scss'
const CopyComponent = asyncIconComponent(() => import('@/menu/components/share/copycomponent'))
const NormalForm = asyncIconComponent(() => import('@/components/normalform'))
class Account extends Component {
@@ -129,6 +130,7 @@
            <NormalForm title="基本设置" width={800} update={this.updateWrap} getForms={this.getWrapForms}>
              <EditOutlined style={{color: '#1890ff'}} title="编辑"/>
            </NormalForm>
            <CopyComponent type="account" card={card}/>
            <FontColorsOutlined className="style" title="调整样式" onClick={this.changeStyle}/>
            <DeleteOutlined className="close" title="删除组件" onClick={() => this.props.deletecomponent(card.uuid)} />
          </div>
src/menu/pastecontroller/index.jsx
@@ -274,6 +274,9 @@
        }
      } else {
        options.push('editable', 'mainsearch', 'antvG6', 'antvX6', 'calendar', 'tree', 'dashboard', 'chart')
        if (appType !== 'pc') {
          options.push('account')
        }
      }
    } else {
      if (appType === 'mob') {