@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,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;
@@ -263,7 +291,7 @@
263
291
  text-align: right;
264
292
  }
265
293
  .pandora-sdk-item {
266
- color: #2c6dd2;
294
+ color: #436bff;
267
295
  cursor: pointer;
268
296
  }
269
297
  .pandora-sdk-item > .anticon {
@@ -278,7 +306,7 @@
278
306
  color: #bfbfbf;
279
307
  }
280
308
  .pandora-sdk-item.pandora-sdk-active {
281
- background: rgba(44, 109, 210, 0.05);
309
+ background: rgba(67, 107, 255, 0.05);
282
310
  }
283
311
  .pandora-sdk-item a {
284
312
  color: inherit;
@@ -1,25 +1,25 @@
1
- @import 'antd/lib/tooltip/style/index.less';
2
- @import '../../../style/theme.less';
3
-
4
- .@{sdk-prefix}-item {
5
- color: @theme-color;
6
- cursor: pointer;
7
- & > .anticon {
8
- color: inherit;
9
- }
10
- &.@{sdk-prefix}-disabled {
11
- color: @font-disable-color-2;
12
- cursor: not-allowed;
13
- pointer-events: none;
14
- .anticon {
15
- color: @font-disable-color-2;
16
- }
17
- }
18
- &.@{sdk-prefix}-active {
19
- background: @select-popover-hover-color;
20
- }
21
- a {
22
- color: inherit;
23
- cursor: inherit;
24
- }
25
- }
1
+ @import 'antd/lib/tooltip/style/index.less';
2
+ @import '../../../style/theme.less';
3
+
4
+ .@{sdk-prefix}-item {
5
+ color: @theme-color;
6
+ cursor: pointer;
7
+ & > .anticon {
8
+ color: inherit;
9
+ }
10
+ &.@{sdk-prefix}-disabled {
11
+ color: @font-disable-color-2;
12
+ cursor: not-allowed;
13
+ pointer-events: none;
14
+ .anticon {
15
+ color: @font-disable-color-2;
16
+ }
17
+ }
18
+ &.@{sdk-prefix}-active {
19
+ background: @select-popover-hover-color;
20
+ }
21
+ a {
22
+ color: inherit;
23
+ cursor: inherit;
24
+ }
25
+ }
@@ -48,5 +48,5 @@ export default function PopoverOptionList(props) {
48
48
  });
49
49
  }, [handleItemAfterClick]);
50
50
  var items = useMemo(function () { return computeItems(options); }, [computeItems, options]);
51
- return (React.createElement(Popover, { placement: placement, getPopupContainer: getPopupContainer, trigger: "click", visible: visible, onVisibleChange: setVisible, content: React.createElement("div", { className: classnames(className, SDK_PREFIX + "-popover-list") }, items) }, children || React.createElement(MoreCircle, null)));
51
+ return (React.createElement(Popover, { placement: placement, getPopupContainer: getPopupContainer, trigger: "click", open: visible, onOpenChange: setVisible, content: React.createElement("div", { className: classnames(className, SDK_PREFIX + "-popover-list") }, items) }, children || React.createElement(MoreCircle, null)));
52
52
  }
@@ -18,6 +18,7 @@
18
18
  top: 0;
19
19
  left: 0;
20
20
  z-index: 1200;
21
+ max-width: 100vw;
21
22
  font-weight: normal;
22
23
  white-space: normal;
23
24
  text-align: left;
@@ -27,6 +28,9 @@
27
28
  -ms-user-select: text;
28
29
  user-select: text;
29
30
  }
