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