浏览代码

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;
   }