"小号文本"组件:<small> —— 快应用组件库H-UI

<import name="small" src="../Common/ui/h-ui/text/c_tag_small"></import>
<template>
    <div class="container">
        <small text="小号文本"></small>
    </div>
</template>

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

<import name="small" src="../Common/ui/h-ui/text/c_tag_small"></import>
<template>
    <div class="container">
        <small text="小号文本" font="info"></small>
    </div>
</template>

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

扫码体验

posted @ 2020-04-16 12:25  快应用HUI  阅读(129)  评论(0编辑  收藏  举报