You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cn...@apache.org on 2019/12/28 14:59:56 UTC

[incubator-weex-site] branch master updated: Update common-styles.md

This is an automated email from the ASF dual-hosted git repository.

cnryb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 0eb50b2  Update common-styles.md
     new c159692  Merge pull request #570 from shizhongzheng/patch-2
0eb50b2 is described below

commit 0eb50b2d4691198c601f7c6deb65a2bbaa85a581
Author: Naliang <36...@users.noreply.github.com>
AuthorDate: Sat Dec 28 14:48:11 2019 +0800

    Update common-styles.md
    
    更正WEEX文档通用样式部分一处笔误,https://weex.apache.org/zh/docs/styles/common-styles.html#border-style
---
 docs/zh/docs/styles/common-styles.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/docs/styles/common-styles.md b/docs/zh/docs/styles/common-styles.md
index 669189e..5891e00 100644
--- a/docs/zh/docs/styles/common-styles.md
+++ b/docs/zh/docs/styles/common-styles.md
@@ -61,7 +61,7 @@ Weex 盒模型的 box-sizing 默认为 border-box,即盒子的宽高包含内
 :::
 
 #### border-style
-`border-width`设定边框样式,如果四个方向的边框样式不同,可分别设置:
+`border-style`设定边框样式,如果四个方向的边框样式不同,可分别设置:
   * `border-style {string}`
   * `border-left-style {string}`:可选值为 `solid` | `dashed` | `dotted`,默认值 `solid`
   * `border-top-style {string}`:可选值为 `solid` | `dashed` | `dotted`,默认值 `solid`