forked from opentiny/tiny-engine
fix default img can't change width and height (#189)
This commit is contained in:
parent
38762017ff
commit
2b5fe014f9
|
@ -514,8 +514,7 @@
|
|||
"schema": {
|
||||
"componentName": "Img",
|
||||
"props": {
|
||||
"src": "img/webNova.jpg",
|
||||
"style": "width: 200px; height: 200px"
|
||||
"src": "https://tinyengine-assets.obs.cn-north-4.myhuaweicloud.com/files/designer-default-icon.jpg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue