Commit 7d30469f authored by iamkun's avatar iamkun Committed by luckyCao

update border style (#15263)

parent 17a1a2e0
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
.demo-border .line div { .demo-border .line div {
width: 100%; width: 100%;
height: 0; height: 0;
border: 1px solid #eee; border-top: 1px solid #eee;
} }
.demo-border .line .dashed { .demo-border .line .dashed {
border: 2px dashed #eee; border-top: 2px dashed #eee;
} }
.demo-shadow { .demo-shadow {
height: 100px; height: 100px;
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
### 边框 ### 边框
我们提供了下几种边框样式,以供选择。 我们提供了下几种边框样式,以供选择。
<table class="demo-border"> <table class="demo-border">
<tbody> <tbody>
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
### 圆角 ### 圆角
我们提供了下几种圆角样式,以供选择。 我们提供了下几种圆角样式,以供选择。
<el-row :gutter="12" class="demo-radius"> <el-row :gutter="12" class="demo-radius">
<el-col :span="6" :xs="{span: 12}"> <el-col :span="6" :xs="{span: 12}">
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
### 投影 ### 投影
我们提供了下几种投影样式,以供选择。 我们提供了下几种投影样式,以供选择。
<div <div
class="demo-shadow" class="demo-shadow"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment