docs: fix cascader demo style (#14789)

* docs: fix cascader demo style

* Update cascader.scss
pull/14795/head
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
1 changed files with 3 additions and 1 deletions

View File

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