fix default img can't change width and height (#189)

This commit is contained in:
chilingling 2024-01-04 17:43:40 -08:00 committed by GitHub
parent 38762017ff
commit 2b5fe014f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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"
}
}
}