@qn-pandora/pandora-component 5.1.0 → 5.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (280) hide show
  1. package/README.md +36 -36
  2. package/es/components/AutoComplete/index.js +2 -2
  3. package/es/components/AutoComplete/style.css +127 -39
  4. package/es/components/AutoComplete/style.less +8 -8
  5. package/es/components/Breadcrumb/style.css +13 -3
  6. package/es/components/Breadcrumb/style.less +9 -9
  7. package/es/components/Button/style.css +282 -176
  8. package/es/components/Button/style.less +51 -51
  9. package/es/components/Card/RowExtra/style.css +6 -0
  10. package/es/components/Card/RowExtra/style.less +8 -8
  11. package/es/components/Card/SearchInput/style.less +8 -8
  12. package/es/components/Card/style.css +61 -66
  13. package/es/components/Card/style.less +11 -11
  14. package/es/components/CheckTransformList/style.css +345 -121
  15. package/es/components/CheckTransformList/style.less +35 -35
  16. package/es/components/Checkbox/index.js +9 -1
  17. package/es/components/Checkbox/style.css +5 -0
  18. package/es/components/Checkbox/style.less +5 -5
  19. package/es/components/CheckboxList/style.css +10 -5
  20. package/es/components/CheckboxList/style.less +11 -11
  21. package/es/components/Collapse/style.css +35 -3
  22. package/es/components/Collapse/style.less +58 -58
  23. package/es/components/CollapsiblePanel/style.less +63 -63
  24. package/es/components/DateTimePicker/Base/index.d.ts +3 -0
  25. package/es/components/DateTimePicker/Base/index.js +51 -6
  26. package/es/components/DateTimePicker/Base/style.css +508 -112
  27. package/es/components/DateTimePicker/Base/style.less +167 -160
  28. package/es/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  29. package/es/components/DateTimePicker/BaseMobile/style.less +32 -32
  30. package/es/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  31. package/es/components/DateTimePicker/DisplayInput/index.js +3 -1
  32. package/es/components/DateTimePicker/DisplayInput/style.css +231 -53
  33. package/es/components/DateTimePicker/DisplayInput/style.less +9 -9
  34. package/es/components/DateTimePicker/constants.d.ts +9 -3
  35. package/es/components/DateTimePicker/constants.js +1 -0
  36. package/es/components/DateTimePicker/index.js +1 -1
  37. package/es/components/DateTimePicker/style.css +77 -46
  38. package/es/components/DateTimePicker/style.less +19 -19
  39. package/es/components/DateTimePicker/time.d.ts +1 -0
  40. package/es/components/DateTimePicker/time.js +1 -0
  41. package/es/components/DateTimePicker/transform.js +4 -2
  42. package/es/components/Descriptions/style.css +77 -46
  43. package/es/components/Descriptions/style.less +16 -16
  44. package/es/components/Drawer/CloseIcon/style.less +8 -8
  45. package/es/components/Drawer/index.d.ts +6 -6
  46. package/es/components/Drawer/index.js +4 -4
  47. package/es/components/Drawer/style.css +244 -169
  48. package/es/components/Drawer/style.less +69 -61
  49. package/es/components/FileResumable/index.js +2 -3
  50. package/es/components/FileResumable/style.css +20 -50
  51. package/es/components/FileResumable/style.less +94 -94
  52. package/es/components/FlameGraph/customTooltip.d.ts +22 -0
  53. package/es/components/FlameGraph/customTooltip.js +91 -0
  54. package/es/components/FlameGraph/index.d.ts +16 -0
  55. package/es/components/FlameGraph/index.js +96 -0
  56. package/es/components/FlameGraph/style.css +8 -0
  57. package/es/components/FlameGraph/style.less +14 -0
  58. package/es/components/Input/index.d.ts +1 -1
  59. package/es/components/Input/style.css +231 -53
  60. package/es/components/Input/style.less +12 -12
  61. package/es/components/KeyValuePair/style.less +25 -25
  62. package/es/components/Menu/Option.d.ts +1 -1
  63. package/es/components/Menu/Option.js +12 -4
  64. package/es/components/Menu/style.css +31 -22
  65. package/es/components/Menu/style.less +18 -18
  66. package/es/components/Modal/style.css +11 -8
  67. package/es/components/Modal/style.less +30 -30
  68. package/es/components/NameExplainTooltip/style.css +1 -1
  69. package/es/components/NameExplainTooltip/style.less +10 -10
  70. package/es/components/NameLimiter/index.js +1 -1
  71. package/es/components/NameLimiter/style.css +83 -55
  72. package/es/components/NameLimiter/style.less +19 -19
  73. package/es/components/OptionList/InlineOptionList/style.css +22 -9
  74. package/es/components/OptionList/InlineOptionList/style.less +16 -16
  75. package/es/components/OptionList/OptionItem/style.css +85 -57
  76. package/es/components/OptionList/OptionItem/style.less +25 -25
  77. package/es/components/OptionList/PopoverOptionList/index.js +1 -1
  78. package/es/components/OptionList/PopoverOptionList/style.css +80 -49
  79. package/es/components/OptionList/PopoverOptionList/style.less +30 -30
  80. package/es/components/OptionList/style.css +187 -115
  81. package/es/components/OptionList/style.less +3 -3
  82. package/es/components/RadioGroup/style.css +51 -40
  83. package/es/components/RadioGroup/style.less +41 -41
  84. package/es/components/RangeInput/style.css +604 -87
  85. package/es/components/RangeInput/style.less +37 -37
  86. package/es/components/RemarkName/style.css +83 -55
  87. package/es/components/RemarkName/style.less +2 -2
  88. package/es/components/Selector/style.css +127 -39
  89. package/es/components/Selector/style.less +99 -99
  90. package/es/components/Spin/style.css +10 -8
  91. package/es/components/Spin/style.less +26 -26
  92. package/es/components/Steps/ControlButton/style.less +5 -5
  93. package/es/components/Steps/style.css +59 -21
  94. package/es/components/Steps/style.less +48 -48
  95. package/es/components/Table/ColumnSetting/index.d.ts +1 -0
  96. package/es/components/Table/ColumnSetting/index.js +19 -14
  97. package/es/components/Table/ColumnSetting/style.css +2 -5
  98. package/es/components/Table/ColumnSetting/style.less +50 -51
  99. package/es/components/Table/ColumnTag/style.css +4 -4
  100. package/es/components/Table/ColumnTag/style.less +40 -40
  101. package/es/components/Table/EmptyText.d.ts +7 -0
  102. package/es/components/Table/EmptyText.js +22 -0
  103. package/es/components/Table/ResizableTitle/style.less +25 -25
  104. package/es/components/Table/index.d.ts +19 -88
  105. package/es/components/Table/index.js +142 -326
  106. package/es/components/Table/style.css +146 -98
  107. package/es/components/Table/style.less +364 -345
  108. package/es/components/Table/type.d.ts +63 -0
  109. package/es/components/Table/type.js +5 -0
  110. package/es/components/Table/util.d.ts +58 -0
  111. package/es/components/Table/util.js +218 -0
  112. package/es/components/Tabs/style.css +127 -78
  113. package/es/components/Tabs/style.less +33 -33
  114. package/es/components/TagList/Tag/style.css +5 -5
  115. package/es/components/TagList/Tag/style.less +72 -72
  116. package/es/components/TagList/TagSwitch/style.css +1 -1
  117. package/es/components/TagList/TagSwitch/style.less +28 -28
  118. package/es/components/TagList/style.css +6 -6
  119. package/es/components/TagList/style.less +28 -28
  120. package/es/components/Timeline/TimelineItem/style.css +1 -1
  121. package/es/components/Timeline/TimelineItem/style.less +49 -49
  122. package/es/components/Timeline/style.less +23 -23
  123. package/es/components/TopologyChart/index.d.ts +7 -0
  124. package/es/components/TopologyChart/index.js +19 -0
  125. package/es/components/TopologyChart/style.css +14 -0
  126. package/es/components/TopologyChart/style.less +14 -0
  127. package/es/components/Transfer/List/style.less +19 -19
  128. package/es/components/Transfer/ListBody/style.less +18 -18
  129. package/es/components/Transfer/style.less +14 -14
  130. package/es/components/TreeSelector/style.css +42 -30
  131. package/es/components/TreeSelector/style.less +56 -56
  132. package/es/constants/language/datetime/en.js +4 -2
  133. package/es/constants/language/datetime/type.d.ts +4 -2
  134. package/es/constants/language/datetime/zh.js +4 -2
  135. package/es/index.css +9067 -7963
  136. package/es/index.d.ts +2 -0
  137. package/es/index.js +2 -0
  138. package/es/index.less +56 -54
  139. package/es/style/mixin.less +45 -45
  140. package/es/style/theme.less +416 -416
  141. package/lib/components/AutoComplete/index.js +2 -2
  142. package/lib/components/AutoComplete/style.css +127 -39
  143. package/lib/components/AutoComplete/style.less +8 -8
  144. package/lib/components/Breadcrumb/style.css +13 -3
  145. package/lib/components/Breadcrumb/style.less +9 -9
  146. package/lib/components/Button/style.css +282 -176
  147. package/lib/components/Button/style.less +51 -51
  148. package/lib/components/Card/RowExtra/style.css +6 -0
  149. package/lib/components/Card/RowExtra/style.less +8 -8
  150. package/lib/components/Card/SearchInput/style.less +8 -8
  151. package/lib/components/Card/style.css +61 -66
  152. package/lib/components/Card/style.less +11 -11
  153. package/lib/components/CheckTransformList/style.css +345 -121
  154. package/lib/components/CheckTransformList/style.less +35 -35
  155. package/lib/components/Checkbox/index.js +9 -1
  156. package/lib/components/Checkbox/style.css +5 -0
  157. package/lib/components/Checkbox/style.less +5 -5
  158. package/lib/components/CheckboxList/style.css +10 -5
  159. package/lib/components/CheckboxList/style.less +11 -11
  160. package/lib/components/Collapse/style.css +35 -3
  161. package/lib/components/Collapse/style.less +58 -58
  162. package/lib/components/CollapsiblePanel/style.less +63 -63
  163. package/lib/components/DateTimePicker/Base/index.d.ts +3 -0
  164. package/lib/components/DateTimePicker/Base/index.js +51 -6
  165. package/lib/components/DateTimePicker/Base/style.css +508 -112
  166. package/lib/components/DateTimePicker/Base/style.less +167 -160
  167. package/lib/components/DateTimePicker/BaseMobile/Absolute/style.less +35 -35
  168. package/lib/components/DateTimePicker/BaseMobile/style.less +32 -32
  169. package/lib/components/DateTimePicker/Collapse/Panel/style.less +26 -26
  170. package/lib/components/DateTimePicker/DisplayInput/index.js +3 -1
  171. package/lib/components/DateTimePicker/DisplayInput/style.css +231 -53
  172. package/lib/components/DateTimePicker/DisplayInput/style.less +9 -9
  173. package/lib/components/DateTimePicker/constants.d.ts +9 -3
  174. package/lib/components/DateTimePicker/constants.js +1 -0
  175. package/lib/components/DateTimePicker/index.js +1 -1
  176. package/lib/components/DateTimePicker/style.css +77 -46
  177. package/lib/components/DateTimePicker/style.less +19 -19
  178. package/lib/components/DateTimePicker/time.d.ts +1 -0
  179. package/lib/components/DateTimePicker/time.js +1 -0
  180. package/lib/components/DateTimePicker/transform.js +4 -2
  181. package/lib/components/Descriptions/style.css +77 -46
  182. package/lib/components/Descriptions/style.less +16 -16
  183. package/lib/components/Drawer/CloseIcon/style.less +8 -8
  184. package/lib/components/Drawer/index.d.ts +6 -6
  185. package/lib/components/Drawer/index.js +4 -4
  186. package/lib/components/Drawer/style.css +244 -169
  187. package/lib/components/Drawer/style.less +69 -61
  188. package/lib/components/FileResumable/index.js +2 -3
  189. package/lib/components/FileResumable/style.css +20 -50
  190. package/lib/components/FileResumable/style.less +94 -94
  191. package/lib/components/FlameGraph/customTooltip.d.ts +22 -0
  192. package/lib/components/FlameGraph/customTooltip.js +114 -0
  193. package/lib/components/FlameGraph/index.d.ts +16 -0
  194. package/lib/components/FlameGraph/index.js +117 -0
  195. package/lib/components/FlameGraph/style.css +8 -0
  196. package/lib/components/FlameGraph/style.less +14 -0
  197. package/lib/components/Input/index.d.ts +1 -1
  198. package/lib/components/Input/style.css +231 -53
  199. package/lib/components/Input/style.less +12 -12
  200. package/lib/components/KeyValuePair/style.less +25 -25
  201. package/lib/components/Menu/Option.d.ts +1 -1
  202. package/lib/components/Menu/Option.js +17 -25
  203. package/lib/components/Menu/style.css +31 -22
  204. package/lib/components/Menu/style.less +18 -18
  205. package/lib/components/Modal/style.css +11 -8
  206. package/lib/components/Modal/style.less +30 -30
  207. package/lib/components/NameExplainTooltip/style.css +1 -1
  208. package/lib/components/NameExplainTooltip/style.less +10 -10
  209. package/lib/components/NameLimiter/index.js +1 -1
  210. package/lib/components/NameLimiter/style.css +83 -55
  211. package/lib/components/NameLimiter/style.less +19 -19
  212. package/lib/components/OptionList/InlineOptionList/style.css +22 -9
  213. package/lib/components/OptionList/InlineOptionList/style.less +16 -16
  214. package/lib/components/OptionList/OptionItem/style.css +85 -57
  215. package/lib/components/OptionList/OptionItem/style.less +25 -25
  216. package/lib/components/OptionList/PopoverOptionList/index.js +1 -1
  217. package/lib/components/OptionList/PopoverOptionList/style.css +80 -49
  218. package/lib/components/OptionList/PopoverOptionList/style.less +30 -30
  219. package/lib/components/OptionList/style.css +187 -115
  220. package/lib/components/OptionList/style.less +3 -3
  221. package/lib/components/RadioGroup/style.css +51 -40
  222. package/lib/components/RadioGroup/style.less +41 -41
  223. package/lib/components/RangeInput/style.css +604 -87
  224. package/lib/components/RangeInput/style.less +37 -37
  225. package/lib/components/RemarkName/style.css +83 -55
  226. package/lib/components/RemarkName/style.less +2 -2
  227. package/lib/components/Selector/style.css +127 -39
  228. package/lib/components/Selector/style.less +99 -99
  229. package/lib/components/Spin/style.css +10 -8
  230. package/lib/components/Spin/style.less +26 -26
  231. package/lib/components/Steps/ControlButton/style.less +5 -5
  232. package/lib/components/Steps/style.css +59 -21
  233. package/lib/components/Steps/style.less +48 -48
  234. package/lib/components/Table/ColumnSetting/index.d.ts +1 -0
  235. package/lib/components/Table/ColumnSetting/index.js +19 -14
  236. package/lib/components/Table/ColumnSetting/style.css +2 -5
  237. package/lib/components/Table/ColumnSetting/style.less +50 -51
  238. package/lib/components/Table/ColumnTag/style.css +4 -4
  239. package/lib/components/Table/ColumnTag/style.less +40 -40
  240. package/lib/components/Table/EmptyText.d.ts +7 -0
  241. package/lib/components/Table/EmptyText.js +27 -0
  242. package/lib/components/Table/ResizableTitle/style.less +25 -25
  243. package/lib/components/Table/index.d.ts +19 -88
  244. package/lib/components/Table/index.js +145 -327
  245. package/lib/components/Table/style.css +146 -98
  246. package/lib/components/Table/style.less +364 -345
  247. package/lib/components/Table/type.d.ts +63 -0
  248. package/lib/components/Table/type.js +8 -0
  249. package/lib/components/Table/util.d.ts +58 -0
  250. package/lib/components/Table/util.js +227 -0
  251. package/lib/components/Tabs/style.css +127 -78
  252. package/lib/components/Tabs/style.less +33 -33
  253. package/lib/components/TagList/Tag/style.css +5 -5
  254. package/lib/components/TagList/Tag/style.less +72 -72
  255. package/lib/components/TagList/TagSwitch/style.css +1 -1
  256. package/lib/components/TagList/TagSwitch/style.less +28 -28
  257. package/lib/components/TagList/style.css +6 -6
  258. package/lib/components/TagList/style.less +28 -28
  259. package/lib/components/Timeline/TimelineItem/style.css +1 -1
  260. package/lib/components/Timeline/TimelineItem/style.less +49 -49
  261. package/lib/components/Timeline/style.less +23 -23
  262. package/lib/components/TopologyChart/index.d.ts +7 -0
  263. package/lib/components/TopologyChart/index.js +28 -0
  264. package/lib/components/TopologyChart/style.css +14 -0
  265. package/lib/components/TopologyChart/style.less +14 -0
  266. package/lib/components/Transfer/List/style.less +19 -19
  267. package/lib/components/Transfer/ListBody/style.less +18 -18
  268. package/lib/components/Transfer/style.less +14 -14
  269. package/lib/components/TreeSelector/style.css +42 -30
  270. package/lib/components/TreeSelector/style.less +56 -56
  271. package/lib/constants/language/datetime/en.js +4 -2
  272. package/lib/constants/language/datetime/type.d.ts +4 -2
  273. package/lib/constants/language/datetime/zh.js +4 -2
  274. package/lib/index.css +4782 -3678
  275. package/lib/index.d.ts +2 -0
  276. package/lib/index.js +8 -1
  277. package/lib/index.less +56 -54
  278. package/lib/style/mixin.less +45 -45
  279. package/lib/style/theme.less +416 -416
  280. package/package.json +10 -6
@@ -1,37 +1,37 @@
1
- @import 'antd/lib/input/style/index.less';
2
- @import 'antd/lib/input-number/style/index.less';
3
- @import '../../style/theme.less';
4
-
5
- .@{sdk-prefix}-range-input {
6
- position: relative;
7
- .@{sdk-prefix}-range-input-symbol {
8
- display: inline-block;
9
- width: 40px;
10
- line-height: 40px;
11
- text-align: center;
12
- }
13
-
14
- .@{sdk-prefix}-range-input-input {
15
- width: calc(~'50% - 20px');
16
- text-align: center;
17
- display: inline-block;
18
- }
19
-
20
- .@{sdk-prefix}-range-input-error {
21
- color: @error-color;
22
- line-height: 24px;
23
- font-size: 12px;
24
- }
25
-
26
- .@{ant-prefix}-input-number {
27
- width: 100%;
28
- }
29
-
30
- input::-webkit-outer-spin-button,
31
- input::-webkit-inner-spin-button {
32
- -webkit-appearance: none;
33
- }
34
- input[type='number'] {
35
- -moz-appearance: textfield;
36
- }
37
- }
1
+ @import 'antd/lib/input/style/index.less';
2
+ @import 'antd/lib/input-number/style/index.less';
3
+ @import '../../style/theme.less';
4
+
5
+ .@{sdk-prefix}-range-input {
6
+ position: relative;
7
+ .@{sdk-prefix}-range-input-symbol {
8
+ display: inline-block;
9
+ width: 40px;
10
+ line-height: 40px;
11
+ text-align: center;
12
+ }
13
+
14
+ .@{sdk-prefix}-range-input-input {
15
+ width: calc(~'50% - 20px');
16
+ text-align: center;
17
+ display: inline-block;
18
+ }
19
+
20
+ .@{sdk-prefix}-range-input-error {
21
+ color: @error-color;
22
+ line-height: 24px;
23
+ font-size: 12px;
24
+ }
25
+
26
+ .@{ant-prefix}-input-number {
27
+ width: 100%;
28
+ }
29
+
30
+ input::-webkit-outer-spin-button,
31
+ input::-webkit-inner-spin-button {
32
+ -webkit-appearance: none;
33
+ }
34
+ input[type='number'] {
35
+ -moz-appearance: textfield;
36
+ }
37
+ }
@@ -20,31 +20,35 @@
20
20
  width: -webkit-max-content;
