Skip to content

Commit

Permalink
fix #5194 , close #5195
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Jan 11, 2019
1 parent 9036eba commit df0d7bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/routers/tag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
Toggle
</Button>
<span>{{ checked }}</span>
<br><br>
<Tag type="dot" color="gold">标签四</Tag>
</div>
</template>
<script>
Expand Down
3 changes: 3 additions & 0 deletions src/styles/components/tag.less
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@
.@{tag-prefix-cls}-text{
color: @@darkColor !important;
}
&.@{tag-prefix-cls}-dot{
line-height: 32px;
}
}
}

Expand Down

0 comments on commit df0d7bd

Please sign in to comment.