recharts.css 200 B

1234567891011121314
  1. /** rechars ui调整 */
  2. .recharts-tooltip-cursor {
  3. fill: #eee !important;
  4. }
  5. .recharts-tooltip-item-list {
  6. & li {
  7. color: white !important;
  8. }
  9. }
  10. .recharts-default-tooltip {
  11. color: white;
  12. }