@ -216,8 +216,8 @@ const EmailComposer = ({ ...props }) => {
ref={textInputRef}
onFocus={() => handleFocus('mailcontent')}
size='large'
maxLength={2000}
showCount={true}
// maxLength={2000}
// showCount={true}
placeholder={!talkabled ? '请先选择会话' : '*纯文本邮件'}
rows={2}
disabled={!talkabled}