fix: replace backgroundColor with bgcolor (bricks framework valid property)

This commit is contained in:
yumoqing 2026-05-05 19:50:02 +08:00
parent e7bb5c5cf2
commit a0daa285c0

View File

@ -9,7 +9,7 @@
"widgettype": "HBox",
"options": {
"height": "56px",
"backgroundColor": "#1a73e8",
"bgcolor": "#1a73e8",
"color": "white",
"alignItems": "center",
"padding": "0 16px",
@ -60,7 +60,7 @@
"widgettype": "VBox",
"options": {
"width": "220px",
"backgroundColor": "#f5f5f5",
"bgcolor": "#f5f5f5",
"borderRight": "1px solid #e0e0e0",
"overflowY": "auto",
"padding": "8px 0"
@ -117,7 +117,7 @@
"options": {
"flex": 1,
"overflow": "hidden",
"backgroundColor": "#fafafa"
"bgcolor": "#fafafa"
},
"subwidgets": [
{