21
21
  width: -moz-max-content;
22
22
  width: max-content;
23
+ width: intrinsic;
23
24
  max-width: 250px;
24
25
  visibility: visible;
25
26
  }
27
+ .ant-tooltip-content {
28
+ position: relative;
29
+ }
26
30
  .ant-tooltip-hidden {
27
31
  display: none;
28
32
  }
29
33
  .ant-tooltip-placement-top,
30
34
  .ant-tooltip-placement-topLeft,
31
35
  .ant-tooltip-placement-topRight {
32
- padding-bottom: 8px;
36
+ padding-bottom: 14.3137085px;
33
37
  }
34
38
  .ant-tooltip-placement-right,
35
39
  .ant-tooltip-placement-rightTop,
36
40
  .ant-tooltip-placement-rightBottom {
37
- padding-left: 8px;
41
+ padding-left: 14.3137085px;
38
42
  }
39
43
  .ant-tooltip-placement-bottom,
40
44
  .ant-tooltip-placement-bottomLeft,
41
45
  .ant-tooltip-placement-bottomRight {
42
- padding-top: 8px;
46
+ padding-top: 14.3137085px;
43
47
  }
44
48
  .ant-tooltip-placement-left,
45
49
  .ant-tooltip-placement-leftTop,
46
50
  .ant-tooltip-placement-leftBottom {
47
- padding-right: 8px;
51
+ padding-right: 14.3137085px;
48
52
  }
