"高亮显示"组件:<mark> —— 快应用组件库H-UI

<import name="mark" src="../Common/ui/h-ui/text/c_tag_mark"></import>
<template>
    <div class="container">
        <div>
            <mark text="高亮显示"></mark>
        </div>
    </div>
</template>

<style lang="less">
    @import '../Common/styles/container.less';
</style>

<import name="mark" src="../Common/ui/h-ui/text/c_tag_mark"></import>
<template>
    <div class="container">
        <div>
            <mark text="高亮显示" font="danger i"></mark>
        </div>
    </div>
</template>

<style lang="less">
    @import '../Common/styles/container.less';
</style>

扫码体验

posted @ 2020-04-16 12:21  快应用HUI  阅读(222)  评论(0)    收藏  举报