Commit 3c4354e2 authored by hetech's avatar hetech Committed by GitHub

docs: fix cascader demo style (#14789)

* docs: fix cascader demo style

* Update cascader.scss
parent 3b339035
...@@ -9,11 +9,13 @@ ...@@ -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 {
......
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