.flex { &-row { display: flex; flex-direction: row; } &-column { display: flex; flex-direction: column; } } .custom-echarts-tips { color: #fff; }