.ttk-edf-app-dashboard-monitor {
    &-topDiv {
        width: 100%;
        display: flex;
        &>div{
            display: inline-block;
        }
        &-deal{
            width: 75%;
            margin-right: 10px;
        }
    }
    &-topRightDiv {
        width: 25%;
        &-forecast {
            margin-bottom: 10px;
            height: 260px;
        }
        &-volume {
            height: 275px;
            .ant-card-body > div {
                flex-direction: row !important;
            }
        }
    }
    &-buttomDiv{
        width: 100%;
        display: flex;
        margin-top: 10px;
        &-left {
            width: 75%;
            display: flex;
            &-scale {
                width: 62%;
                height: 300px;
                .ant-card-body > div {
                    flex-direction: row !important;
                }
            }
            &-searchHot{
                width: 36%;
                height: 300px;
                margin-left: 10px;
            } 
        }
        &-right {
            // height: 100%;
            width: 25%;
            padding-left: 3px;
            &-resource {
                height: 300px;
            }
        }
    }
}