提交 c7287813 编写于 作者: I im-robot

chore: sync css.json

上级 abb68948
...@@ -1936,6 +1936,20 @@ ...@@ -1936,6 +1936,20 @@
], ],
"description": "CSS 的 border 是设置元素边框属性的简写形式,用于设置一个或多个以下属性的值:border-width、border-style、border-color。", "description": "CSS 的 border 是设置元素边框属性的简写形式,用于设置一个或多个以下属性的值:border-width、border-style、border-color。",
"syntax": "<line-width> || <line-style> || <color>", "syntax": "<line-width> || <line-style> || <color>",
"values": [
{
"name" : "none"
},
{
"name" : "solid"
},
{
"name" : "dashed"
},
{
"name" : "dotted"
}
],
"uniPlatform": { "uniPlatform": {
"app": { "app": {
"android": { "android": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册