@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
@@ -20,7 +20,11 @@
20
20
  margin: -10.5px -6px;
21
21
  }
22
22
  .ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
23
- margin: -10.5px -6px -10.5px 23px;
23
+ margin: -10.5px -6px -10.5px 42px;
24
+ }
25
+ .ant-table.ant-table-middle .ant-table-selection-column {
26
+ -webkit-padding-start: 1.5px;
27
+ padding-inline-start: 1.5px;
24
28
  }
25
29
  .ant-table.ant-table-small {
26
30
  font-size: 14px;
@@ -40,14 +44,11 @@
40
44
  margin: -7px -6px;
41
45
  }
42
46
  .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
43
- margin: -7px -6px -7px 23px;
44
- }
45
- .ant-table-small .ant-table-thead > tr > th {
46
- background-color: #fafafa;
47
+ margin: -7px -6px -7px 42px;
47
48
  }
48
- .ant-table-small .ant-table-selection-column {
49
- width: 46px;
50
- min-width: 46px;
49
+ .ant-table.ant-table-small .ant-table-selection-column {
50
+ -webkit-padding-start: 1.5px;
51
+ padding-inline-start: 1.5px;
51
52
  }
52
53
  .ant-table.ant-table-bordered > .ant-table-title {
53
54
  border: 1px solid #ebecf0;
@@ -140,7 +141,7 @@
140
141
  .ant-table-cell .ant-table-container:first-child {
141
142
  border-top: 0;
142
143
  }
143
- .ant-table-cell-scrollbar {
144
+ .ant-table-cell-scrollbar:not([rowspan]) {
144
145
  -webkit-box-shadow: 0 1px 0 1px #fafafa;
145
146
  box-shadow: 0 1px 0 1px #fafafa;
146
147
  }
@@ -253,7 +254,7 @@
253
254
  }
254
255
  .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
255
256
  .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
256
- margin: -14px -12px -14px 29px;
257
+ margin: -14px -12px -14px 36px;
257
258
  }
258
259
  .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
259
260
  .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
@@ -270,11 +271,11 @@
270
271
  background: #f3f7fd;
271
272
  }
272
273
  .ant-table-tbody > tr.ant-table-row-selected > td {
273
- background: #2c6dd2;
274
+ background: #436bff;
274
275
  border-color: rgba(0, 0, 0, 0.03);
275
276
  }
276
277
  .ant-table-tbody > tr.ant-table-row-selected:hover > td {
277
- background: #2a69ca;
278
+ background: #3963ff;
278
279
  }
279
280
  .ant-table-summary {
280
281
  position: relative;
@@ -321,6 +322,7 @@ div.ant-table-summary {
321
322
  justify-content: flex-end;
322
323
  }
323
324
  .ant-table-thead th.ant-table-column-has-sorters {
325
+ outline: none;
324
326
  cursor: pointer;
325
327
  -webkit-transition: all 0.3s;
326
328
  transition: all 0.3s;
@@ -331,6 +333,9 @@ div.ant-table-summary {
331
333
  .ant-table-thead th.ant-table-column-has-sorters:hover::before {
332
334
  background-color: transparent !important;
333
335
  }
336
+ .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
337
+ color: #436bff;
338
+ }
334
339
  .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
335
340
  .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
336
341
  background: #f5f5f5;
@@ -400,7 +405,7 @@ td.ant-table-column-sort {
400
405
  }
401
406
  .ant-table-column-sorter-up.active,
402
407
  .ant-table-column-sorter-down.active {
403
- color: #7a869a;
408
+ color: #436bff;
404
409
  }
405
410
  .ant-table-column-sorter-up + .ant-table-column-sorter-down {
406
411
  margin-top: -0.3em;
@@ -438,7 +443,7 @@ td.ant-table-column-sort {
438
443
  background: rgba(0, 0, 0, 0.04);
439
444
  }
440
445
  .ant-table-filter-trigger.active {
441
- color: #7a869a;
446
+ color: #436bff;
442
447
  }
443
448
  .ant-table-filter-dropdown {
444
449
  -webkit-box-sizing: border-box;
@@ -477,11 +482,11 @@ td.ant-table-column-sort {
477
482
  padding: 8px 8px 0;
478
483
  }
479
484
  .ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
480
- background-color: rgba(44, 109, 210, 0.05);
485
+ background-color: rgba(67, 107, 255, 0.05);
481
486
  }
482
487
  .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
483
488
  .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
484
- background-color: rgba(44, 109, 210, 0.05);
489
+ background-color: rgba(67, 107, 255, 0.05);
485
490
  }
486
491
  .ant-table-filter-dropdown-search {
487
492
  padding: 8px;
@@ -560,8 +565,8 @@ table tr th.ant-table-selection-column::after {
560
565
  transition: all 0.3s;
561
566
  -webkit-margin-start: 100%;
562
567
  margin-inline-start: 100%;
563
- -webkit-padding-start: 4px;
564
- padding-inline-start: 4px;
568
+ -webkit-padding-start: 3px;
569
+ padding-inline-start: 3px;
565
570
  }
566
571
  .ant-table-selection-extra .anticon {
567
572
  color: #bfbfbf;
@@ -576,20 +581,24 @@ table tr th.ant-table-selection-column::after {
576
581
  .ant-table-row-expand-icon-cell {
577
582
  text-align: center;
578
583
  }
584
+ .ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
585
+ display: -webkit-inline-box;
586
+ display: -ms-inline-flexbox;
587
+ display: inline-flex;
588
+ float: none;
589
+ vertical-align: sub;
590
+ }
579
591
  .ant-table-row-indent {
580
592
  float: left;
581
593
  height: 1px;
582
594
  }
583
595
  .ant-table-row-expand-icon {
584
- color: #7a869a;
585
- text-decoration: none;
596
+ color: #436bff;
597
+ outline: none;
586
598
  cursor: pointer;
587
599
  -webkit-transition: color 0.3s;
588
600
  transition: color 0.3s;
589
601
  position: relative;
590
- display: -webkit-inline-box;
591
- display: -ms-inline-flexbox;
592
- display: inline-flex;
593
602
  float: left;
594
603
  -webkit-box-sizing: border-box;
595
604
  box-sizing: border-box;
@@ -601,7 +610,6 @@ table tr th.ant-table-selection-column::after {
601
610
  background: #ffffff;
602
611
  border: 1px solid #ebecf0;
603
612
  border-radius: 2px;
604
- outline: none;
605
613
  -webkit-transform: scale(0.94117647);
606
614
  transform: scale(0.94117647);
607
615
  -webkit-transition: all 0.3s;
@@ -611,22 +619,22 @@ table tr th.ant-table-selection-column::after {
611
619
  -ms-user-select: none;
612
620
  user-select: none;
613
621
  }
614
- .ant-table-row-expand-icon:focus,
622
+ .ant-table-row-expand-icon:focus-visible,
615
623
  .ant-table-row-expand-icon:hover {
616
- color: #2c6dd2;
624
+ color: #436bff;
617
625
  }
618
626
  .ant-table-row-expand-icon:active {
619
- color: #2c6dd2;
627
+ color: #436bff;
620
628
  }
621
629
  .ant-table-row-expand-icon:focus,
622
630
  .ant-table-row-expand-icon:hover,
623
631
  .ant-table-row-expand-icon:active {
624
- border-color: currentColor;
632
+ border-color: currentcolor;
625
633
  }
626
634
  .ant-table-row-expand-icon::before,
627
635
  .ant-table-row-expand-icon::after {
628
636
  position: absolute;
629
- background: currentColor;
637
+ background: currentcolor;
630
638
  -webkit-transition: -webkit-transform 0.3s ease-out;
631
639
  transition: -webkit-transform 0.3s ease-out;
632
640
  transition: transform 0.3s ease-out;
@@ -720,6 +728,9 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
720
728
  content: '';
721
729
  pointer-events: none;
722
730
  }
731
+ .ant-table-cell-fix-left-all::after {
732
+ display: none;
733
+ }
723
734
  .ant-table-cell-fix-right-first::after,
724
735
  .ant-table-cell-fix-right-last::after {
725
736
  position: absolute;
@@ -741,7 +752,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
741
752
  position: absolute;
742
753
  top: 0;
743
754
  bottom: 0;
744
- z-index: 1;
755
+ z-index: calc(calc(2 + 1) + 1);
745
756
  width: 30px;
746
757
  -webkit-transition: -webkit-box-shadow 0.3s;
747
758
  transition: -webkit-box-shadow 0.3s;
@@ -756,10 +767,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
756
767
  .ant-table .ant-table-container::after {
757
768
  right: 0;
758
769
  }
759
- .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
770
+ .ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container {
760
771
  position: relative;
761
772
  }
762
- .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
773
+ .ant-table-ping-left:not(.ant-table-has-fix-left) > .ant-table-container::before {
763
774
  -webkit-box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
764
775
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
765
776
  }
@@ -771,10 +782,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
771
782
  .ant-table-ping-left .ant-table-cell-fix-left-last::before {
772
783
  background-color: transparent !important;
773
784
  }
774
- .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
785
+ .ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container {
775
786
  position: relative;
776
787
  }
777
- .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
788
+ .ant-table-ping-right:not(.ant-table-has-fix-right) > .ant-table-container::after {
778
789
  -webkit-box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
779
790
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
780
791
  }
@@ -839,6 +850,9 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
839
850
  border-top-left-radius: 0;
840
851
  border-top-right-radius: 0;
841
852
  }
853
+ .ant-table-title + .ant-table-container table {
854
+ border-radius: 0;
855
+ }
842
856
  .ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
843
857
  border-radius: 0;
844
858
  }
@@ -999,31 +1013,41 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
999
1013
  .ant-pagination-item a:hover {
1000
1014
  text-decoration: none;
1001
1015
  }
1002
- .ant-pagination-item:focus-visible,
1003
1016
  .ant-pagination-item:hover {
1004
- border-color: #7a869a;
1017
+ border-color: #436bff;
1005
1018
  -webkit-transition: all 0.3s;
1006
1019
  transition: all 0.3s;
1007
1020
  }
1008
- .ant-pagination-item:focus-visible a,
1009
1021
  .ant-pagination-item:hover a {
1010
- color: #7a869a;
1022
+ color: #436bff;
1023
+ }
1024
+ .ant-pagination-item:focus-visible {
1025
+ border-color: #436bff;
1026
+ -webkit-transition: all 0.3s;
1027
+ transition: all 0.3s;
1028
+ }
1029
+ .ant-pagination-item:focus-visible a {
1030
+ color: #436bff;
1011
1031
  }
1012
1032
  .ant-pagination-item-active {
1013
1033
  font-weight: 500;
1014
1034
  background: #ffffff;
1015
- border-color: #7a869a;
1035
+ border-color: #436bff;
1016
1036
  }
1017
1037
  .ant-pagination-item-active a {
1018
- color: #7a869a;
1038
+ color: #436bff;
1019
1039
  }
1020
- .ant-pagination-item-active:focus-visible,
1021
1040
  .ant-pagination-item-active:hover {
1022
- border-color: #9ca0a6;
1041
+ border-color: #6b90ff;
1042
+ }
1043
+ .ant-pagination-item-active:focus-visible {
1044
+ border-color: #6b90ff;
1023
1045
  }
1024
- .ant-pagination-item-active:focus-visible a,
1025
1046
  .ant-pagination-item-active:hover a {
1026
- color: #9ca0a6;
1047
+ color: #6b90ff;
1048
+ }
1049
+ .ant-pagination-item-active:focus-visible a {
1050
+ color: #6b90ff;
1027
1051
  }
1028
1052
  .ant-pagination-jump-prev,
1029
1053
  .ant-pagination-jump-next {
@@ -1035,7 +1059,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
1035
1059
  }
1036
1060
  .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
1037
1061
  .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
1038
- color: #7a869a;
1062
+ color: #436bff;
1039
1063
  font-size: 12px;
1040
1064
  letter-spacing: -1px;
1041
1065
  opacity: 0;
@@ -1068,18 +1092,22 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
1068
1092
  -webkit-transition: all 0.2s;
1069
1093
  transition: all 0.2s;
1070
1094
  }
1071
- .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
1072
- .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon,
1073
1095
  .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
1074
1096
  .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
1075
1097
  opacity: 1;
1076
1098
  }
1077
- .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
1078
- .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis,
1079
1099
  .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
1080
1100
  .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
1081
1101
  opacity: 0;
1082
1102
  }
1103
+ .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
1104
+ .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
1105
+ opacity: 1;
1106
+ }
1107
+ .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
1108
+ .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
1109
+ opacity: 0;
1110
+ }
1083
1111
  .ant-pagination-prev,
1084
1112
  .ant-pagination-jump-prev,
1085
1113
  .ant-pagination-jump-next {
@@ -1119,7 +1147,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
1119
1147
  }
1120
1148
  .ant-pagination-prev:hover button,
1121
1149
  .ant-pagination-next:hover button {
1122
- border-color: #9ca0a6;
1150
+ border-color: #6b90ff;
1123
1151
  }
1124
1152
  .ant-pagination-prev .ant-pagination-item-link,
1125
1153
  .ant-pagination-next .ant-pagination-item-link {
@@ -1137,19 +1165,28 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
1137
1165
  transition: all 0.3s;
1138
1166
  }
1139
1167
  .ant-pagination-prev:focus-visible .ant-pagination-item-link,
1140
- .ant-pagination-next:focus-visible .ant-pagination-item-link,
1168
+ .ant-pagination-next:focus-visible .ant-pagination-item-link {
1169
+ color: #436bff;
1170
+ border-color: #436bff;
1171
+ }
1141
1172
  .ant-pagination-prev:hover .ant-pagination-item-link,
1142
1173
  .ant-pagination-next:hover .ant-pagination-item-link {
1143
- color: #7a869a;
1144
- border-color: #7a869a;
1174
+ color: #436bff;
1175
+ border-color: #436bff;
1145
1176
  }
