/*IHTivaHGTSm9T7chEWjS8QMwpg1SIEMOeDuzFmjloOo=*/ /* * @Descripttion: * @version: * @Author: Chendch * @Date: 2022-05-13 16:06:20 * @LastEditors: Chendch * @LastEditTime: 2022-05-20 13:29:38 */ import React, {PureComponent, Fragment} from "react"; require("./index.less"); export default class BDFormItem extends PureComponent{ constructor(props){ super(props); } render() { const {options = [], lineWrap = false, className="", style = {}} = this.props; return (