From 7d30469fdeace0daaf898dbec0a72a43b50f769d Mon Sep 17 00:00:00 2001 From: iamkun Date: Thu, 25 Apr 2019 16:35:53 +0800 Subject: [PATCH] update border style (#15263) --- examples/demo-styles/border.scss | 4 ++-- examples/docs/zh-CN/border.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/demo-styles/border.scss b/examples/demo-styles/border.scss index b8a921983..57df68332 100644 --- a/examples/demo-styles/border.scss +++ b/examples/demo-styles/border.scss @@ -7,10 +7,10 @@ .demo-border .line div { width: 100%; height: 0; - border: 1px solid #eee; + border-top: 1px solid #eee; } .demo-border .line .dashed { - border: 2px dashed #eee; + border-top: 2px dashed #eee; } .demo-shadow { height: 100px; diff --git a/examples/docs/zh-CN/border.md b/examples/docs/zh-CN/border.md index b8910c1f5..4d6023444 100644 --- a/examples/docs/zh-CN/border.md +++ b/examples/docs/zh-CN/border.md @@ -59,7 +59,7 @@ ### 边框 -我们提供了一下几种边框样式,以供选择。 +我们提供了以下几种边框样式,以供选择。 @@ -87,7 +87,7 @@ ### 圆角 -我们提供了一下几种圆角样式,以供选择。 +我们提供了以下几种圆角样式,以供选择。 @@ -120,7 +120,7 @@ ### 投影 -我们提供了一下几种投影样式,以供选择。 +我们提供了以下几种投影样式,以供选择。