49
53
  .ant-tooltip-inner {
50
54
  min-width: 30px;
@@ -61,44 +65,62 @@
61
65
  }
62
66
  .ant-tooltip-arrow {
63
67
  position: absolute;
68
+ z-index: 2;
64
69
  display: block;
65
- width: 13.07106781px;
66
- height: 13.07106781px;
70
+ width: 22px;
71
+ height: 22px;
67
72
  overflow: hidden;
68
73
  background: transparent;
69
74
  pointer-events: none;
70
75
  }
71
76
  .ant-tooltip-arrow-content {
77
+ --antd-arrow-background-color: linear-gradient(to right bottom, rgba(35, 44, 59, 0.7), rgba(35, 44, 59, 0.8));
72
78
  position: absolute;
73
79
  top: 0;
74
80
  right: 0;
75
81
  bottom: 0;
76
82
  left: 0;
77
83
  display: block;
78
- width: 5px;
79
- height: 5px;
84
+ width: 11.3137085px;
85
+ height: 11.3137085px;
80
86
  margin: auto;
81
- background-color: rgba(35, 44, 59, 0.8);
82
87
  content: '';
83
88
  pointer-events: auto;
89
+ border-radius: 0 0 2px;
90
+ pointer-events: none;
91
+ }
92
+ .ant-tooltip-arrow-content::before {
93
+ position: absolute;
94
+ top: -11.3137085px;
95
+ left: -11.3137085px;
96
+ width: 33.9411255px;
97
+ height: 33.9411255px;
98
+ background: var(--antd-arrow-background-color);
99
+ background-repeat: no-repeat;
100
+ background-position: -10px -10px;
101
+ content: '';
102
+ clip-path: inset(33% 33%);
103
+ clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
84
104
  }
