mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
!358 Row/Column添加justifyContent接口
Merge pull request !358 from yangfan229/master
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "Column",
|
||||
"attrs": ["alignItems"]
|
||||
}
|
||||
"attrs": ["alignItems", "justifyContent"]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "Row",
|
||||
"attrs": ["alignItems"]
|
||||
}
|
||||
"attrs": ["alignItems", "justifyContent"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user