tooltip是一个DOM,并不是在config中配置的。。。。。。

:global(.g2-tooltip) {
  background: #717bb8 !important;
  box-shadow: #fff 0px 0px 0px !important;
  opacity: 1 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
:global {
  .g2-tooltip-title {
    color: #b0bed6 !important;
  }
  .g2-tooltip-list {
    li {
      text-align: left;
    }
    .g2-tooltip-name,
    .g2-tooltip-value {
      color: #b0bed6 !important;
    }
  }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-11-21
猜你喜欢
  • 2021-08-27
  • 2021-10-28
  • 2021-12-01
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案