src/templates/formtabconfig/dragelement/card.jsx
@@ -79,11 +79,14 @@ let wrapCol = 'ant-col-sm-16' if (card.type === 'textarea') { if (cols === '2') { labelCol = 'ant-col-sm-4' wrapCol = 'ant-col-sm-20' labelCol = 'textarea-line ant-col-sm-4' wrapCol = 'textarea-line ant-col-sm-20' } else if (cols === '3') { labelCol = 'ant-col-cuslabel' wrapCol = 'ant-col-cuswrap' labelCol = 'textarea-line ant-col-cuslabel' wrapCol = 'textarea-line ant-col-cuswrap' } else if (cols === '4') { labelCol = 'textarea-line ant-col-sm-2' wrapCol = 'textarea-line ant-col-sm-22' } }