Merge branches 'PCqiandao' and 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

PCqiandao
杨树明 5 years ago
commit c6d6ab0950

@ -177,7 +177,13 @@ class Detailss extends Component {
{ {
defaultActiveKey === "1" ? defaultActiveKey === "1" ?
item && item.mode === "NUMBER" ? item && item.mode === "NUMBER" ?
<input id={"file_path" + 1} className="file_path_input" value={item&&item.code}/> <div style={{
overflow: 'hidden',
height: "1px",
width: "1px"
}}>
<input id={"file_path" + 1} className="file_path_input" value={item&&item.code}/>
</div>
:"" :""
: :
"" ""

Loading…
Cancel
Save