Commit 9639396b by 姜雷

修改上传组件样式设置

parent 8a0b62be
......@@ -13,7 +13,7 @@ class ImagePicker extends Component {
canDom.id = 'ksCanvasBox';
canDom.setAttribute('width', '590px');
canDom.setAttribute('height', '334px');
canDom.style = 'display: none';
canDom.setAttribute('style', 'display: none');
document.body.appendChild(canDom);
}
this.canvas = canDom;
......
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