Small text

Small text

-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>
Published 46 original articles · won praise 1 · views 281

Guess you like

Origin blog.csdn.net/weixin_41324043/article/details/105307526