Commit 06dc4e4c by zhaochengxiang

调整

parent acda8331
...@@ -68,12 +68,12 @@ const AssetManage = (props) => { ...@@ -68,12 +68,12 @@ const AssetManage = (props) => {
return ( return (
<div className={classes}> <div className={classes}>
<ResizableBox <ResizableBox
className='left' className='left'
width={230} width={230}
height={Infinity} height={Infinity}
axis='x' axis='x'
minConstraints={[230, Infinity]} maxConstraints={[500, Infinity]} minConstraints={[230, Infinity]} maxConstraints={[500, Infinity]}
> >
<AssetTree onSelect={onTreeSelect} onDirectoryChange={onDirectoryChange} {...props} /> <AssetTree onSelect={onTreeSelect} onDirectoryChange={onDirectoryChange} {...props} />
</ResizableBox> </ResizableBox>
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment