PCqiandao
杨树林 5 years ago
parent 1c3b0473a9
commit b8e9816b2f

@ -120,6 +120,7 @@ class Detailss extends Component {
defaultActiveKey === "1" ?
<div className="ws25s" style={{
position: "relative",
overflow: 'hidden',
}}>
{
item && item.mode === "NUMBER" ?
@ -143,7 +144,9 @@ class Detailss extends Component {
<div style={{
overflow: 'hidden',
height: "1px",
width: "1px"
width: "1px",
position: "absolute",
right: "-200px",
}}>
<input id={"file_path" + 1} className="file_path_input" value={item&&item.code}/>
</div>
@ -181,20 +184,7 @@ class Detailss extends Component {
</div>
</div>
{
defaultActiveKey === "1" ?
item && item.mode === "NUMBER" ?
<div style={{
overflow: 'hidden',
height: "1px",
width: "1px"
}}>
<input id={"file_path" + 1} className="file_path_input" value={item&&item.code}/>
</div>
:""
:
""
}
</div>
</React.Fragment>

Loading…
Cancel
Save