1146
1177
  .ant-pagination-disabled,
1147
- .ant-pagination-disabled:hover,
1148
- .ant-pagination-disabled:focus-visible {
1178
+ .ant-pagination-disabled:hover {
1149
1179
  cursor: not-allowed;
1150
1180
  }
1151
1181
  .ant-pagination-disabled .ant-pagination-item-link,
1152
- .ant-pagination-disabled:hover .ant-pagination-item-link,
1182
+ .ant-pagination-disabled:hover .ant-pagination-item-link {
1183
+ color: rgba(0, 0, 0, 0.25);
1184
+ border-color: #e5e5e5;
1185
+ cursor: not-allowed;
1186
+ }
1187
+ .ant-pagination-disabled:focus-visible {
1188
+ cursor: not-allowed;
1189
+ }
1153
1190
  .ant-pagination-disabled:focus-visible .ant-pagination-item-link {
1154
1191
  color: rgba(0, 0, 0, 0.25);
1155
1192
  border-color: #e5e5e5;
@@ -1195,19 +1232,20 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
1195
1232
  border-radius: 2px;
1196
1233
  -webkit-transition: all 0.3s;
1197
1234
  transition: all 0.3s;
1198
- /* stylelint-disable-next-line selector-no-vendor-prefix */
1199
1235
  width: 50px;
1200
1236
  height: 32px;
1201
1237
  margin: 0 8px;
1202
1238
  }
1203
- .ant-pagination-options-quick-jumper input::-moz-placeholder {
1204
- opacity: 1;
1205
- }
1206
1239
  .ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
1207
1240
  color: #bfbfbf;
1208
1241
  -webkit-user-select: none;
1209
1242
  user-select: none;
1210
1243
  }
