.app-echarts { flex: 1; .tooltip { &-title { text-align: left; } &-item { display: flex; align-items: center; span:first-child { display: table-cell; width: 40px; text-align: left; vertical-align: middle; } span:last-child { font-weight: bold; text-align: right; margin-left: 20px; } i { display: inline-block; font-size: 0; margin-right: 8px; border-radius: 50%; width: 7px; height: 7px; } } } }