update border style (#15263)

pull/15269/head
iamkun 2019-04-25 16:35:53 +08:00 committed by luckyCao
parent 17a1a2e0b4
commit 7d30469fde
2 changed files with 5 additions and 5 deletions

View File

@ -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;

View File

@ -59,7 +59,7 @@
### 边框
我们提供了下几种边框样式,以供选择。
我们提供了下几种边框样式,以供选择。
<table class="demo-border">
<tbody>
@ -87,7 +87,7 @@
### 圆角
我们提供了下几种圆角样式,以供选择。
我们提供了下几种圆角样式,以供选择。
<el-row :gutter="12" class="demo-radius">
<el-col :span="6" :xs="{span: 12}">
@ -120,7 +120,7 @@
### 投影
我们提供了下几种投影样式,以供选择。
我们提供了下几种投影样式,以供选择。
<div
class="demo-shadow"