src/mob/components/formdragelement/card.jsx
@@ -212,6 +212,8 @@ </div> </div> </div>) } else if (card.type === 'vercode') { formItem = <div className="am-list-item"><div className="am-list-line"><div className="am-input-label">{card.label}</div><div className="am-input-control"><span style={{color: '#bcbcbc'}}>{card.placeholder || ''}</span></div><div className="am-list-extra" style={{width: 'auto', height: 'auto', backgroundColor: '#fafafa', padding: '0 15px'}}>获取验证码</div></div></div> } let style = {...card.style}