doc: add the missing styles for english docs

This commit is contained in:
qingwei.li
2017-05-18 12:28:45 +08:00
committed by 杨奕
parent 068f5dbf10
commit ac571ce6d8
29 changed files with 822 additions and 13 deletions

View File

@@ -18,6 +18,14 @@
};
</script>
<style>
.demo-box.demo-input-number {
.el-input-number + .el-input-number {
margin-left: 10px;
}
}
</style>
## InputNumber
Input numerical values with a customizable range.