85
105
  .ant-tooltip-placement-top .ant-tooltip-arrow,
86
106
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
87
107
  .ant-tooltip-placement-topRight .ant-tooltip-arrow {
88
- bottom: -5.07106781px;
108
+ bottom: 0;
109
+ -webkit-transform: translateY(100%);
110
+ transform: translateY(100%);
89
111
  }
90
112
  .ant-tooltip-placement-top .ant-tooltip-arrow-content,
91
113
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
92
114
  .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
93
115
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
94
116
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
95
- -webkit-transform: translateY(-6.53553391px) rotate(45deg);
96
- transform: translateY(-6.53553391px) rotate(45deg);
117
+ -webkit-transform: translateY(-11px) rotate(45deg);
118
+ transform: translateY(-11px) rotate(45deg);
97
119
  }
98
120
  .ant-tooltip-placement-top .ant-tooltip-arrow {
99
121
  left: 50%;
100
- -webkit-transform: translateX(-50%);
101
- transform: translateX(-50%);
122
+ -webkit-transform: translateY(100%) translateX(-50%);
123
+ transform: translateY(100%) translateX(-50%);
102
124
  }
103
125
  .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
104
126
  left: 13px;
@@ -109,20 +131,22 @@
109
131
  .ant-tooltip-placement-right .ant-tooltip-arrow,
