.message.yyui-tabs {
    .ant-tabs-nav .ant-tabs-tab-inner {
        padding: 8px 28px 8px 12px;
    }
    .ant-tabs-tab-active .ant-badge{
        color: #000;
        font-weight: bolder;
    }
    .ant-tabs-tab-active .ant-badge sup {
        font-weight: normal;
    }
    .yyui-badge .ant-badge-count{
        top: -12px;
        left: 40px;
    }
    .msg_row {
        border-bottom: 1px dotted #ddd;
        padding-bottom: 5px;
    }
    .msg_body {
        cursor: pointer;
    }
}
