style(): 样式优化
parent
a8be60ca92
commit
099e379550
|
|
@ -120,7 +120,7 @@ export default function Xmzlmb() {
|
|||
}, [code,searchVal]);
|
||||
return (
|
||||
<div className='content-box' style={{ backgroundColor: '#fff', height: '100%',display:'flex',padding:'10px' }}>
|
||||
<div className='lf adcdTreeSelectorBox' style={{height:'calc(100vh - 168px)',width:'340px'}}>
|
||||
<div className='lf adcdTreeSelectorBox' style={{overflowY:'auto',width:'340px'}}>
|
||||
<AdcdTreeSelector hasAlertBox={false} setAdcd={setCode} setSigleItem={setSigleItem } />
|
||||
</div>
|
||||
<div className='AdcdTreeTableBox' style={{width:'calc(100vw - 702px)'}}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue