@vtx/modals2 2.10.7 → 2.10.12

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 (718) hide show
  1. package/lib/index.js +14 -0
  2. package/lib/index.js.map +1 -1
  3. package/lib/style/css.js.map +1 -1
  4. package/lib/style/index.css +63 -0
  5. package/lib/style/index.js.map +1 -1
  6. package/lib/style/index.less +1 -0
  7. package/lib/style/themes/dark.css +4 -0
  8. package/lib/style/themes/dark.less +2 -0
  9. package/lib/style/themes/default.css +2 -0
  10. package/lib/style/themes/default.less +3 -0
  11. package/lib/style/themes/index.css +4 -0
  12. package/lib/style/themesHZ/dark.css +59 -0
  13. package/lib/style/themesHZ/dark.less +60 -0
  14. package/lib/style/themesHZ/default.css +17 -0
  15. package/lib/style/themesHZ/default.less +17 -0
  16. package/lib/style/themesHZ/index.css +59 -0
  17. package/lib/style/themesHZ/index.less +1 -0
  18. package/lib/util/index.js.map +1 -1
  19. package/lib/vm-alarm-info/Components/AlarmRecord.js +22 -58
  20. package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -1
  21. package/lib/vm-alarm-info/Components/AlarmStatistics.js +22 -90
  22. package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -1
  23. package/lib/vm-alarm-info/Components/AlarmTrend.js +37 -63
  24. package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -1
  25. package/lib/vm-alarm-info/Components/CurrentAlarm.js +15 -85
  26. package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -1
  27. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +3 -5
  28. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -1
  29. package/lib/vm-alarm-info/Components/index.css +3 -8
  30. package/lib/vm-alarm-info/Components/index.less +4 -6
  31. package/lib/vm-alarm-info/api.js +17 -20
  32. package/lib/vm-alarm-info/api.js.map +1 -1
  33. package/lib/vm-alarm-info/index.js +22 -17
  34. package/lib/vm-alarm-info/index.js.map +1 -1
  35. package/lib/vm-alarm-info/style/css.js.map +1 -1
  36. package/lib/vm-alarm-info/style/index.js.map +1 -1
  37. package/lib/vm-alarm-situation/api.js.map +1 -1
  38. package/lib/vm-alarm-situation/index.js +3 -5
  39. package/lib/vm-alarm-situation/index.js.map +1 -1
  40. package/lib/vm-alarm-situation/style/css.js.map +1 -1
  41. package/lib/vm-alarm-situation/style/index.js.map +1 -1
  42. package/lib/vm-alarm-situation-pt/api.js.map +1 -1
  43. package/lib/vm-alarm-situation-pt/index.js +2 -2
  44. package/lib/vm-alarm-situation-pt/index.js.map +1 -1
  45. package/lib/vm-alarm-situation-pt/style/css.js.map +1 -1
  46. package/lib/vm-alarm-situation-pt/style/index.js.map +1 -1
  47. package/lib/vm-analysis-comparison/api.js.map +1 -1
  48. package/lib/vm-analysis-comparison/index.js +3 -5
  49. package/lib/vm-analysis-comparison/index.js.map +1 -1
  50. package/lib/vm-analysis-comparison/style/css.js.map +1 -1
  51. package/lib/vm-analysis-comparison/style/index.js.map +1 -1
  52. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -1
  53. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -1
  54. package/lib/vm-appraisal-info/List.js +3 -5
  55. package/lib/vm-appraisal-info/List.js.map +1 -1
  56. package/lib/vm-appraisal-info/ListKh.js +3 -5
  57. package/lib/vm-appraisal-info/ListKh.js.map +1 -1
  58. package/lib/vm-appraisal-info/ListZg.js +3 -5
  59. package/lib/vm-appraisal-info/ListZg.js.map +1 -1
  60. package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
  61. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -1
  62. package/lib/vm-appraisal-info/api.js.map +1 -1
  63. package/lib/vm-appraisal-info/index.js +3 -5
  64. package/lib/vm-appraisal-info/index.js.map +1 -1
  65. package/lib/vm-appraisal-info/style/css.js.map +1 -1
  66. package/lib/vm-appraisal-info/style/index.js.map +1 -1
  67. package/lib/vm-base-list/OpenArrow.js.map +1 -1
  68. package/lib/vm-base-list/index.js +2 -2
  69. package/lib/vm-base-list/index.js.map +1 -1
  70. package/lib/vm-base-list/style/css.js.map +1 -1
  71. package/lib/vm-base-list/style/index.js.map +1 -1
  72. package/lib/vm-button/index.js.map +1 -1
  73. package/lib/vm-button/style/css.js.map +1 -1
  74. package/lib/vm-button/style/index.js.map +1 -1
  75. package/lib/vm-charts/Distribute1.js +1 -1
  76. package/lib/vm-charts/Distribute1.js.map +1 -1
  77. package/lib/vm-charts/Gauge1.js.map +1 -1
  78. package/lib/vm-charts/Line.js +5 -3
  79. package/lib/vm-charts/Line.js.map +1 -1
  80. package/lib/vm-charts/Line1.js.map +1 -1
  81. package/lib/vm-charts/Pie.js.map +1 -1
  82. package/lib/vm-charts/index.js.map +1 -1
  83. package/lib/vm-checkbox/index.js.map +1 -1
  84. package/lib/vm-checkbox/style/css.js.map +1 -1
  85. package/lib/vm-checkbox/style/index.js.map +1 -1
  86. package/lib/vm-common-components/common/index.js +28 -0
  87. package/lib/vm-common-components/common/index.js.map +1 -0
  88. package/lib/vm-common-components/common/vm-modal/index.js +32 -0
  89. package/lib/vm-common-components/common/vm-modal/index.js.map +1 -0
  90. package/lib/vm-common-components/common/vm-modal/style/css.js +4 -0
  91. package/lib/vm-common-components/common/vm-modal/style/css.js.map +1 -0
  92. package/lib/vm-common-components/common/vm-modal/style/index.css +80 -0
  93. package/lib/vm-common-components/common/vm-modal/style/index.js +4 -0
  94. package/lib/vm-common-components/common/vm-modal/style/index.js.map +1 -0
  95. package/lib/vm-common-components/common/vm-modal/style/index.less +95 -0
  96. package/lib/vm-common-components/common/vm-select/index.js +22 -0
  97. package/lib/vm-common-components/common/vm-select/index.js.map +1 -0
  98. package/lib/vm-common-components/common/vm-select/style/css.js +4 -0
  99. package/lib/vm-common-components/common/vm-select/style/css.js.map +1 -0
  100. package/lib/vm-common-components/common/vm-select/style/index.css +47 -0
  101. package/lib/vm-common-components/common/vm-select/style/index.js +4 -0
  102. package/lib/vm-common-components/common/vm-select/style/index.js.map +1 -0
  103. package/lib/vm-common-components/common/vm-select/style/index.less +51 -0
  104. package/lib/vm-common-components/common/vm-tabs/index.js +75 -0
  105. package/lib/vm-common-components/common/vm-tabs/index.js.map +1 -0
  106. package/lib/vm-common-components/common/vm-tabs/style/css.js +4 -0
  107. package/lib/vm-common-components/common/vm-tabs/style/css.js.map +1 -0
  108. package/lib/vm-common-components/common/vm-tabs/style/index.css +63 -0
  109. package/lib/vm-common-components/common/vm-tabs/style/index.js +4 -0
  110. package/lib/vm-common-components/common/vm-tabs/style/index.js.map +1 -0
  111. package/lib/vm-common-components/common/vm-tabs/style/index.less +56 -0
  112. package/lib/vm-common-components/components/Compare/index.js +54 -0
  113. package/lib/vm-common-components/components/Compare/index.js.map +1 -0
  114. package/lib/vm-common-components/components/Compare/style/css.js +4 -0
  115. package/lib/vm-common-components/components/Compare/style/css.js.map +1 -0
  116. package/lib/vm-common-components/components/Compare/style/index.css +40 -0
  117. package/lib/vm-common-components/components/Compare/style/index.js +4 -0
  118. package/lib/vm-common-components/components/Compare/style/index.js.map +1 -0
  119. package/lib/vm-common-components/components/Compare/style/index.less +36 -0
  120. package/lib/vm-common-components/components/ImagesGroup/index.js +30 -0
  121. package/lib/vm-common-components/components/ImagesGroup/index.js.map +1 -0
  122. package/lib/vm-common-components/components/ImagesGroup/style/css.js +4 -0
  123. package/lib/vm-common-components/components/ImagesGroup/style/css.js.map +1 -0
  124. package/lib/vm-common-components/components/ImagesGroup/style/index.css +11 -0
  125. package/lib/vm-common-components/components/ImagesGroup/style/index.js +4 -0
  126. package/lib/vm-common-components/components/ImagesGroup/style/index.js.map +1 -0
  127. package/lib/vm-common-components/components/ImagesGroup/style/index.less +11 -0
  128. package/lib/vm-common-components/components/RadionButton/index.js +44 -0
  129. package/lib/vm-common-components/components/RadionButton/index.js.map +1 -0
  130. package/lib/vm-common-components/components/RadionButton/style/css.js +4 -0
  131. package/lib/vm-common-components/components/RadionButton/style/css.js.map +1 -0
  132. package/lib/vm-common-components/components/RadionButton/style/index.css +35 -0
  133. package/lib/vm-common-components/components/RadionButton/style/index.js +4 -0
  134. package/lib/vm-common-components/components/RadionButton/style/index.js.map +1 -0
  135. package/lib/vm-common-components/components/RadionButton/style/index.less +26 -0
  136. package/lib/vm-common-components/components/Statistics/index.js +177 -0
  137. package/lib/vm-common-components/components/Statistics/index.js.map +1 -0
  138. package/lib/vm-common-components/components/Statistics/style/css.js +4 -0
  139. package/lib/vm-common-components/components/Statistics/style/css.js.map +1 -0
  140. package/lib/vm-common-components/components/Statistics/style/index.css +71 -0
  141. package/lib/vm-common-components/components/Statistics/style/index.js +4 -0
  142. package/lib/vm-common-components/components/Statistics/style/index.js.map +1 -0
  143. package/lib/vm-common-components/components/Statistics/style/index.less +66 -0
  144. package/lib/vm-common-components/components/SubTitle/index.js +61 -0
  145. package/lib/vm-common-components/components/SubTitle/index.js.map +1 -0
  146. package/lib/vm-common-components/components/SubTitle/style/css.js +2 -0
  147. package/lib/vm-common-components/components/SubTitle/style/css.js.map +1 -0
  148. package/lib/vm-common-components/components/SubTitle/style/index.css +63 -0
  149. package/lib/vm-common-components/components/SubTitle/style/index.js +2 -0
  150. package/lib/vm-common-components/components/SubTitle/style/index.js.map +1 -0
  151. package/lib/vm-common-components/components/SubTitle/style/index.less +63 -0
  152. package/lib/vm-common-components/components/TimePeriodSwitch/index.js +44 -0
  153. package/lib/vm-common-components/components/TimePeriodSwitch/index.js.map +1 -0
  154. package/lib/vm-common-components/components/TimePeriodSwitch/style/index.css +41 -0
  155. package/lib/vm-common-components/components/TimePeriodSwitch/style/index.less +28 -0
  156. package/lib/vm-common-components/components/vm-alarm-title/imgs/alarm.png +0 -0
  157. package/lib/vm-common-components/components/vm-alarm-title/index.js +31 -0
  158. package/lib/vm-common-components/components/vm-alarm-title/index.js.map +1 -0
  159. package/lib/vm-common-components/components/vm-alarm-title/style/css.js +4 -0
  160. package/lib/vm-common-components/components/vm-alarm-title/style/css.js.map +1 -0
  161. package/lib/vm-common-components/components/vm-alarm-title/style/index.css +25 -0
  162. package/lib/vm-common-components/components/vm-alarm-title/style/index.js +4 -0
  163. package/lib/vm-common-components/components/vm-alarm-title/style/index.js.map +1 -0
  164. package/lib/vm-common-components/components/vm-alarm-title/style/index.less +20 -0
  165. package/lib/vm-common-components/components/vm-chart/index.css +9 -0
  166. package/lib/vm-common-components/components/vm-chart/index.js +388 -0
  167. package/lib/vm-common-components/components/vm-chart/index.js.map +1 -0
  168. package/lib/vm-common-components/components/vm-chart/index.less +12 -0
  169. package/lib/vm-common-components/components/vm-collect/imgs/collect.png +0 -0
  170. package/lib/vm-common-components/components/vm-collect/imgs/collect_light.png +0 -0
  171. package/lib/vm-common-components/components/vm-collect/index.js +43 -0
  172. package/lib/vm-common-components/components/vm-collect/index.js.map +1 -0
  173. package/lib/vm-common-components/components/vm-collect/style/css.js +4 -0
  174. package/lib/vm-common-components/components/vm-collect/style/css.js.map +1 -0
  175. package/lib/vm-common-components/components/vm-collect/style/index.css +17 -0
  176. package/lib/vm-common-components/components/vm-collect/style/index.js +4 -0
  177. package/lib/vm-common-components/components/vm-collect/style/index.js.map +1 -0
  178. package/lib/vm-common-components/components/vm-collect/style/index.less +13 -0
  179. package/lib/vm-common-components/components/vm-container/index.js +48 -0
  180. package/lib/vm-common-components/components/vm-container/index.js.map +1 -0
  181. package/lib/vm-common-components/components/vm-container/style/css.js +4 -0
  182. package/lib/vm-common-components/components/vm-container/style/css.js.map +1 -0
  183. package/lib/vm-common-components/components/vm-container/style/index.css +14 -0
  184. package/lib/vm-common-components/components/vm-container/style/index.js +4 -0
  185. package/lib/vm-common-components/components/vm-container/style/index.js.map +1 -0
  186. package/lib/vm-common-components/components/vm-container/style/index.less +17 -0
  187. package/lib/vm-common-components/components/vm-nodata/imgs/no_chart.png +0 -0
  188. package/lib/vm-common-components/components/vm-nodata/imgs/no_data.png +0 -0
  189. package/lib/vm-common-components/components/vm-nodata/imgs/no_data_2.png +0 -0
  190. package/lib/vm-common-components/components/vm-nodata/imgs/no_news.png +0 -0
  191. package/lib/vm-common-components/components/vm-nodata/imgs/no_permission.png +0 -0
  192. package/lib/vm-common-components/components/vm-nodata/imgs/no_picture.png +0 -0
  193. package/lib/vm-common-components/components/vm-nodata/imgs/no_result.png +0 -0
  194. package/lib/vm-common-components/components/vm-nodata/imgs/page_error.png +0 -0
  195. package/lib/vm-common-components/components/vm-nodata/index.js +73 -0
  196. package/lib/vm-common-components/components/vm-nodata/index.js.map +1 -0
  197. package/lib/vm-common-components/components/vm-nodata/style/css.js +4 -0
  198. package/lib/vm-common-components/components/vm-nodata/style/css.js.map +1 -0
  199. package/lib/vm-common-components/components/vm-nodata/style/index.css +27 -0
  200. package/lib/vm-common-components/components/vm-nodata/style/index.js +4 -0
  201. package/lib/vm-common-components/components/vm-nodata/style/index.js.map +1 -0
  202. package/lib/vm-common-components/components/vm-nodata/style/index.less +21 -0
  203. package/lib/vm-common-components/components/vm-water-wave/index.css +51 -0
  204. package/lib/vm-common-components/components/vm-water-wave/index.js +161 -0
  205. package/lib/vm-common-components/components/vm-water-wave/index.js.map +1 -0
  206. package/lib/vm-common-components/components/vm-water-wave/index.less +44 -0
  207. package/lib/vm-common-components/index.js +328 -0
  208. package/lib/vm-common-components/index.js.map +1 -0
  209. package/lib/vm-common-components/style/css.js +4 -0
  210. package/lib/vm-common-components/style/css.js.map +1 -0
  211. package/lib/vm-common-components/style/index.css +147 -0
  212. package/lib/vm-common-components/style/index.js +4 -0
  213. package/lib/vm-common-components/style/index.js.map +1 -0
  214. package/lib/vm-common-components/style/index.less +1 -0
  215. package/lib/vm-container/index.js.map +1 -1
  216. package/lib/vm-container/style/css.js.map +1 -1
  217. package/lib/vm-container/style/index.js.map +1 -1
  218. package/lib/vm-correlation-comparison/api.js.map +1 -1
  219. package/lib/vm-correlation-comparison/index.js +2 -2
  220. package/lib/vm-correlation-comparison/index.js.map +1 -1
  221. package/lib/vm-correlation-comparison/style/css.js.map +1 -1
  222. package/lib/vm-correlation-comparison/style/index.js.map +1 -1
  223. package/lib/vm-empty/index.js.map +1 -1
  224. package/lib/vm-empty/style/css.js.map +1 -1
  225. package/lib/vm-empty/style/index.js.map +1 -1
  226. package/lib/vm-filter/index.js +35 -3
  227. package/lib/vm-filter/index.js.map +1 -1
  228. package/lib/vm-filter/style/css.js.map +1 -1
  229. package/lib/vm-filter/style/index.css +4 -4
  230. package/lib/vm-filter/style/index.js.map +1 -1
  231. package/lib/vm-filter/style/index.less +4 -4
  232. package/lib/vm-hooks/useSettings.js.map +1 -1
  233. package/lib/vm-image-text/index.js.map +1 -1
  234. package/lib/vm-image-text/style/css.js.map +1 -1
  235. package/lib/vm-image-text/style/index.js.map +1 -1
  236. package/lib/vm-info-collection/index.js.map +1 -1
  237. package/lib/vm-info-collection/style/css.js.map +1 -1
  238. package/lib/vm-info-collection/style/index.js.map +1 -1
  239. package/lib/vm-map/index.js +5 -6
  240. package/lib/vm-map/index.js.map +1 -1
  241. package/lib/vm-map/mapStyle.js.map +1 -1
  242. package/lib/vm-modal-table/index.js.map +1 -1
  243. package/lib/vm-modal-table/style/css.js.map +1 -1
  244. package/lib/vm-modal-table/style/index.js.map +1 -1
  245. package/lib/vm-nodata/index.js.map +1 -1
  246. package/lib/vm-radio/index.js.map +1 -1
  247. package/lib/vm-radio/style/css.js.map +1 -1
  248. package/lib/vm-radio/style/index.js.map +1 -1
  249. package/lib/vm-real-time-monitor/api.js.map +1 -1
  250. package/lib/vm-real-time-monitor/index.js +3 -5
  251. package/lib/vm-real-time-monitor/index.js.map +1 -1
  252. package/lib/vm-real-time-monitor/style/css.js.map +1 -1
  253. package/lib/vm-real-time-monitor/style/index.js.map +1 -1
  254. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -1
  255. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
  256. package/lib/vm-repair-maintain/RmRecord.js +4 -9
  257. package/lib/vm-repair-maintain/RmRecord.js.map +1 -1
  258. package/lib/vm-repair-maintain/RmType.js.map +1 -1
  259. package/lib/vm-repair-maintain/api.js.map +1 -1
  260. package/lib/vm-repair-maintain/index.js.map +1 -1
  261. package/lib/vm-repair-maintain/style/css.js.map +1 -1
  262. package/lib/vm-repair-maintain/style/index.js.map +1 -1
  263. package/lib/vm-round-content/index.js +3 -5
  264. package/lib/vm-round-content/index.js.map +1 -1
  265. package/lib/vm-round-content/style/css.js.map +1 -1
  266. package/lib/vm-round-content/style/index.js.map +1 -1
  267. package/lib/vm-row-col/index.js.map +1 -1
  268. package/lib/vm-row-col/style/css.js.map +1 -1
  269. package/lib/vm-row-col/style/index.js.map +1 -1
  270. package/lib/vm-select-device/index.js +2 -2
  271. package/lib/vm-select-device/index.js.map +1 -1
  272. package/lib/vm-select-device/style/css.js.map +1 -1
  273. package/lib/vm-select-device/style/index.js.map +1 -1
  274. package/lib/vm-sub-tabs/index.js.map +1 -1
  275. package/lib/vm-sub-tabs/style/css.js.map +1 -1
  276. package/lib/vm-sub-tabs/style/index.js.map +1 -1
  277. package/lib/vm-sub-title/index.js.map +1 -1
  278. package/lib/vm-sub-title/style/css.js.map +1 -1
  279. package/lib/vm-sub-title/style/index.js.map +1 -1
  280. package/lib/vm-table/index.js +16 -16
  281. package/lib/vm-table/index.js.map +1 -1
  282. package/lib/vm-table/style/css.js.map +1 -1
  283. package/lib/vm-table/style/index.css +2 -2
  284. package/lib/vm-table/style/index.js.map +1 -1
  285. package/lib/vm-table/style/index.less +2 -2
  286. package/lib/vm-time-line/index.js.map +1 -1
  287. package/lib/vm-time-line/style/css.js.map +1 -1
  288. package/lib/vm-time-line/style/index.js.map +1 -1
  289. package/lib/vm-video/api.js.map +1 -1
  290. package/lib/vm-video/index.css +63 -0
  291. package/lib/vm-video/index.js.map +1 -1
  292. package/lib/vtx-base-modal/api.js.map +1 -1
  293. package/lib/vtx-base-modal/index.js +2 -2
  294. package/lib/vtx-base-modal/index.js.map +1 -1
  295. package/lib/vtx-base-modal/style/css.js.map +1 -1
  296. package/lib/vtx-base-modal/style/index.css +2 -2
  297. package/lib/vtx-base-modal/style/index.js.map +1 -1
  298. package/lib/vtx-base-modal/style/index.less +2 -2
  299. package/lib/vtx-base-modal-hz/index.js +38 -0
  300. package/lib/vtx-base-modal-hz/index.js.map +1 -0
  301. package/lib/vtx-car-modal/api.js +1 -1
  302. package/lib/vtx-car-modal/api.js.map +1 -1
  303. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
  304. package/lib/vtx-car-modal/components/AlarmInfo/List.js +3 -5
  305. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
  306. package/lib/vtx-car-modal/components/AlarmInfo/index.js +3 -5
  307. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
  308. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
  309. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
  310. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -1
  311. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -1
  312. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
  313. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
  314. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -1
  315. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
  316. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -1
  317. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
  318. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
  319. package/lib/vtx-car-modal/components/BaseInfo/index.js +2 -2
  320. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
  321. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -1
  322. package/lib/vtx-car-modal/components/OilConsumption/List.js +3 -5
  323. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -1
  324. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
  325. package/lib/vtx-car-modal/components/OilConsumption/index.js +3 -5
  326. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -1
  327. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
  328. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -1
  329. package/lib/vtx-car-modal/components/StaticInfo/index.js +3 -5
  330. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
  331. package/lib/vtx-car-modal/components/WaterConsumption/index.js +3 -5
  332. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -1
  333. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
  334. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +2 -2
  335. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
  336. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +2 -2
  337. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
  338. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -1
  339. package/lib/vtx-car-modal/components/index.js.map +1 -1
  340. package/lib/vtx-car-modal/index.js.map +1 -1
  341. package/lib/vtx-car-modal/style/css.js.map +1 -1
  342. package/lib/vtx-car-modal/style/index.css +63 -0
  343. package/lib/vtx-car-modal/style/index.js.map +1 -1
  344. package/lib/vtx-cc-cp-modal/api.js +15 -13
  345. package/lib/vtx-cc-cp-modal/api.js.map +1 -1
  346. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +2 -2
  347. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
  348. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  349. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
  350. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -1
  351. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -1
  352. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -1
  353. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -1
  354. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +2 -2
  355. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -1
  356. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -1
  357. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +2 -2
  358. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -1
  359. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -1
  360. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -1
  361. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -1
  362. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +2 -2
  363. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -1
  364. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
  365. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -1
  366. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +2 -2
  367. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -1
  368. package/lib/vtx-cc-cp-modal/components/index.js.map +1 -1
  369. package/lib/vtx-cc-cp-modal/index.js.map +1 -1
  370. package/lib/vtx-cc-cp-modal/style/css.js.map +1 -1
  371. package/lib/vtx-cc-cp-modal/style/index.css +63 -0
  372. package/lib/vtx-cc-cp-modal/style/index.js.map +1 -1
  373. package/lib/vtx-cp-modal/api.js.map +1 -1
  374. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +3 -5
  375. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
  376. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  377. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +3 -5
  378. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
  379. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -1
  380. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
  381. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
  382. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
  383. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
  384. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +3 -5
  385. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -1
  386. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
  387. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +3 -5
  388. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
  389. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -1
  390. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
  391. package/lib/vtx-cp-modal/components/SyInfo/index.js +3 -5
  392. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
  393. package/lib/vtx-cp-modal/components/index.js.map +1 -1
  394. package/lib/vtx-cp-modal/index.js.map +1 -1
  395. package/lib/vtx-cp-modal/style/css.js.map +1 -1
  396. package/lib/vtx-cp-modal/style/index.css +63 -0
  397. package/lib/vtx-cp-modal/style/index.js.map +1 -1
  398. package/lib/vtx-default-modal/api.js.map +1 -1
  399. package/lib/vtx-default-modal/components/BaseInfo/index.js +0 -2
  400. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
  401. package/lib/vtx-default-modal/components/index.js.map +1 -1
  402. package/lib/vtx-default-modal/index.js +7 -21
  403. package/lib/vtx-default-modal/index.js.map +1 -1
  404. package/lib/vtx-default-modal/style/css.js.map +1 -1
  405. package/lib/vtx-default-modal/style/index.css +63 -0
  406. package/lib/vtx-default-modal/style/index.js.map +1 -1
  407. package/lib/vtx-device-modal/api.js.map +1 -1
  408. package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -1
  409. package/lib/vtx-device-modal/components/DataAnalysis/index.js +3 -5
  410. package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -1
  411. package/lib/vtx-device-modal/components/FacilityFile/index.js.map +1 -1
  412. package/lib/vtx-device-modal/components/LiftInfo/index.js.map +1 -1
  413. package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -1
  414. package/lib/vtx-device-modal/components/OverViewInfo/index.js +2 -2
  415. package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +1 -1
  416. package/lib/vtx-device-modal/components/VideoInfo/index.js.map +1 -1
  417. package/lib/vtx-device-modal/config.js.map +1 -1
  418. package/lib/vtx-device-modal/index.js.map +1 -1
  419. package/lib/vtx-device-modal/style/css.js.map +1 -1
  420. package/lib/vtx-device-modal/style/index.js.map +1 -1
  421. package/lib/vtx-df-modal/api.js.map +1 -1
  422. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
  423. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +2 -2
  424. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
  425. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +3 -5
  426. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
  427. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
  428. package/lib/vtx-df-modal/components/BaseInfo/index.js +2 -2
  429. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
  430. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
  431. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
  432. package/lib/vtx-df-modal/components/Metering/List.js +3 -5
  433. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
  434. package/lib/vtx-df-modal/components/Metering/index.js +3 -5
  435. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
  436. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +3 -5
  437. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
  438. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +3 -5
  439. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -1
  440. package/lib/vtx-df-modal/components/WorkCondition/index.js +3 -5
  441. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -1
  442. package/lib/vtx-df-modal/components/index.js.map +1 -1
  443. package/lib/vtx-df-modal/index.js.map +1 -1
  444. package/lib/vtx-df-modal/style/css.js.map +1 -1
  445. package/lib/vtx-df-modal/style/index.css +63 -0
  446. package/lib/vtx-df-modal/style/index.js.map +1 -1
  447. package/lib/vtx-facility-modal/api.js +32 -28
  448. package/lib/vtx-facility-modal/api.js.map +1 -1
  449. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
  450. package/lib/vtx-facility-modal/components/OverView/index.js +2 -2
  451. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
  452. package/lib/vtx-facility-modal/components/index.js.map +1 -1
  453. package/lib/vtx-facility-modal/config.js.map +1 -1
  454. package/lib/vtx-facility-modal/index.js.map +1 -1
  455. package/lib/vtx-facility-modal/style/css.js.map +1 -1
  456. package/lib/vtx-facility-modal/style/index.js.map +1 -1
  457. package/lib/vtx-housing-estate-modal/api.js +32 -28
  458. package/lib/vtx-housing-estate-modal/api.js.map +1 -1
  459. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +2 -2
  460. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
  461. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +2 -2
  462. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -1
  463. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +2 -2
  464. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -1
  465. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -1
  466. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +2 -2
  467. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
  468. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +2 -2
  469. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
  470. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
  471. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +1 -1
  472. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -1
  473. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +2 -2
  474. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
  475. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -1
  476. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
  477. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +2 -2
  478. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
  479. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +2 -2
  480. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -1
  481. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
  482. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +2 -2
  483. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -1
  484. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
  485. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +2 -2
  486. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
  487. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -1
  488. package/lib/vtx-housing-estate-modal/config.js +1 -1
  489. package/lib/vtx-housing-estate-modal/config.js.map +1 -1
  490. package/lib/vtx-housing-estate-modal/index.js +1 -1
  491. package/lib/vtx-housing-estate-modal/index.js.map +1 -1
  492. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -1
  493. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -1
  494. package/lib/vtx-hz-facility-modal/api.js +686 -0
  495. package/lib/vtx-hz-facility-modal/api.js.map +1 -0
  496. package/lib/vtx-hz-facility-modal/components/DetectedData/index.js +229 -0
  497. package/lib/vtx-hz-facility-modal/components/DetectedData/index.js.map +1 -0
  498. package/lib/vtx-hz-facility-modal/components/DetectedData/style/css.js +4 -0
  499. package/lib/vtx-hz-facility-modal/components/DetectedData/style/css.js.map +1 -0
  500. package/lib/vtx-hz-facility-modal/components/DetectedData/style/index.js +4 -0
  501. package/lib/vtx-hz-facility-modal/components/DetectedData/style/index.js.map +1 -0
  502. package/lib/vtx-hz-facility-modal/components/DetectedData/style/inedx.css +0 -0
  503. package/lib/vtx-hz-facility-modal/components/DetectedData/style/inedx.less +0 -0
  504. package/lib/vtx-hz-facility-modal/components/FacilityFile/index.js +25 -0
  505. package/lib/vtx-hz-facility-modal/components/FacilityFile/index.js.map +1 -0
  506. package/lib/vtx-hz-facility-modal/components/FacilityFile/style/css.js +4 -0
  507. package/lib/vtx-hz-facility-modal/components/FacilityFile/style/css.js.map +1 -0
  508. package/lib/vtx-hz-facility-modal/components/FacilityFile/style/index.css +22 -0
  509. package/lib/vtx-hz-facility-modal/components/FacilityFile/style/index.js +4 -0
  510. package/lib/vtx-hz-facility-modal/components/FacilityFile/style/index.js.map +1 -0
  511. package/lib/vtx-hz-facility-modal/components/FacilityFile/style/index.less +26 -0
  512. package/lib/vtx-hz-facility-modal/components/FacilityFile1/index.js +272 -0
  513. package/lib/vtx-hz-facility-modal/components/FacilityFile1/index.js.map +1 -0
  514. package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/css.js +4 -0
  515. package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/css.js.map +1 -0
  516. package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/index.css +29 -0
  517. package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/index.js +4 -0
  518. package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/index.js.map +1 -0
  519. package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/index.less +33 -0
  520. package/lib/vtx-hz-facility-modal/components/FacilityFile2/index.js +279 -0
  521. package/lib/vtx-hz-facility-modal/components/FacilityFile2/index.js.map +1 -0
  522. package/lib/vtx-hz-facility-modal/components/FacilityFile2/style/css.js +4 -0
  523. package/lib/vtx-hz-facility-modal/components/FacilityFile2/style/css.js.map +1 -0
  524. package/lib/vtx-hz-facility-modal/components/FacilityFile2/style/index.css +37 -0
  525. package/lib/vtx-hz-facility-modal/components/FacilityFile2/style/index.js +4 -0
  526. package/lib/vtx-hz-facility-modal/components/FacilityFile2/style/index.js.map +1 -0
  527. package/lib/vtx-hz-facility-modal/components/FacilityFile2/style/index.less +39 -0
  528. package/lib/vtx-hz-facility-modal/components/MonitorData/index.js +386 -0
  529. package/lib/vtx-hz-facility-modal/components/MonitorData/index.js.map +1 -0
  530. package/lib/vtx-hz-facility-modal/components/MonitorData/style/css.js +4 -0
  531. package/lib/vtx-hz-facility-modal/components/MonitorData/style/css.js.map +1 -0
  532. package/lib/vtx-hz-facility-modal/components/MonitorData/style/index.js +4 -0
  533. package/lib/vtx-hz-facility-modal/components/MonitorData/style/index.js.map +1 -0
  534. package/lib/vtx-hz-facility-modal/components/MonitorData/style/inedx.css +4 -0
  535. package/lib/vtx-hz-facility-modal/components/MonitorData/style/inedx.less +4 -0
  536. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/index.js +414 -0
  537. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/index.js.map +1 -0
  538. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/style/css.js +4 -0
  539. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/style/css.js.map +1 -0
  540. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/style/index.css +49 -0
  541. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/style/index.js +4 -0
  542. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/style/index.js.map +1 -0
  543. package/lib/vtx-hz-facility-modal/components/OverViewInfo1/style/index.less +40 -0
  544. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/index.js +270 -0
  545. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/index.js.map +1 -0
  546. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/style/css.js +4 -0
  547. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/style/css.js.map +1 -0
  548. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/style/index.css +58 -0
  549. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/style/index.js +4 -0
  550. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/style/index.js.map +1 -0
  551. package/lib/vtx-hz-facility-modal/components/OverViewInfo2/style/index.less +52 -0
  552. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/index.js +97 -0
  553. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/index.js.map +1 -0
  554. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/style/css.js +4 -0
  555. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/style/css.js.map +1 -0
  556. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/style/index.css +15 -0
  557. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/style/index.js +4 -0
  558. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/style/index.js.map +1 -0
  559. package/lib/vtx-hz-facility-modal/components/OverViewInfo3/style/index.less +19 -0
  560. package/lib/vtx-hz-facility-modal/components/OverViewInfo4/index.js +343 -0
  561. package/lib/vtx-hz-facility-modal/components/OverViewInfo4/index.js.map +1 -0
  562. package/lib/vtx-hz-facility-modal/components/OverViewInfo4/style/css.js +4 -0
  563. package/lib/vtx-hz-facility-modal/components/OverViewInfo4/style/css.js.map +1 -0
  564. package/lib/vtx-hz-facility-modal/components/OverViewInfo4/style/index.css +44 -0
  565. package/lib/vtx-hz-facility-modal/components/OverViewInfo4/style/index.js +4 -0
  566. package/lib/vtx-hz-facility-modal/components/OverViewInfo4/style/index.js.map +1 -0
  567. package/lib/vtx-hz-facility-modal/components/OverViewInfo4/style/index.less +39 -0
  568. package/lib/vtx-hz-facility-modal/components/OverviewInfo/index.js +29 -0
  569. package/lib/vtx-hz-facility-modal/components/OverviewInfo/index.js.map +1 -0
  570. package/lib/vtx-hz-facility-modal/index.js +84 -0
  571. package/lib/vtx-hz-facility-modal/index.js.map +1 -0
  572. package/lib/vtx-hz-facility-modal/style/css.js +4 -0
  573. package/lib/vtx-hz-facility-modal/style/css.js.map +1 -0
  574. package/lib/vtx-hz-facility-modal/style/index.css +0 -0
  575. package/lib/vtx-hz-facility-modal/style/index.js +4 -0
  576. package/lib/vtx-hz-facility-modal/style/index.js.map +1 -0
  577. package/lib/vtx-hz-facility-modal/style/index.less +0 -0
  578. package/lib/vtx-kh-modal/api.js.map +1 -1
  579. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
  580. package/lib/vtx-kh-modal/components/index.js.map +1 -1
  581. package/lib/vtx-kh-modal/index.js +1 -3
  582. package/lib/vtx-kh-modal/index.js.map +1 -1
  583. package/lib/vtx-kh-modal/style/css.js.map +1 -1
  584. package/lib/vtx-kh-modal/style/index.css +63 -0
  585. package/lib/vtx-kh-modal/style/index.js.map +1 -1
  586. package/lib/vtx-restaurant-modal/api.js +16 -14
  587. package/lib/vtx-restaurant-modal/api.js.map +1 -1
  588. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -1
  589. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
  590. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
  591. package/lib/vtx-restaurant-modal/components/Alarm/index.js +2 -2
  592. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -1
  593. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -1
  594. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
  595. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
  596. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -1
  597. package/lib/vtx-restaurant-modal/components/Collection/index.js +2 -2
  598. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
  599. package/lib/vtx-restaurant-modal/components/index.js.map +1 -1
  600. package/lib/vtx-restaurant-modal/config.js.map +1 -1
  601. package/lib/vtx-restaurant-modal/index.js.map +1 -1
  602. package/lib/vtx-restaurant-modal/style/css.js.map +1 -1
  603. package/lib/vtx-restaurant-modal/style/index.js.map +1 -1
  604. package/lib/vtx-road-modal/api.js.map +1 -1
  605. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
  606. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
  607. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
  608. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
  609. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
  610. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
  611. package/lib/vtx-road-modal/components/Statistical/index.js +3 -5
  612. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -1
  613. package/lib/vtx-road-modal/components/index.js.map +1 -1
  614. package/lib/vtx-road-modal/index.js.map +1 -1
  615. package/lib/vtx-road-modal/style/css.js.map +1 -1
  616. package/lib/vtx-road-modal/style/index.css +63 -0
  617. package/lib/vtx-road-modal/style/index.js.map +1 -1
  618. package/lib/vtx-staff-modal/api.js.map +1 -1
  619. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
  620. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +3 -5
  621. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -1
  622. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +3 -5
  623. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
  624. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
  625. package/lib/vtx-staff-modal/components/Attendance/Record.js +3 -5
  626. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
  627. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
  628. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -1
  629. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
  630. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -1
  631. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
  632. package/lib/vtx-staff-modal/components/BaseInfo/index.js +2 -2
  633. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
  634. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -1
  635. package/lib/vtx-staff-modal/components/index.js.map +1 -1
  636. package/lib/vtx-staff-modal/index.js.map +1 -1
  637. package/lib/vtx-staff-modal/style/css.js.map +1 -1
  638. package/lib/vtx-staff-modal/style/index.css +63 -0
  639. package/lib/vtx-staff-modal/style/index.js.map +1 -1
  640. package/lib/vtx-theme-provider/index.js.map +1 -1
  641. package/lib/vtx-throw-point-modal/api.js +32 -28
  642. package/lib/vtx-throw-point-modal/api.js.map +1 -1
  643. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +2 -2
  644. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -1
  645. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +2 -2
  646. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -1
  647. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +2 -2
  648. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -1
  649. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -1
  650. package/lib/vtx-throw-point-modal/components/Alarm/index.js +2 -2
  651. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -1
  652. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +2 -2
  653. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
  654. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
  655. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +1 -1
  656. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -1
  657. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +2 -2
  658. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
  659. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -1
  660. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
  661. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -1
  662. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +2 -2
  663. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
  664. package/lib/vtx-throw-point-modal/components/TFRD/index.js +2 -2
  665. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -1
  666. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
  667. package/lib/vtx-throw-point-modal/components/WGGS/index.js +2 -2
  668. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -1
  669. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
  670. package/lib/vtx-throw-point-modal/components/WGXW/index.js +2 -2
  671. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
  672. package/lib/vtx-throw-point-modal/components/index.js.map +1 -1
  673. package/lib/vtx-throw-point-modal/config.js +1 -1
  674. package/lib/vtx-throw-point-modal/config.js.map +1 -1
  675. package/lib/vtx-throw-point-modal/index.js +1 -1
  676. package/lib/vtx-throw-point-modal/index.js.map +1 -1
  677. package/lib/vtx-throw-point-modal/style/css.js.map +1 -1
  678. package/lib/vtx-throw-point-modal/style/index.js.map +1 -1
  679. package/lib/vtx-wr-modal/api.js.map +1 -1
  680. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +3 -5
  681. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
  682. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  683. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +3 -5
  684. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
  685. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -1
  686. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
  687. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +1 -2
  688. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
  689. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
  690. package/lib/vtx-wr-modal/components/BaseInfo/index.css +1 -1
  691. package/lib/vtx-wr-modal/components/BaseInfo/index.js +6 -7
  692. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
  693. package/lib/vtx-wr-modal/components/BaseInfo/index.less +1 -1
  694. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +3 -5
  695. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -1
  696. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -1
  697. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +3 -5
  698. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -1
  699. package/lib/vtx-wr-modal/components/Evaluate/index.js +3 -5
  700. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -1
  701. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +3 -5
  702. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
  703. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
  704. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -1
  705. package/lib/vtx-wr-modal/components/index.js.map +1 -1
  706. package/lib/vtx-wr-modal/index.js.map +1 -1
  707. package/lib/vtx-wr-modal/style/css.js.map +1 -1
  708. package/lib/vtx-wr-modal/style/index.css +63 -0
  709. package/lib/vtx-wr-modal/style/index.js.map +1 -1
  710. package/lib/vtx-zg-modal/api.js.map +1 -1
  711. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
  712. package/lib/vtx-zg-modal/components/index.js.map +1 -1
  713. package/lib/vtx-zg-modal/index.js +1 -3
  714. package/lib/vtx-zg-modal/index.js.map +1 -1
  715. package/lib/vtx-zg-modal/style/css.js.map +1 -1
  716. package/lib/vtx-zg-modal/style/index.css +63 -0
  717. package/lib/vtx-zg-modal/style/index.js.map +1 -1
  718. package/package.json +1 -1
@@ -0,0 +1,177 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _antd = require("antd");
9
+ require("./style/index.less");
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+ var gradualStyle = function gradualStyle(color) {
12
+ return {
13
+ background: "linear-gradient(0deg, ".concat(color, " 0%, #FFFFFF 100%)"),
14
+ '-webkit-background-clip': 'text',
15
+ '-webkit-text-fill-color': 'transparent'
16
+ };
17
+ };
18
+ //检测数据检测合格率99%
19
+ var Item_1 = function Item_1(_ref) {
20
+ var label = _ref.label,
21
+ value = _ref.value,
22
+ unit = _ref.unit,
23
+ color = _ref.color,
24
+ style = _ref.style;
25
+ return /*#__PURE__*/_react["default"].createElement("div", {
26
+ className: "statisticsInfo",
27
+ style: style
28
+ }, /*#__PURE__*/_react["default"].createElement("div", {
29
+ className: "label"
30
+ }, label, ":"), /*#__PURE__*/_react["default"].createElement("div", {
31
+ className: "value",
32
+ style: color ? gradualStyle(color) : null
33
+ }, value || '--', unit && /*#__PURE__*/_react["default"].createElement("span", null, unit)));
34
+ };
35
+ //检测数据当前水质等级
36
+ var Item_2 = function Item_2(_ref2) {
37
+ var label = _ref2.label,
38
+ value = _ref2.value,
39
+ style = _ref2.style,
40
+ img = _ref2.img,
41
+ imgStyle = _ref2.imgStyle,
42
+ color = _ref2.color;
43
+ return /*#__PURE__*/_react["default"].createElement("div", {
44
+ className: "statisticsInfo2",
45
+ style: Object.assign(Object.assign({}, imgStyle), style)
46
+ }, img && /*#__PURE__*/_react["default"].createElement("img", {
47
+ src: img,
48
+ alt: "",
49
+ style: imgStyle
50
+ }), /*#__PURE__*/_react["default"].createElement("div", {
51
+ className: "info"
52
+ }, /*#__PURE__*/_react["default"].createElement("div", {
53
+ className: "label"
54
+ }, label), /*#__PURE__*/_react["default"].createElement("div", {
55
+ className: "value",
56
+ style: {
57
+ color: color
58
+ }
59
+ }, value || '--')));
60
+ };
61
+ //最近检测时间
62
+ var Item_3 = function Item_3(_ref3) {
63
+ var label = _ref3.label,
64
+ value = _ref3.value,
65
+ style = _ref3.style,
66
+ img = _ref3.img,
67
+ imgStyle = _ref3.imgStyle,
68
+ color = _ref3.color;
69
+ return /*#__PURE__*/_react["default"].createElement("div", {
70
+ className: "statisticsInfo3",
71
+ style: Object.assign(Object.assign({}, imgStyle), style)
72
+ }, img && /*#__PURE__*/_react["default"].createElement("img", {
73
+ src: img,
74
+ alt: "",
75
+ style: imgStyle
76
+ }), /*#__PURE__*/_react["default"].createElement("div", {
77
+ className: "info"
78
+ }, /*#__PURE__*/_react["default"].createElement("div", {
79
+ className: "label"
80
+ }, label), /*#__PURE__*/_react["default"].createElement("div", {
81
+ className: "value",
82
+ style: {
83
+ color: color
84
+ }
85
+ }, value || '--')));
86
+ };
87
+ //运维记录列表
88
+ var Item_4 = function Item_4(props) {
89
+ var label = props.label,
90
+ value = props.value,
91
+ code = props.code,
92
+ style = props.style,
93
+ unit = props.unit,
94
+ color = props.color,
95
+ _onClick = props.onClick,
96
+ defaultCode = props.defaultCode;
97
+ return /*#__PURE__*/_react["default"].createElement("div", {
98
+ className: defaultCode == code ? "statisticsInfo4 active" : "statisticsInfo4",
99
+ style: style,
100
+ onClick: function onClick() {
101
+ _onClick && _onClick(code);
102
+ }
103
+ }, /*#__PURE__*/_react["default"].createElement("div", {
104
+ className: "info"
105
+ }, /*#__PURE__*/_react["default"].createElement("div", {
106
+ className: "label"
107
+ }, label), /*#__PURE__*/_react["default"].createElement("div", {
108
+ className: "value"
109
+ }, /*#__PURE__*/_react["default"].createElement("span", {
110
+ style: color ? gradualStyle(color) : null
111
+ }, value !== null && value !== void 0 ? value : '--'), unit)));
112
+ };
113
+ //报警总数
114
+ var Item_5 = function Item_5(_ref4) {
115
+ var label = _ref4.label,
116
+ value = _ref4.value,
117
+ unit = _ref4.unit,
118
+ color = _ref4.color,
119
+ style = _ref4.style;
120
+ return /*#__PURE__*/_react["default"].createElement("div", {
121
+ className: "statisticsInfo",
122
+ style: style
123
+ }, /*#__PURE__*/_react["default"].createElement("div", {
124
+ className: "label"
125
+ }, label), /*#__PURE__*/_react["default"].createElement("div", {
126
+ className: "value"
127
+ }, /*#__PURE__*/_react["default"].createElement("span", {
128
+ className: "num",
129
+ style: color ? gradualStyle(color) : null
130
+ }, value), /*#__PURE__*/_react["default"].createElement("span", null, unit)));
131
+ };
132
+ var Components = {
133
+ '1': Item_1,
134
+ '2': Item_2,
135
+ '3': Item_3,
136
+ '4': Item_4,
137
+ '5': Item_5
138
+ };
139
+ var Statistics = function Statistics(props) {
140
+ var _props$list = props.list,
141
+ list = _props$list === void 0 ? [] : _props$list,
142
+ gap = props.gap,
143
+ style = props.style,
144
+ _props$type = props.type,
145
+ type = _props$type === void 0 ? '1' : _props$type,
146
+ img = props.img,
147
+ imgStyle = props.imgStyle,
148
+ onClick = props.onClick,
149
+ _props$column = props.column,
150
+ column = _props$column === void 0 ? 1 : _props$column,
151
+ _props$gutter = props.gutter,
152
+ gutter = _props$gutter === void 0 ? [6, 6] : _props$gutter,
153
+ defaultCode = props.defaultCode;
154
+ var Component = Components[type];
155
+ return /*#__PURE__*/_react["default"].createElement("div", {
156
+ className: "statistics",
157
+ style: style
158
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Row, {
159
+ gutter: gutter
160
+ }, list === null || list === void 0 ? void 0 : list.map(function (item, index) {
161
+ return /*#__PURE__*/_react["default"].createElement(_antd.Col, {
162
+ key: index,
163
+ span: item.span || 24 / column
164
+ }, /*#__PURE__*/_react["default"].createElement(Component, Object.assign({}, item, {
165
+ img: img,
166
+ imgStyle: imgStyle,
167
+ style: {
168
+ marginBottom: gap
169
+ },
170
+ onClick: onClick,
171
+ defaultCode: defaultCode
172
+ })));
173
+ })));
174
+ };
175
+ var _default = Statistics;
176
+ exports["default"] = _default;
177
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["gradualStyle","color","background","Item_1","label","value","unit","style","React","createElement","className","Item_2","img","imgStyle","Object","assign","src","alt","Item_3","Item_4","props","code","onClick","defaultCode","Item_5","Components","Statistics","list","gap","type","column","gutter","Component","Row","map","item","index","Col","key","span","marginBottom"],"sources":["vm-common-components/components/Statistics/index.js"],"sourcesContent":["import React from 'react';\nimport { Row, Col } from 'antd';\nimport './style/index.less';\nconst gradualStyle = (color) => {\n return {\n background: `linear-gradient(0deg, ${color} 0%, #FFFFFF 100%)`,\n '-webkit-background-clip': 'text',\n '-webkit-text-fill-color': 'transparent',\n };\n};\n//检测数据检测合格率99%\nconst Item_1 = ({ label, value, unit, color, style }) => {\n return (React.createElement(\"div\", { className: \"statisticsInfo\", style: style },\n React.createElement(\"div\", { className: \"label\" },\n label,\n \":\"),\n React.createElement(\"div\", { className: \"value\", style: color ? gradualStyle(color) : null },\n value || '--',\n unit && React.createElement(\"span\", null, unit))));\n};\n//检测数据当前水质等级\nconst Item_2 = ({ label, value, style, img, imgStyle, color }) => {\n return (React.createElement(\"div\", { className: \"statisticsInfo2\", style: Object.assign(Object.assign({}, imgStyle), style) },\n img && React.createElement(\"img\", { src: img, alt: \"\", style: imgStyle }),\n React.createElement(\"div\", { className: \"info\" },\n React.createElement(\"div\", { className: \"label\" }, label),\n React.createElement(\"div\", { className: \"value\", style: { color } }, value || '--'))));\n};\n//最近检测时间\nconst Item_3 = ({ label, value, style, img, imgStyle, color }) => {\n return (React.createElement(\"div\", { className: \"statisticsInfo3\", style: Object.assign(Object.assign({}, imgStyle), style) },\n img && React.createElement(\"img\", { src: img, alt: \"\", style: imgStyle }),\n React.createElement(\"div\", { className: \"info\" },\n React.createElement(\"div\", { className: \"label\" }, label),\n React.createElement(\"div\", { className: \"value\", style: { color } }, value || '--'))));\n};\n//运维记录列表\nconst Item_4 = (props) => {\n const { label, value, code, style, unit, color, onClick, defaultCode } = props;\n return (React.createElement(\"div\", { className: defaultCode == code ? \"statisticsInfo4 active\" : \"statisticsInfo4\", style: style, onClick: () => {\n onClick && onClick(code);\n } },\n React.createElement(\"div\", { className: \"info\" },\n React.createElement(\"div\", { className: \"label\" }, label),\n React.createElement(\"div\", { className: \"value\" },\n React.createElement(\"span\", { style: color ? gradualStyle(color) : null }, value !== null && value !== void 0 ? value : '--'),\n unit))));\n};\n//报警总数\nconst Item_5 = ({ label, value, unit, color, style }) => {\n return (React.createElement(\"div\", { className: \"statisticsInfo\", style: style },\n React.createElement(\"div\", { className: \"label\" }, label),\n React.createElement(\"div\", { className: \"value\" },\n React.createElement(\"span\", { className: \"num\", style: color ? gradualStyle(color) : null }, value),\n React.createElement(\"span\", null, unit))));\n};\nconst Components = {\n '1': Item_1,\n '2': Item_2,\n '3': Item_3,\n '4': Item_4,\n '5': Item_5,\n};\nconst Statistics = (props) => {\n const { list = [], gap, style, type = '1', img, imgStyle, onClick, column = 1, gutter = [6, 6], defaultCode } = props;\n const Component = Components[type];\n return (React.createElement(\"div\", { className: \"statistics\", style: style },\n React.createElement(Row, { gutter: gutter }, list === null || list === void 0 ? void 0 : list.map((item, index) => {\n return (React.createElement(Col, { key: index, span: item.span || 24 / column },\n React.createElement(Component, Object.assign({}, item, { img: img, imgStyle: imgStyle, style: { marginBottom: gap }, onClick: onClick, defaultCode: defaultCode }))));\n }))));\n};\nexport default Statistics;\n"],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ require("./index.css");
4
+ //# sourceMappingURL=css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.js","names":[],"sources":["vm-common-components/components/Statistics/style/index.js"],"sourcesContent":["import './index.less';\n"],"mappings":";;AAAA"}
@@ -0,0 +1,71 @@
1
+ .statisticsInfo {
2
+ display: -webkit-box;
3
+ display: -ms-flexbox;
4
+ display: flex;
5
+ }
6
+ .label {
7
+ color: var(--title-color);
8
+ white-space: nowrap;
9
+ }
10
+ .value {
11
+ color: var(--info-color);
12
+ min-width: 98px;
13
+ font-weight: 600;
14
+ }
15
+ .num {
16
+ font-size: 20px;
17
+ margin: 0 8px;
18
+ color: var(--info-color);
19
+ }
20
+ .statisticsInfo2 {
21
+ position: relative;
22
+ }
23
+ .statisticsInfo2 .info {
24
+ position: absolute;
25
+ left: 50%;
26
+ top: 35%;
27
+ -webkit-transform: translate(-50%, -50%);
28
+ -ms-transform: translate(-50%, -50%);
29
+ transform: translate(-50%, -50%);
30
+ text-align: center;
31
+ }
32
+ .statisticsInfo2 .value {
33
+ font-size: 16px;
34
+ }
35
+ .statisticsInfo3 {
36
+ position: relative;
37
+ }
38
+ .statisticsInfo3 .info {
39
+ position: absolute;
40
+ left: 50%;
41
+ top: 50%;
42
+ -webkit-transform: translate(-50%, -50%);
43
+ -ms-transform: translate(-50%, -50%);
44
+ transform: translate(-50%, -50%);
45
+ text-align: center;
46
+ }
47
+ .statisticsInfo3 .label {
48
+ color: #fff;
49
+ margin-bottom: 6px;
50
+ }
51
+ .statisticsInfo3 .value {
52
+ font-size: 16px;
53
+ line-height: 16px;
54
+ }
55
+ .statisticsInfo4 {
56
+ padding: 10px 0px;
57
+ background-color: var(--statisticsBg);
58
+ border-radius: 10px;
59
+ text-align: center;
60
+ cursor: pointer;
61
+ }
62
+ .statisticsInfo4 .label {
63
+ color: #fff;
64
+ }
65
+ .statisticsInfo4.active {
66
+ background-color: #fff;
67
+ }
68
+ .statisticsInfo4.active .label,
69
+ .statisticsInfo4.active .value {
70
+ color: #222;
71
+ }
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+
3
+ require("./index.less");
4
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["vm-common-components/components/Statistics/style/index.js"],"sourcesContent":["import './index.less';\n"],"mappings":";;AAAA"}
@@ -0,0 +1,66 @@
1
+ .statisticsInfo {
2
+ display: flex;
3
+ }
4
+ .label{
5
+ color: var(--title-color);
6
+ white-space: nowrap;
7
+ }
8
+
9
+ .value {
10
+ color: var(--info-color);
11
+ min-width: 98px;
12
+ font-weight: 600;
13
+ }
14
+ .num{
15
+ font-size: 20px;
16
+ margin: 0 8px;
17
+ color: var(--info-color);
18
+ }
19
+ .statisticsInfo2{
20
+ position: relative;
21
+ .info{
22
+ position: absolute;
23
+ left: 50%;
24
+ top: 35%;
25
+ transform: translate(-50%, -50%);
26
+ text-align: center;
27
+ }
28
+ .value{
29
+ font-size: 16px;
30
+ }
31
+ }
32
+ .statisticsInfo3{
33
+ position: relative;
34
+ .info{
35
+ position: absolute;
36
+ left: 50%;
37
+ top: 50%;
38
+ transform: translate(-50%, -50%);
39
+ text-align: center;
40
+ }
41
+ .label{
42
+ color: #fff;
43
+ margin-bottom: 6px;
44
+ }
45
+ .value{
46
+ font-size: 16px;
47
+ line-height: 16px;
48
+ }
49
+ }
50
+ .statisticsInfo4{
51
+ padding: 10px 0px;
52
+ background-color:var(--statisticsBg);
53
+ border-radius: 10px;
54
+ text-align: center;
55
+ cursor: pointer;
56
+ .label{
57
+ color: #fff;
58
+ }
59
+ &.active{
60
+ background-color:#fff;
61
+ .label,.value{
62
+ color: #222;
63
+ }
64
+
65
+ }
66
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = exports.SubTitle2 = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _useSettings3 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
9
+ require("./style/index.less");
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+ var SubTitle1 = function SubTitle1(props) {
12
+ var _useSettings = (0, _useSettings3["default"])(),
13
+ theme = _useSettings.theme;
14
+ var _props$title = props.title,
15
+ title = _props$title === void 0 ? '基本信息' : _props$title,
16
+ extra = props.extra,
17
+ _props$extraStyle = props.extraStyle,
18
+ extraStyle = _props$extraStyle === void 0 ? {} : _props$extraStyle;
19
+ return /*#__PURE__*/_react["default"].createElement("div", {
20
+ className: "mytitle ".concat(theme)
21
+ }, /*#__PURE__*/_react["default"].createElement("span", {
22
+ className: 'mytitleWrap'
23
+ }, " ", title), extra ? /*#__PURE__*/_react["default"].createElement("div", {
24
+ className: "extra",
25
+ style: Object.assign({}, extraStyle)
26
+ }, extra) : null);
27
+ };
28
+ var SubTitle2 = function SubTitle2(props) {
29
+ var title = props.title;
30
+ var _useSettings2 = (0, _useSettings3["default"])(),
31
+ theme = _useSettings2.theme;
32
+ return /*#__PURE__*/_react["default"].createElement("div", {
33
+ className: "mytitle2 ".concat(theme)
34
+ }, /*#__PURE__*/_react["default"].createElement("span", {
35
+ className: 'mytitleWrap'
36
+ }, " ", title));
37
+ };
38
+ exports.SubTitle2 = SubTitle2;
39
+ var SubTitle = function SubTitle(props) {
40
+ var _props$type = props.type,
41
+ type = _props$type === void 0 ? 1 : _props$type,
42
+ _props$title2 = props.title,
43
+ title = _props$title2 === void 0 ? '基本信息' : _props$title2,
44
+ extra = props.extra,
45
+ _props$extraStyle2 = props.extraStyle,
46
+ extraStyle = _props$extraStyle2 === void 0 ? {} : _props$extraStyle2;
47
+ if (type == 1) {
48
+ return /*#__PURE__*/_react["default"].createElement(SubTitle1, {
49
+ title: title,
50
+ extra: extra,
51
+ extraStyle: extraStyle
52
+ });
53
+ } else {
54
+ return /*#__PURE__*/_react["default"].createElement(SubTitle2, {
55
+ title: title
56
+ });
57
+ }
58
+ };
59
+ var _default = SubTitle;
60
+ exports["default"] = _default;
61
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["SubTitle1","props","useSettings","theme","title","extra","extraStyle","React","createElement","className","style","Object","assign","SubTitle2","SubTitle","type"],"sources":["vm-common-components/components/SubTitle/index.js"],"sourcesContent":["import React from 'react';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport './style/index.less';\nconst SubTitle1 = (props) => {\n const { theme } = useSettings();\n const { title = '基本信息', extra, extraStyle = {} } = props;\n return (React.createElement(\"div\", { className: `mytitle ${theme}` },\n React.createElement(\"span\", { className: 'mytitleWrap' },\n \" \",\n title),\n extra ? (React.createElement(\"div\", { className: \"extra\", style: Object.assign({}, extraStyle) }, extra)) : null));\n};\nexport const SubTitle2 = (props) => {\n const { title } = props;\n const { theme } = useSettings();\n return (React.createElement(\"div\", { className: `mytitle2 ${theme}` },\n React.createElement(\"span\", { className: 'mytitleWrap' },\n \" \",\n title)));\n};\nconst SubTitle = (props) => {\n const { type = 1, title = '基本信息', extra, extraStyle = {} } = props;\n if (type == 1) {\n return React.createElement(SubTitle1, { title: title, extra: extra, extraStyle: extraStyle });\n }\n else {\n return React.createElement(SubTitle2, { title: title });\n }\n};\nexport default SubTitle;\n"],"mappings":";;;;;;AAAA;AACA;AACA;AAA4B;AAC5B,IAAMA,SAAS,GAAG,SAAZA,SAAS,CAAIC,KAAK,EAAK;EACzB,mBAAkB,IAAAC,wBAAW,GAAE;IAAvBC,KAAK,gBAALA,KAAK;EACb,mBAAmDF,KAAK,CAAhDG,KAAK;IAALA,KAAK,6BAAG,MAAM;IAAEC,KAAK,GAAsBJ,KAAK,CAAhCI,KAAK;IAAA,oBAAsBJ,KAAK,CAAzBK,UAAU;IAAVA,UAAU,kCAAG,CAAC,CAAC;EAC9C,oBAAQC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,oBAAaN,KAAK;EAAG,CAAC,eAChEI,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,EAAE;EAAc,CAAC,EACpD,GAAG,EACHL,KAAK,CAAC,EACVC,KAAK,gBAAIE,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE,OAAO;IAAEC,KAAK,EAAEC,MAAM,CAACC,MAAM,CAAC,CAAC,CAAC,EAAEN,UAAU;EAAE,CAAC,EAAED,KAAK,CAAC,GAAI,IAAI,CAAC;AACzH,CAAC;AACM,IAAMQ,SAAS,GAAG,SAAZA,SAAS,CAAIZ,KAAK,EAAK;EAChC,IAAQG,KAAK,GAAKH,KAAK,CAAfG,KAAK;EACb,oBAAkB,IAAAF,wBAAW,GAAE;IAAvBC,KAAK,iBAALA,KAAK;EACb,oBAAQI,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,qBAAcN,KAAK;EAAG,CAAC,eACjEI,iBAAK,CAACC,aAAa,CAAC,MAAM,EAAE;IAAEC,SAAS,EAAE;EAAc,CAAC,EACpD,GAAG,EACHL,KAAK,CAAC,CAAC;AACnB,CAAC;AAAC;AACF,IAAMU,QAAQ,GAAG,SAAXA,QAAQ,CAAIb,KAAK,EAAK;EACxB,kBAA6DA,KAAK,CAA1Dc,IAAI;IAAJA,IAAI,4BAAG,CAAC;IAAA,gBAA6Cd,KAAK,CAAhDG,KAAK;IAALA,KAAK,8BAAG,MAAM;IAAEC,KAAK,GAAsBJ,KAAK,CAAhCI,KAAK;IAAA,qBAAsBJ,KAAK,CAAzBK,UAAU;IAAVA,UAAU,mCAAG,CAAC,CAAC;EACxD,IAAIS,IAAI,IAAI,CAAC,EAAE;IACX,oBAAOR,iBAAK,CAACC,aAAa,CAACR,SAAS,EAAE;MAAEI,KAAK,EAAEA,KAAK;MAAEC,KAAK,EAAEA,KAAK;MAAEC,UAAU,EAAEA;IAAW,CAAC,CAAC;EACjG,CAAC,MACI;IACD,oBAAOC,iBAAK,CAACC,aAAa,CAACK,SAAS,EAAE;MAAET,KAAK,EAAEA;IAAM,CAAC,CAAC;EAC3D;AACJ,CAAC;AAAC,eACaU,QAAQ;AAAA"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=css.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"css.js","names":[],"sources":["vm-common-components/components/SubTitle/style/index.js"],"sourcesContent":["\"use strict\";\n"],"mappings":"AAAA,YAAY"}
@@ -0,0 +1,63 @@
1
+ .mytitle {
2
+ color: #222;
3
+ font-size: 16px;
4
+ line-height: 20px;
5
+ margin-bottom: 16px;
6
+ position: relative;
7
+ }
8
+ .mytitle.dark {
9
+ font-size: 18px;
10
+ padding-left: 16px;
11
+ color: #fff;
12
+ background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
13
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
14
+ background-size: 147px 8px;
15
+ background-repeat: no-repeat;
16
+ background-position: 16px bottom;
17
+ }
18
+ .mytitle.dark::after {
19
+ content: '';
20
+ width: 4px;
21
+ height: 100%;
22
+ position: absolute;
23
+ left: 0;
24
+ top: 0;
25
+ background: -webkit-gradient(linear, left bottom, left top, from(#FFCA28), to(#FFFFFF));
26
+ background: linear-gradient(0deg, #FFCA28, #FFFFFF);
27
+ }
28
+ .mytitle.dark::before {
29
+ content: '';
30
+ width: 4px;
31
+ height: 100%;
32
+ position: absolute;
33
+ left: 4px;
34
+ top: 0;
35
+ background: rgba(255, 245, 157, 0.3);
36
+ }
37
+ .mytitle.dark .mytitleWrap {
38
+ font-weight: 600;
39
+ font-family: Microsoft YaHei;
40
+ background: -webkit-gradient(linear, left bottom, left top, from(#B2E0FF), to(#FFFFFF));
41
+ background: linear-gradient(0deg, #B2E0FF 0%, #FFFFFF 100%);
42
+ -webkit-background-clip: text;
43
+ -webkit-text-fill-color: transparent;
44
+ }
45
+ .mytitle .extra {
46
+ position: absolute;
47
+ right: 0;
48
+ top: 0;
49
+ }
50
+ .mytitle2 {
51
+ padding-left: 20px;
52
+ background: url('../assets/arrow.png') no-repeat;
53
+ background-size: 15px auto;
54
+ background-position: left 2px;
55
+ color: #222;
56
+ }
57
+ .mytitle2.dark .mytitleWrap {
58
+ font-family: Microsoft YaHei;
59
+ background: -webkit-gradient(linear, left bottom, left top, from(#B2E0FF), to(#FFFFFF));
60
+ background: linear-gradient(0deg, #B2E0FF 0%, #FFFFFF 100%);
61
+ -webkit-background-clip: text;
62
+ -webkit-text-fill-color: transparent;
63
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["vm-common-components/components/SubTitle/style/index.js"],"sourcesContent":["\"use strict\";\n"],"mappings":"AAAA,YAAY"}
@@ -0,0 +1,63 @@
1
+ .mytitle {
2
+ color: #222;
3
+ font-size: 16px;
4
+ line-height: 20px;
5
+ margin-bottom: 16px;
6
+ position: relative;
7
+
8
+ &.dark {
9
+ font-size: 18px;
10
+ padding-left: 16px;
11
+ color: #fff;
12
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0));
13
+ background-size: 147px 8px;
14
+ background-repeat: no-repeat;
15
+ background-position: 16px bottom;
16
+ &::after{
17
+ content: '';
18
+ width: 4px;
19
+ height: 100%;
20
+ position: absolute;
21
+ left: 0;
22
+ top:0;
23
+ background: linear-gradient(0deg, #FFCA28, #FFFFFF);
24
+ }
25
+ &::before{
26
+ content: '';
27
+ width: 4px;
28
+ height: 100%;
29
+ position: absolute;
30
+ left: 4px;
31
+ top:0;
32
+ background: rgba(255, 245, 157, 0.3);
33
+ }
34
+ .mytitleWrap{
35
+ font-weight: 600;
36
+ font-family: Microsoft YaHei;
37
+ background: linear-gradient(0deg, #B2E0FF 0%, #FFFFFF 100%);
38
+ -webkit-background-clip: text;
39
+ -webkit-text-fill-color: transparent;
40
+ }
41
+ }
42
+ .extra {
43
+ position: absolute;
44
+ right: 0;
45
+ top: 0;
46
+ }
47
+ }
48
+ .mytitle2{
49
+ padding-left: 20px;
50
+ background: url('../assets/arrow.png') no-repeat;
51
+ background-size: 15px auto;
52
+ background-position: left 2px;
53
+ color:#222;
54
+ &.dark{
55
+ .mytitleWrap{
56
+ font-family: Microsoft YaHei;
57
+ background: linear-gradient(0deg, #B2E0FF 0%, #FFFFFF 100%);
58
+ -webkit-background-clip: text;
59
+ -webkit-text-fill-color: transparent;
60
+ }
61
+ }
62
+
63
+ }
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ require("./style/index.less");
10
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
13
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
14
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
15
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
16
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
17
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
18
+ var TimePeriodSwitch = function TimePeriodSwitch(_ref) {
19
+ var options = _ref.options,
20
+ defaultActiveKey = _ref.defaultActiveKey,
21
+ _ref$style = _ref.style,
22
+ style = _ref$style === void 0 ? {} : _ref$style,
23
+ _onClick = _ref.onClick;
24
+ var _useState = (0, _react.useState)(defaultActiveKey),
25
+ _useState2 = _slicedToArray(_useState, 2),
26
+ active = _useState2[0],
27
+ setActive = _useState2[1];
28
+ return /*#__PURE__*/_react["default"].createElement("div", {
29
+ className: 'timePeriodSwitchList'
30
+ }, options === null || options === void 0 ? void 0 : options.map(function (item) {
31
+ return /*#__PURE__*/_react["default"].createElement("div", {
32
+ key: item.value,
33
+ onClick: function onClick() {
34
+ setActive(item.value);
35
+ _onClick && _onClick(item.value);
36
+ },
37
+ className: active == item.value ? 'timePeriodSwitch--active' : 'timePeriodSwitch',
38
+ style: style
39
+ }, item.name);
40
+ }));
41
+ };
42
+ var _default = TimePeriodSwitch;
43
+ exports["default"] = _default;
44
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":["TimePeriodSwitch","options","defaultActiveKey","style","onClick","useState","active","setActive","React","createElement","className","map","item","key","value","name"],"sources":["vm-common-components/components/TimePeriodSwitch/index.js"],"sourcesContent":["import React, { useState } from 'react';\nimport './style/index.less';\nconst TimePeriodSwitch = ({ options, defaultActiveKey, style = {}, onClick }) => {\n const [active, setActive] = useState(defaultActiveKey);\n return (React.createElement(\"div\", { className: 'timePeriodSwitchList' }, options === null || options === void 0 ? void 0 : options.map(item => {\n return React.createElement(\"div\", { key: item.value, onClick: () => {\n setActive(item.value);\n onClick && onClick(item.value);\n }, className: active == item.value ? 'timePeriodSwitch--active' : 'timePeriodSwitch', style: style }, item.name);\n })));\n};\nexport default TimePeriodSwitch;\n"],"mappings":";;;;;;;AAAA;AACA;AAA4B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAC5B,IAAMA,gBAAgB,GAAG,SAAnBA,gBAAgB,OAA2D;EAAA,IAArDC,OAAO,QAAPA,OAAO;IAAEC,gBAAgB,QAAhBA,gBAAgB;IAAA,kBAAEC,KAAK;IAALA,KAAK,2BAAG,CAAC,CAAC;IAAEC,QAAO,QAAPA,OAAO;EACtE,gBAA4B,IAAAC,eAAQ,EAACH,gBAAgB,CAAC;IAAA;IAA/CI,MAAM;IAAEC,SAAS;EACxB,oBAAQC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAuB,CAAC,EAAET,OAAO,KAAK,IAAI,IAAIA,OAAO,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,OAAO,CAACU,GAAG,CAAC,UAAAC,IAAI,EAAI;IAC5I,oBAAOJ,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;MAAEI,GAAG,EAAED,IAAI,CAACE,KAAK;MAAEV,OAAO,EAAE,mBAAM;QAC5DG,SAAS,CAACK,IAAI,CAACE,KAAK,CAAC;QACrBV,QAAO,IAAIA,QAAO,CAACQ,IAAI,CAACE,KAAK,CAAC;MAClC,CAAC;MAAEJ,SAAS,EAAEJ,MAAM,IAAIM,IAAI,CAACE,KAAK,GAAG,0BAA0B,GAAG,kBAAkB;MAAEX,KAAK,EAAEA;IAAM,CAAC,EAAES,IAAI,CAACG,IAAI,CAAC;EACxH,CAAC,CAAC,CAAC;AACP,CAAC;AAAC,eACaf,gBAAgB;AAAA"}
@@ -0,0 +1,41 @@
1
+ .timePeriodSwitchList {
2
+ display: -webkit-box;
3
+ display: -ms-flexbox;
4
+ display: flex;
5
+ }
6
+ .timePeriodSwitchList .button-common {
7
+ display: inline-block;
8
+ padding: 5px 15px;
9
+ border-radius: 2px;
10
+ cursor: pointer;
11
+ font-weight: 500;
12
+ font-size: 16px;
13
+ text-align: center;
14
+ width: 100px;
15
+ }
16
+ .timePeriodSwitchList .timePeriodSwitch {
17
+ display: inline-block;
18
+ padding: 5px 15px;
19
+ border-radius: 2px;
20
+ cursor: pointer;
21
+ font-weight: 500;
22
+ font-size: 16px;
23
+ text-align: center;
24
+ width: 100px;
25
+ background: url(../assets/normal.png) no-repeat;
26
+ background-size: 100% 100%;
27
+ color: rgba(255, 255, 255, 0.6);
28
+ }
29
+ .timePeriodSwitchList .timePeriodSwitch--active {
30
+ display: inline-block;
31
+ padding: 5px 15px;
32
+ border-radius: 2px;
33
+ cursor: pointer;
34
+ font-weight: 500;
35
+ font-size: 16px;
36
+ text-align: center;
37
+ width: 100px;
38
+ background: url(../assets/active.png) no-repeat;
39
+ background-size: 100% 100%;
40
+ color: #fff;
41
+ }