fix tree demo css

This commit is contained in:
afc163 2017-04-13 15:36:03 +08:00
parent d081ab6614
commit 67c386494b

View File

@ -122,7 +122,7 @@ ReactDOM.render(<Demo />, mountNode);
````
````css
// You can add the following CSS to your project to make draggable area bigger
/* You can add the following CSS to your project to make draggable area bigger */
#components-tree-demo-draggable .draggable-tree .ant-tree-node-content-wrapper {
width: calc(100% - 18px);
}