docs: fix cascader demo style (#14789)

* docs: fix cascader demo style

* Update cascader.scss
This commit is contained in:
hetech 2019-03-21 16:24:15 +08:00 committed by GitHub
parent 3b33903585
commit 3c4354e2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,13 @@
margin-right: 15px;
}
}
.demo-cascader .source > div {
display: flex;
}
.demo-cascader .block {
padding: 30px 0;
text-align: center;
border-right: solid 1px #eff2f6;
display: inline-block;
width: 50%;
box-sizing: border-box;
&:last-child {