This commit is contained in:
梁灏 2019-01-11 10:51:25 +08:00
parent 9036ebad87
commit df0d7bd98f
2 changed files with 5 additions and 0 deletions

View file

@ -69,6 +69,8 @@
Toggle Toggle
</Button> </Button>
<span>{{ checked }}</span> <span>{{ checked }}</span>
<br><br>
<Tag type="dot" color="gold">标签四</Tag>
</div> </div>
</template> </template>
<script> <script>

View file

@ -244,6 +244,9 @@
.@{tag-prefix-cls}-text{ .@{tag-prefix-cls}-text{
color: @@darkColor !important; color: @@darkColor !important;
} }
&.@{tag-prefix-cls}-dot{
line-height: 32px;
}
} }
} }