Commit c6da2f0c by 姜雷

Merge branch 'test' into 'master'

Test See merge request !31
parents 03d4219e 24c45b44
...@@ -13,7 +13,7 @@ class ImagePicker extends Component { ...@@ -13,7 +13,7 @@ class ImagePicker extends Component {
canDom.id = 'ksCanvasBox'; canDom.id = 'ksCanvasBox';
canDom.setAttribute('width', '590px'); canDom.setAttribute('width', '590px');
canDom.setAttribute('height', '334px'); canDom.setAttribute('height', '334px');
canDom.style = 'display: none'; canDom.setAttribute('style', 'display: none');
document.body.appendChild(canDom); document.body.appendChild(canDom);
} }
this.canvas = 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