小号文本

小号文本

-w429

<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>

-w429

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

<style lang="less">
    @import '../Common/styles/container.less';
    @import '../Common/styles/color.less';
</style>
发布了46 篇原创文章 · 获赞 1 · 访问量 281

猜你喜欢

转载自blog.csdn.net/weixin_41324043/article/details/105307526