Skip to content

Commit

Permalink
Docs: fix Form and Input demo style (#15273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyoung authored Apr 25, 2019
1 parent 8c69e21 commit 8d40d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/demo-styles/form.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.demo-form.demo-zh-CN {
.demo-form {
.el-select .el-input {
width: 380px;
}
Expand Down
2 changes: 1 addition & 1 deletion examples/demo-styles/input.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.demo-input.demo-zh-CN {
.demo-input {
.el-select .el-input {
width: 130px;
}
Expand Down

0 comments on commit 8d40d7e

Please sign in to comment.