1244
+ .ant-pagination-options-quick-jumper input::-moz-placeholder {
1245
+ color: #bfbfbf;
1246
+ -moz-user-select: none;
1247
+ user-select: none;
1248
+ }
1211
1249
  .ant-pagination-options-quick-jumper input::-ms-input-placeholder {
1212
1250
  color: #bfbfbf;
1213
1251
  -ms-user-select: none;
@@ -1224,15 +1262,15 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
1224
1262
  text-overflow: ellipsis;
1225
1263
  }
1226
1264
  .ant-pagination-options-quick-jumper input:hover {
1227
- border-color: #2c6dd2;
1228
- border-right-width: 1px !important;
1265
+ border-color: #436bff;
1266
+ border-right-width: 1px;
1229
1267
  }
1230
1268
  .ant-pagination-options-quick-jumper input:focus,
1231
1269
  .ant-pagination-options-quick-jumper input-focused {
1232
- border-color: #9ca0a6;
1233
- -webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
1234
- box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
1235
- border-right-width: 1px !important;
1270
+ border-color: #6b90ff;
1271
+ -webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
1272
+ box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
1273
+ border-right-width: 1px;
1236
1274
  outline: 0;
1237
1275
  }
1238
1276
  .ant-pagination-options-quick-jumper input-disabled {
@@ -1246,7 +1284,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
1246
1284
  }
1247
1285
  .ant-pagination-options-quick-jumper input-disabled:hover {
1248
1286
  border-color: #bfbfbf;
1249
- border-right-width: 1px !important;
1287
+ border-right-width: 1px;
1250
1288
  }
1251
1289
  .ant-pagination-options-quick-jumper input[disabled] {
1252
1290
  color: rgba(0, 0, 0, 0.25);
@@ -1259,7 +1297,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table {
1259
1297
  }
1260
1298
  .ant-pagination-options-quick-jumper input[disabled]:hover {
1261
1299
  border-color: #bfbfbf;
1262
- border-right-width: 1px !important;
1300
+ border-right-width: 1px;
1263
1301
  }
1264
1302
  .ant-pagination-options-quick-jumper input-borderless,
1265
1303
  .ant-pagination-options-quick-jumper input-borderless:hover,
@@ -1325,12 +1363,12 @@ textarea.ant-pagination-options-quick-jumper input {
1325
1363
  transition: border-color 0.3s;
1326
1364
  }
1327
1365
  .ant-pagination-simple .ant-pagination-simple-pager input:hover {
1328
- border-color: #7a869a;
1366
+ border-color: #436bff;
1329
1367
  }
1330
1368
  .ant-pagination-simple .ant-pagination-simple-pager input:focus {
1331
- border-color: #9ca0a6;
1332
- -webkit-box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
1333
- box-shadow: 0 0 0 2px rgba(122, 134, 154, 0.2);
1369
+ border-color: #6b90ff;
1370
+ -webkit-box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
1371
+ box-shadow: 0 0 0 2px rgba(67, 107, 255, 0.2);
1334
1372
  }
1335
1373
  .ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
1336
1374
  color: rgba(0, 0, 0, 0.25);
@@ -1338,55 +1376,55 @@ textarea.ant-pagination-options-quick-jumper input {
1338
1376
  border-color: #e5e5e5;
1339
1377
  cursor: not-allowed;
1340
1378
  }
1341
- .ant-pagination.mini .ant-pagination-total-text,
1342
- .ant-pagination.mini .ant-pagination-simple-pager {
1379
+ .ant-pagination.ant-pagination-mini .ant-pagination-total-text,
1380
+ .ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
1343
1381
  height: 24px;
1344
1382
  line-height: 24px;
1345
1383
  }
1346
- .ant-pagination.mini .ant-pagination-item {
1384
+ .ant-pagination.ant-pagination-mini .ant-pagination-item {
1347
1385
  min-width: 24px;
1348
1386
  height: 24px;
1349
1387
  margin: 0;
1350
1388
  line-height: 22px;
1351
1389
  }
1352
- .ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
1390
+ .ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
1353
1391
  background: transparent;
1354
1392
  border-color: transparent;
1355
1393
  }
1356
- .ant-pagination.mini .ant-pagination-prev,
1357
- .ant-pagination.mini .ant-pagination-next {
1394
+ .ant-pagination.ant-pagination-mini .ant-pagination-prev,
1395
+ .ant-pagination.ant-pagination-mini .ant-pagination-next {
1358
1396
  min-width: 24px;
1359
1397
  height: 24px;
1360
1398
  margin: 0;
1361
1399
  line-height: 24px;
1362
1400
  }
1363
- .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
1364
- .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
1401
+ .ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
1402
+ .ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
1365
1403
  background: transparent;
1366
1404
  border-color: transparent;
1367
1405
  }
1368
- .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
1369
- .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
1406
+ .ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
1407
+ .ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
1370
1408
  height: 24px;
1371
1409
  line-height: 24px;
1372
1410
  }