31
+ .ant-popover-content {
32
+ position: relative;
33
+ }
30
34
  .ant-popover::after {
31
35
  position: absolute;
32
36
  background: rgba(255, 255, 255, 0.01);
@@ -38,22 +42,22 @@
38
42
  .ant-popover-placement-top,
39
43
  .ant-popover-placement-topLeft,
40
44
  .ant-popover-placement-topRight {
41
- padding-bottom: 10px;
45
+ padding-bottom: 15.3137085px;
42
46
  }
43
47
  .ant-popover-placement-right,
44
48
  .ant-popover-placement-rightTop,
45
49
  .ant-popover-placement-rightBottom {
46
- padding-left: 10px;
50
+ padding-left: 15.3137085px;
47
51
  }
48
52
  .ant-popover-placement-bottom,
49
53
  .ant-popover-placement-bottomLeft,
50
54
  .ant-popover-placement-bottomRight {
51
- padding-top: 10px;
55
+ padding-top: 15.3137085px;
52
56
  }
53
57
  .ant-popover-placement-left,
54
58
  .ant-popover-placement-leftTop,
55
59
  .ant-popover-placement-leftBottom {
56
- padding-right: 10px;
60
+ padding-right: 15.3137085px;
57
61
  }
58
62
  .ant-popover-inner {
59
63
  background-color: #ffffff;
@@ -61,8 +65,6 @@
61
65
  border-radius: 2px;
62
66
  -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
63
67
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
64
- -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
65
- box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
66
68
  }
67
69
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
68
70
  .ant-popover {
@@ -83,71 +85,91 @@
83
85
  border-bottom: 1px solid #e5e5e5;
84
86
  }
85
87
  .ant-popover-inner-content {
88
+ width: -webkit-max-content;
89
+ width: -moz-max-content;
90
+ width: max-content;
91
+ max-width: 100%;
86
92
  padding: 12px 16px;
87
93
  color: rgba(0, 0, 0, 0.65);
88
94
  }
89
95
  .ant-popover-message {
90
- position: relative;
96
+ display: -webkit-box;
97
+ display: -ms-flexbox;
98
+ display: flex;
91
99
  padding: 4px 0 12px;
92
100
  color: rgba(0, 0, 0, 0.65);
93
101
  font-size: 14px;
94
102
  }
95
- .ant-popover-message > .anticon {
96
- position: absolute;
97
- top: 8.0005px;
103
+ .ant-popover-message-icon {
104
+ display: inline-block;
105
+ margin-right: 8px;
98
106
  color: #f0a818;
99
107
  font-size: 14px;
100
108
  }
101
- .ant-popover-message-title {
102
- padding-left: 22px;
103
- }
104
109
  .ant-popover-buttons {
105
110
  margin-bottom: 4px;
106
111
  text-align: right;
107
112
  }
108
- .ant-popover-buttons button {
113
+ .ant-popover-buttons button:not(:first-child) {
109
114
  margin-left: 8px;
110
115
  }
111
116
  .ant-popover-arrow {
112
117
  position: absolute;
113
118
  display: block;
114
- width: 8.48528137px;
115
- height: 8.48528137px;
119
+ width: 22px;
120
+ height: 22px;
116
121
  overflow: hidden;
117
122
  background: transparent;
118
123
  pointer-events: none;
119
124
  }
120
125
  .ant-popover-arrow-content {
126
+ --antd-arrow-background-color: #ffffff;
121
127
  position: absolute;
122
128
  top: 0;
123
129
  right: 0;
124
130
  bottom: 0;
125
131
  left: 0;
126
132
  display: block;
127
- width: 6px;
128
- height: 6px;
133
+ width: 11.3137085px;
134
+ height: 11.3137085px;
129
135
  margin: auto;
130
- background-color: #ffffff;
131
136
  content: '';
132
137
  pointer-events: auto;
138
+ border-radius: 0 0 2px;
139
+ pointer-events: none;
140
+ }
141
+ .ant-popover-arrow-content::before {
142
+ position: absolute;
143
+ top: -11.3137085px;
144
+ left: -11.3137085px;
145
+ width: 33.9411255px;
146
+ height: 33.9411255px;
147
+ background: var(--antd-arrow-background-color);
148
+ background-repeat: no-repeat;
149
+ background-position: -10px -10px;
150
+ content: '';
151
+ clip-path: inset(33% 33%);
152
+ 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');
133
153
  }
134
154
  .ant-popover-placement-top .ant-popover-arrow,
135
155
  .ant-popover-placement-topLeft .ant-popover-arrow,
136
156
  .ant-popover-placement-topRight .ant-popover-arrow {
137
- bottom: 1.51471863px;
157
+ bottom: 0;
158
+ -webkit-transform: translateY(100%);
159
+ transform: translateY(100%);
138
160
  }
139
161
  .ant-popover-placement-top .ant-popover-arrow-content,
140
162
  .ant-popover-placement-topLeft .ant-popover-arrow-content,
141
163
  .ant-popover-placement-topRight .ant-popover-arrow-content {
142
164
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
143
165
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
144
- -webkit-transform: translateY(-4.24264069px) rotate(45deg);
145
- transform: translateY(-4.24264069px) rotate(45deg);
166
+ -webkit-transform: translateY(-11px) rotate(45deg);
167
+ transform: translateY(-11px) rotate(45deg);
146
168
  }
147
169
  .ant-popover-placement-top .ant-popover-arrow {
148
170
  left: 50%;
149
- -webkit-transform: translateX(-50%);
150
- transform: translateX(-50%);
171
+ -webkit-transform: translateY(100%) translateX(-50%);
172
+ transform: translateY(100%) translateX(-50%);
151
173
  }
152
174
  .ant-popover-placement-topLeft .ant-popover-arrow {
153
175
  left: 16px;
@@ -158,20 +180,22 @@
158
180
  .ant-popover-placement-right .ant-popover-arrow,
159
181
  .ant-popover-placement-rightTop .ant-popover-arrow,
160
182
  .ant-popover-placement-rightBottom .ant-popover-arrow {
161
- left: 1.51471863px;
183
+ left: 0;
184
+ -webkit-transform: translateX(-100%);
185
+ transform: translateX(-100%);
162
186
  }
163
187
  .ant-popover-placement-right .ant-popover-arrow-content,
164
188
  .ant-popover-placement-rightTop .ant-popover-arrow-content,
165
189
  .ant-popover-placement-rightBottom .ant-popover-arrow-content {
166
- -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
167
- box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
168
- -webkit-transform: translateX(4.24264069px) rotate(45deg);
169
- transform: translateX(4.24264069px) rotate(45deg);
190
+ -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
191
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
192
+ -webkit-transform: translateX(11px) rotate(135deg);
193
+ transform: translateX(11px) rotate(135deg);
170
194
  }
171
195
  .ant-popover-placement-right .ant-popover-arrow {
172
196
  top: 50%;
173
- -webkit-transform: translateY(-50%);
174
- transform: translateY(-50%);
197
+ -webkit-transform: translateX(-100%) translateY(-50%);
198
+ transform: translateX(-100%) translateY(-50%);
175
199
  }
176
200
  .ant-popover-placement-rightTop .ant-popover-arrow {
177
201
  top: 12px;
@@ -182,20 +206,22 @@
182
206
  .ant-popover-placement-bottom .ant-popover-arrow,
183
207
  .ant-popover-placement-bottomLeft .ant-popover-arrow,
184
208
  .ant-popover-placement-bottomRight .ant-popover-arrow {
185
- top: 1.51471863px;
209
+ top: 0;
210
+ -webkit-transform: translateY(-100%);
211
+ transform: translateY(-100%);
186
212
  }
187
213
  .ant-popover-placement-bottom .ant-popover-arrow-content,
188
214
  .ant-popover-placement-bottomLeft .ant-popover-arrow-content,
189
215
  .ant-popover-placement-bottomRight .ant-popover-arrow-content {
190
- -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
191
- box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
192
- -webkit-transform: translateY(4.24264069px) rotate(45deg);
193
- transform: translateY(4.24264069px) rotate(45deg);
216
+ -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
217
+ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
218
+ -webkit-transform: translateY(11px) rotate(-135deg);
219
+ transform: translateY(11px) rotate(-135deg);
194
220
  }
195
221
  .ant-popover-placement-bottom .ant-popover-arrow {
196
222
  left: 50%;
197
- -webkit-transform: translateX(-50%);
198
- transform: translateX(-50%);
223
+ -webkit-transform: translateY(-100%) translateX(-50%);
224
+ transform: translateY(-100%) translateX(-50%);
199
225
  }
200
226
  .ant-popover-placement-bottomLeft .ant-popover-arrow {
201
227
  left: 16px;
@@ -206,20 +232,22 @@
206
232
  .ant-popover-placement-left .ant-popover-arrow,
207
233
  .ant-popover-placement-leftTop .ant-popover-arrow,
208
234
  .ant-popover-placement-leftBottom .ant-popover-arrow {
209
- right: 1.51471863px;
235
+ right: 0;
236
+ -webkit-transform: translateX(100%);
237
+ transform: translateX(100%);
210
238
  }
211
239
  .ant-popover-placement-left .ant-popover-arrow-content,
212
240
  .ant-popover-placement-leftTop .ant-popover-arrow-content,
213
241
  .ant-popover-placement-leftBottom .ant-popover-arrow-content {
214
- -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
215
- box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
216
- -webkit-transform: translateX(-4.24264069px) rotate(45deg);
217
- transform: translateX(-4.24264069px) rotate(45deg);
242
+ -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
243
+ box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
244
+ -webkit-transform: translateX(-11px) rotate(-45deg);
245
+ transform: translateX(-11px) rotate(-45deg);
218
246
  }
219
247
  .ant-popover-placement-left .ant-popover-arrow {
220
248
  top: 50%;
221
- -webkit-transform: translateY(-50%);
222
- transform: translateY(-50%);
249
+ -webkit-transform: translateX(100%) translateY(-50%);
250
+ transform: translateX(100%) translateY(-50%);
223
251
  }
224
252
  .ant-popover-placement-leftTop .ant-popover-arrow {
225
253
  top: 12px;
@@ -309,8 +337,11 @@
309
337
  direction: rtl;
310
338
  text-align: right;
311
339
  }
340
+ .ant-popover-rtl .ant-popover-message-icon {
341
+ margin-right: 0;
342
+ margin-left: 8px;
343
+ }
312
344
  .ant-popover-rtl .ant-popover-message-title {
313
- padding-right: 22px;
314
345
  padding-left: 16px;
315
346
  }
316
347
  .ant-popover-rtl .ant-popover-buttons {
@@ -323,7 +354,7 @@
323
354
  .pandora-sdk-popover-item {
324
355
  display: inline-block;
325
356
  line-height: 18px;
326
- color: #2c6dd2;
357
+ color: #436bff;
327
358
  vertical-align: middle;
328
359
  cursor: pointer;
329
360
  }
@@ -340,8 +371,8 @@
340
371
  padding: 0 16px;
341
372
  }
342
373
  .pandora-sdk-popover-list .pandora-sdk-item:hover {
343
- background: rgba(44, 109, 210, 0.05);
344
- color: #2c6dd2;
374
+ background: rgba(67, 107, 255, 0.05);
375
+ color: #436bff;
345
376
  }
346
377
  .pandora-sdk-popover-list .pandora-sdk-item.pandora-sdk-disabled {
347
378
  color: #bfbfbf;