/**
 * BQ Builder — 数据统计模块样式
 * 1套布局：丝带横幅
 */

/* 丝带横幅 */
@media (max-width: 700px) {
    .bq-sc-ribbon-bar {
        flex-direction: column !important;
    }
    .bq-sc-ribbon-cell {
        border-right: none !important;
        border-bottom: 1px solid #f1f5f9 !important;
    }
}
