parent
9036ebad87
commit
df0d7bd98f
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue