소스 검색

Docs: fix Form and Input demo style (#15273)

hetech 6 년 전
부모
커밋
8d40d7e7e1
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      examples/demo-styles/form.scss
  2. 1 1
      examples/demo-styles/input.scss

+ 1 - 1
examples/demo-styles/form.scss

@@ -1,4 +1,4 @@
-.demo-form.demo-zh-CN {
+.demo-form {
   .el-select .el-input {
     width: 380px;
   }

+ 1 - 1
examples/demo-styles/input.scss

@@ -1,4 +1,4 @@
-.demo-input.demo-zh-CN {
+.demo-input {
   .el-select .el-input {
     width: 130px;
   }