@import 'ant-design-vue/es/button/style/index.less';

.hb-textarea-wraper{
    position: relative;
    .hb-textarea-statistic{
        position: absolute;
        right: @padding-md/2;
        bottom: 0;
        font-size: 12px;
        color: #acacac;
    }
}