Forráskód Böngészése

Tags: fix a doc style (#2814)

杨奕 8 éve
szülő
commit
2b1f813a84
2 módosított fájl, 1 hozzáadás és 22 törlés
  1. 0 22
      examples/docs/en-US/tag.md
  2. 1 0
      examples/docs/zh-CN/tag.md

+ 0 - 22
examples/docs/en-US/tag.md

@@ -39,28 +39,6 @@
   }
 </script>
 
-<style>
-  .demo-box.demo-tag {
-    .el-tag + .el-tag {
-      margin-left: 10px;
-    }
-    .button-new-tag {
-      margin-left: 10px;
-      height: 24px;
-      line-height: 22px;
-      padding: 0 *;
-    }
-    .input-new-tag {
-      width: 78px;
-      margin-left: 10px;
-
-      .el-input__inner {
-        height: 24px;
-      }
-    }
-  }
-</style>
-
 ## Tag
 
 Used for marking and selection.

+ 1 - 0
examples/docs/zh-CN/tag.md

@@ -53,6 +53,7 @@
     .input-new-tag {
       width: 78px;
       margin-left: 10px;
+      vertical-align: bottom;
 
       .el-input__inner {
         height: 24px;