html-theme.js 574 B

1234567891011121314151617181920
  1. var _a;
  2. import Theme from '../util/theme';
  3. // tooltip 相关 dom 的 css 类名
  4. import * as CssConst from './css-const';
  5. export default (_a = {},
  6. // css style for tooltip
  7. _a["" + CssConst.CONTAINER_CLASS] = {
  8. position: 'relative'
  9. },
  10. _a["" + CssConst.CROSSHAIR_LINE] = {
  11. position: 'absolute',
  12. backgroundColor: 'rgba(0, 0, 0, 0.25)',
  13. },
  14. _a["" + CssConst.CROSSHAIR_TEXT] = {
  15. position: 'absolute',
  16. color: Theme.textColor,
  17. fontFamily: Theme.fontFamily,
  18. },
  19. _a);
  20. //# sourceMappingURL=html-theme.js.map