index.module.scss 272 Bytes
Newer Older
dechen lin's avatar
dechen lin committed
1
2
3
4
5
6
7
8
9
10
11
12
.textTooltip {
  :global {
    .ant-tooltip-arrow {
      // display: none !important;
    }
    .ant-tooltip-inner, .ant-tooltip-content, .ant-tooltip-inner-content {
      padding: 0px !important;
      border-radius: 4px !important;
      overflow: hidden;
    }
  }
}