1373
- .ant-pagination.mini .ant-pagination-jump-prev,
1374
- .ant-pagination.mini .ant-pagination-jump-next {
1411
+ .ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
1412
+ .ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
1375
1413
  height: 24px;
1376
1414
  margin-right: 0;
1377
1415
  line-height: 24px;
1378
1416
  }
1379
- .ant-pagination.mini .ant-pagination-options {
1417
+ .ant-pagination.ant-pagination-mini .ant-pagination-options {
1380
1418
  margin-left: 2px;
1381
1419
  }
1382
- .ant-pagination.mini .ant-pagination-options-size-changer {
1420
+ .ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
1383
1421
  top: 0px;
1384
1422
  }
1385
- .ant-pagination.mini .ant-pagination-options-quick-jumper {
1423
+ .ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
1386
1424
  height: 24px;
1387
1425
  line-height: 24px;
1388
1426
  }
1389
- .ant-pagination.mini .ant-pagination-options-quick-jumper input {
1427
+ .ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
1390
1428
  padding: 1px 7px;
1391
1429
  width: 44px;
1392
1430
  height: 26px;
@@ -1478,7 +1516,7 @@ textarea.ant-pagination-options-quick-jumper input {
1478
1516
  margin-left: 0;
1479
1517
  }
1480
1518
  .pandora-sdk-table-wrapper a {
1481
- color: #2c6dd2;
1519
+ color: #436bff;
1482
1520
  }
1483
1521
  .pandora-sdk-table-wrapper a:hover {
1484
1522
  text-decoration: underline;
@@ -1513,7 +1551,7 @@ textarea.ant-pagination-options-quick-jumper input {
1513
1551
  line-height: 20px;
1514
1552
  }
1515
1553
  .pandora-sdk-table-wrapper .ant-table-thead > tr > th .anticon-filter.ant-table-filter-selected {
1516
- color: #2c6dd2;
1554
+ color: #436bff;
1517
1555
  }
1518
1556
  .pandora-sdk-table-wrapper .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
1519
1557
  margin-left: 8px;
@@ -1601,11 +1639,11 @@ textarea.ant-pagination-options-quick-jumper input {
1601
1639
  }
1602
1640
  .pandora-sdk-table-wrapper .ant-pagination-item:hover,
1603
1641
  .pandora-sdk-table-wrapper .ant-pagination-item-active {
1604
- border-color: #2c6dd2;
1642
+ border-color: #436bff;
1605
1643
  }
1606
1644
  .pandora-sdk-table-wrapper .ant-pagination-item:hover a,
1607
1645
  .pandora-sdk-table-wrapper .ant-pagination-item-active a {
1608
- color: #2c6dd2;
1646
+ color: #436bff;
1609
1647
  }
1610
1648
  .pandora-sdk-table-wrapper .ant-pagination-item-link,
1611
1649
  .pandora-sdk-table-wrapper .ant-pagination-item-link {
@@ -1617,11 +1655,11 @@ textarea.ant-pagination-options-quick-jumper input {
1617
1655
  }
1618
1656
  .pandora-sdk-table-wrapper .ant-pagination-item-link:hover,
1619
1657
  .pandora-sdk-table-wrapper .ant-pagination-item-link:hover {
1620
- border-color: #2c6dd2;
1658
+ border-color: #436bff;
1621
1659
  }
1622
1660
  .pandora-sdk-table-wrapper .ant-pagination-item-link:hover i,
1623
1661
  .pandora-sdk-table-wrapper .ant-pagination-item-link:hover i {
1624
- color: #2c6dd2;
1662
+ color: #436bff;
1625
1663
  }
1626
1664
  .pandora-sdk-table-wrapper .ant-pagination-disabled .ant-pagination-item-link:hover,
1627
1665
  .pandora-sdk-table-wrapper .ant-pagination-disabled .ant-pagination-item-link:hover {
@@ -1668,9 +1706,6 @@ textarea.ant-pagination-options-quick-jumper input {
1668
1706
  .pandora-sdk-table-wrapper .ant-table-thead > tr > th .ant-table-column-sorters .ant-table-filter-trigger-container {
1669
1707
  position: relative;
1670
1708
  }
1671
- .pandora-sdk-table-wrapper .ant-table-filter-dropdown .ant-dropdown-menu {
1672
- max-height: 200px;
1673
- }
1674
1709
  .pandora-sdk-table-wrapper .ant-table-tbody > tr.ant-table-row:hover > td {
1675
1710
  background-color: #f3f7fd;
1676
1711
  }
@@ -1678,6 +1713,9 @@ textarea.ant-pagination-options-quick-jumper input {
1678
1713
  display: block;
1679
1714
  line-height: 28px;
1680
1715
  }
1716
+ .pandora-sdk-table-wrapper .ant-table-filter-trigger.active .anticon {
1717
+ color: #436bff;
1718
+ }
1681
1719
  .pandora-sdk-table-wrapper .pandora-sdk-table-empty {
1682
1720
  margin: 32px 0;
1683
1721
  }
@@ -1701,7 +1739,7 @@ textarea.ant-pagination-options-quick-jumper input {
1701
1739
  .pandora-sdk-table-batch-opt .pandora-sdk-table-batch-opt-item {
1702
1740
  margin-right: 10px;
1703
1741
  cursor: pointer;
1704
- color: #2c6dd2;
1742
+ color: #436bff;
1705
1743
  }
1706
1744
  .pandora-sdk-table-batch-opt .pandora-sdk-table-batch-opt-disabled {
1707
1745
  pointer-events: none;
@@ -1748,3 +1786,13 @@ textarea.ant-pagination-options-quick-jumper input {
1748
1786
  .ant-table-thead > tr > th > .ant-table-filter-column > .ant-table-column-title > .ant-table-column-sorters > .ant-table-column-title {
1749
1787
  position: static;
1750
1788
  }
1789
+ .ant-table-filter-dropdown .ant-dropdown-menu {
1790
+ max-height: 200px;
1791
+ }
1792
+ .ant-table-filter-dropdown .ant-dropdown-menu-item,
1793
+ .ant-table-filter-dropdown .ant-dropdown-menu-submenu-title {
1794
+ font-size: 12px;
1795
+ }
1796
+ .ant-table-filter-dropdown .ant-table-filter-dropdown-btns button {
1797
+ font-size: 12px;
1798
+ }