mirror of https://github.com/ElemeFE/element
Tags: fix a doc style (#2814)
parent
47a72b995c
commit
2b1f813a84
|
@ -39,28 +39,6 @@
|
||||||
}
|
}
|
||||||
</script>
|
</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
|
## Tag
|
||||||
|
|
||||||
Used for marking and selection.
|
Used for marking and selection.
|
||||||
|
|
|
@ -53,6 +53,7 @@
|
||||||
.input-new-tag {
|
.input-new-tag {
|
||||||
width: 78px;
|
width: 78px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
vertical-align: bottom;
|
||||||
|
|
||||||
.el-input__inner {
|
.el-input__inner {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
|
Loading…
Reference in New Issue