|
|
|
@ -184,10 +184,10 @@ const EmailComposer = ({ ...props }) => {
|
|
|
|
|
onFinishFailed={console.log}
|
|
|
|
|
className=''
|
|
|
|
|
>
|
|
|
|
|
<Form.Item name='from' className='hidden'></Form.Item>
|
|
|
|
|
{/* <Form.Item name='from' className='hidden'></Form.Item>
|
|
|
|
|
<Form.Item name='to' className='hidden'></Form.Item>
|
|
|
|
|
<Form.Item name='cc' className='hidden'></Form.Item>
|
|
|
|
|
<Form.Item name='bcc' className='hidden'></Form.Item>
|
|
|
|
|
<Form.Item name='bcc' className='hidden'></Form.Item> */}
|
|
|
|
|
<Form.Item name='subject' className='w-full' rules={[{ required: true, message: '' }]}>
|
|
|
|
|
<Input tabIndex={1}
|
|
|
|
|
className='rounded-b-none border-b-0 font-bold text-base text-indigo-600'
|
|
|
|
@ -241,7 +241,7 @@ const EmailComposer = ({ ...props }) => {
|
|
|
|
|
}}
|
|
|
|
|
// variant={'borderless'}
|
|
|
|
|
/>
|
|
|
|
|
<Button icon={<SendOutlined />} type='primary' htmlType={'submit'} disabled={!talkabled} loading={sendLoading} _onClick={() => handleSendEmail()} tabIndex={3}>
|
|
|
|
|
<Button icon={<SendOutlined />} type='primary' htmlType={'submit'} disabled={!talkabled} loading={sendLoading} tabIndex={3}>
|
|
|
|
|
发送
|
|
|
|
|
</Button>
|
|
|
|
|
{/* <Button icon={<EditIcon />} type='primary' onClick={() => openEditor(pickEmail.key)}>
|
|
|
|
|