110
132
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow,
111
133
  .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
112
- left: -5.07106781px;
134
+ left: 0;
135
+ -webkit-transform: translateX(-100%);
136
+ transform: translateX(-100%);
113
137
  }
114
138
  .ant-tooltip-placement-right .ant-tooltip-arrow-content,
115
139
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
116
140
  .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
117
141
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
118
142
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
119
- -webkit-transform: translateX(6.53553391px) rotate(45deg);
120
- transform: translateX(6.53553391px) rotate(45deg);
143
+ -webkit-transform: translateX(11px) rotate(135deg);
144
+ transform: translateX(11px) rotate(135deg);
121
145
  }
122
146
  .ant-tooltip-placement-right .ant-tooltip-arrow {
123
147
  top: 50%;
124
- -webkit-transform: translateY(-50%);
125
- transform: translateY(-50%);
148
+ -webkit-transform: translateX(-100%) translateY(-50%);
149
+ transform: translateX(-100%) translateY(-50%);
126
150
  }
127
151
  .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
128
152
  top: 5px;
@@ -133,20 +157,22 @@
133
157
  .ant-tooltip-placement-left .ant-tooltip-arrow,
134
158
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow,
135
159
  .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
136
- right: -5.07106781px;
160
+ right: 0;
161
+ -webkit-transform: translateX(100%);
162
+ transform: translateX(100%);
137
163
  }
