@import '~./vuc-analyser-themes.less';
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.vuc-analyser {
    height: 100%;
    &-header {
        width: 100%;
        padding: 0 !important;
        height: 40px !important;
        line-height: 40px !important;
        overflow: hidden;
        background: #f5f5f5 !important;
        border-bottom: 1px #d1d1d1 solid;
        .vuc-echarts-tools {
            .ivu-divider {
                background: #999;
            }
            .groupbar {
                display: inline-block;
            }
            .tool-label {
                display: inline-block;
                line-height: 40px;
                padding: 0 16px 0 0;
                font-size: 14px;
                color: #333;
                cursor: pointer;
                .ivu-icon {
                    margin-right: 4px;
                }
            }
        }
    } //撑开高度方便设置
    &-content {
        height: 6000px;
    }
    &-content.hide-border {
        .vdr {
            border: 1px transparent dashed;
        }
    }
    .vuc-chart {
        overflow: hidden;
    }
    .dragable-mask {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        /* bottom: 0; */
        /* height: 6000px; */
        height: 100%;
        z-index: 999;
        border: 1px red dashed;
    }
    &-charts {
        position: relative;
        min-height: 100%;
        height: 500px;
    }
    .dragging-class,
    .resizing-class {
        border: 1px red dashed;
    }
    /*********************/
    .ivu-collapse-header {
        font-size: 14px;
        font-weight: 700;
        &>i {
            margin-right: 8px !important;
        }
        .toolbar {
            position: absolute;
            right: 8px;
            top: 5px;
        }
    }
    .ivu-collapse-content-box {
        padding-top: 8px;
        padding-bottom: 0px;
    }
}