From 0bacd23151d563f378bb5f1375c959c689a04918 Mon Sep 17 00:00:00 2001 From: yangfan Date: Mon, 14 Mar 2022 16:17:31 +0800 Subject: [PATCH] =?UTF-8?q?Row/Column=E6=B7=BB=E5=8A=A0justifyContent?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangfan --- compiler/components/column.json | 4 ++-- compiler/components/row.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/components/column.json b/compiler/components/column.json index 6f6312a..a80092f 100644 --- a/compiler/components/column.json +++ b/compiler/components/column.json @@ -1,4 +1,4 @@ { "name": "Column", - "attrs": ["alignItems"] -} \ No newline at end of file + "attrs": ["alignItems", "justifyContent"] +} diff --git a/compiler/components/row.json b/compiler/components/row.json index 556b560..3e26421 100644 --- a/compiler/components/row.json +++ b/compiler/components/row.json @@ -1,4 +1,4 @@ { "name": "Row", - "attrs": ["alignItems"] -} \ No newline at end of file + "attrs": ["alignItems", "justifyContent"] +}