138
164
  .ant-tooltip-placement-left .ant-tooltip-arrow-content,
139
165
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
140
166
  .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
141
167
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
142
168
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
143
- -webkit-transform: translateX(-6.53553391px) rotate(45deg);
144
- transform: translateX(-6.53553391px) rotate(45deg);
169
+ -webkit-transform: translateX(-11px) rotate(315deg);
170
+ transform: translateX(-11px) rotate(315deg);
145
171
  }
146
172
  .ant-tooltip-placement-left .ant-tooltip-arrow {
147
173
  top: 50%;
148
- -webkit-transform: translateY(-50%);
149
- transform: translateY(-50%);
174
+ -webkit-transform: translateX(100%) translateY(-50%);
175
+ transform: translateX(100%) translateY(-50%);
150
176
  }
151
177
  .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
152
178
  top: 5px;
@@ -157,20 +183,22 @@
157
183
  .ant-tooltip-placement-bottom .ant-tooltip-arrow,
158
184
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
159
185
  .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
160
- top: -5.07106781px;
186
+ top: 0;
187
+ -webkit-transform: translateY(-100%);
188
+ transform: translateY(-100%);
161
189
  }
162
190
  .ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
163
191
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
164
192
  .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
165
193
  -webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
166
194
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
167
- -webkit-transform: translateY(6.53553391px) rotate(45deg);
168
- transform: translateY(6.53553391px) rotate(45deg);
195
+ -webkit-transform: translateY(11px) rotate(225deg);
196
+ transform: translateY(11px) rotate(225deg);
169
197
  }
170
198
  .ant-tooltip-placement-bottom .ant-tooltip-arrow {
171
199
  left: 50%;
172
- -webkit-transform: translateX(-50%);
173
- transform: translateX(-50%);
200
+ -webkit-transform: translateY(-100%) translateX(-50%);
201
+ transform: translateY(-100%) translateX(-50%);
174
202
  }
175
203
  .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
176
204
  left: 13px;
@@ -181,80 +209,80 @@
181
209
  .ant-tooltip-pink .ant-tooltip-inner {
182
210
  background-color: #eb2f96;
183
211
  }
