|
|
|
@ -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>
|
|
|
|
|