184
- .ant-tooltip-pink .ant-tooltip-arrow-content {
185
- background-color: #eb2f96;
212
+ .ant-tooltip-pink .ant-tooltip-arrow-content::before {
213
+ background: #eb2f96;
186
214
  }
187
215
  .ant-tooltip-magenta .ant-tooltip-inner {
188
216
  background-color: #eb2f96;
189
217
  }
190
- .ant-tooltip-magenta .ant-tooltip-arrow-content {
191
- background-color: #eb2f96;
218
+ .ant-tooltip-magenta .ant-tooltip-arrow-content::before {
219
+ background: #eb2f96;
192
220
  }
193
221
  .ant-tooltip-red .ant-tooltip-inner {
194
222
  background-color: #f5222d;
195
223
  }
196
- .ant-tooltip-red .ant-tooltip-arrow-content {
197
- background-color: #f5222d;
224
+ .ant-tooltip-red .ant-tooltip-arrow-content::before {
225
+ background: #f5222d;
198
226
  }
199
227
  .ant-tooltip-volcano .ant-tooltip-inner {
200
228
  background-color: #fa541c;
201
229
  }
202
- .ant-tooltip-volcano .ant-tooltip-arrow-content {
203
- background-color: #fa541c;
230
+ .ant-tooltip-volcano .ant-tooltip-arrow-content::before {
231
+ background: #fa541c;
204
232
  }
205
233
  .ant-tooltip-orange .ant-tooltip-inner {
206
234
  background-color: #fa8c16;
207
235
  }
208
- .ant-tooltip-orange .ant-tooltip-arrow-content {
209
- background-color: #fa8c16;
236
+ .ant-tooltip-orange .ant-tooltip-arrow-content::before {
237
+ background: #fa8c16;
210
238
  }
211
239
  .ant-tooltip-yellow .ant-tooltip-inner {
212
240
  background-color: #fadb14;
213
241
  }
214
- .ant-tooltip-yellow .ant-tooltip-arrow-content {
215
- background-color: #fadb14;
242
+ .ant-tooltip-yellow .ant-tooltip-arrow-content::before {
243
+ background: #fadb14;
216
244
  }
217
245
  .ant-tooltip-gold .ant-tooltip-inner {
218
246
  background-color: #faad14;
219
247
  }
220
- .ant-tooltip-gold .ant-tooltip-arrow-content {
221
- background-color: #faad14;
248
+ .ant-tooltip-gold .ant-tooltip-arrow-content::before {
249
+ background: #faad14;
222
250
  }
223
251
  .ant-tooltip-cyan .ant-tooltip-inner {
224
252
  background-color: #13c2c2;
225
253
  }
226
- .ant-tooltip-cyan .ant-tooltip-arrow-content {
227
- background-color: #13c2c2;
254
+ .ant-tooltip-cyan .ant-tooltip-arrow-content::before {
255
+ background: #13c2c2;
228
256
  }
229
257
  .ant-tooltip-lime .ant-tooltip-inner {
230
258
  background-color: #a0d911;
231
259
  }
232
- .ant-tooltip-lime .ant-tooltip-arrow-content {
233
- background-color: #a0d911;
260
+ .ant-tooltip-lime .ant-tooltip-arrow-content::before {
261
+ background: #a0d911;
234
262
  }
235
263
  .ant-tooltip-green .ant-tooltip-inner {
236
264
  background-color: #52c41a;
237
265
  }
238
- .ant-tooltip-green .ant-tooltip-arrow-content {
239
- background-color: #52c41a;
266
+ .ant-tooltip-green .ant-tooltip-arrow-content::before {
267
+ background: #52c41a;
240
268
  }
241
269
  .ant-tooltip-blue .ant-tooltip-inner {
242
270
  background-color: #1890ff;
243
271
  }
244
- .ant-tooltip-blue .ant-tooltip-arrow-content {
245
- background-color: #1890ff;
272
+ .ant-tooltip-blue .ant-tooltip-arrow-content::before {
273
+ background: #1890ff;
246
274
  }
247
275
  .ant-tooltip-geekblue .ant-tooltip-inner {
248
276
  background-color: #2f54eb;
249
277
  }
250
- .ant-tooltip-geekblue .ant-tooltip-arrow-content {
251
- background-color: #2f54eb;
278
+ .ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
279
+ background: #2f54eb;
252
280
  }
253
281
  .ant-tooltip-purple .ant-tooltip-inner {
254
282
  background-color: #722ed1;
255
283
  }
256
- .ant-tooltip-purple .ant-tooltip-arrow-content {
257
- background-color: #722ed1;
284
+ .ant-tooltip-purple .ant-tooltip-arrow-content::before {
285
+ background: #722ed1;
258
286
  }
259
287
  .ant-tooltip-rtl {
260
288
  direction: rtl;
@@ -1,2 +1,2 @@
1
- @import '../NameLimiter/style.less';
2
- @import '../../style/theme.less';
1
+ @import '../NameLimiter/style.less';
2
+ @import '../../style/theme.less';