@vtx/player 0.0.15 → 0.0.16

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 (212) hide show
  1. package/lib/controls/style/css.js +10 -0
  2. package/lib/controls/style/css.js.map +1 -1
  3. package/lib/controls/style/index.d.ts +5 -0
  4. package/lib/controls/style/index.js +10 -0
  5. package/lib/controls/style/index.js.map +1 -1
  6. package/lib/history-control/index.d.ts +1 -1
  7. package/lib/history-control/index.js +2 -2
  8. package/lib/history-control/index.js.map +1 -1
  9. package/lib/history-control/style/css.js +8 -0
  10. package/lib/history-control/style/css.js.map +1 -1
  11. package/lib/history-control/style/index.d.ts +4 -0
  12. package/lib/history-control/style/index.js +8 -0
  13. package/lib/history-control/style/index.js.map +1 -1
  14. package/lib/history-player/style/css.js +4 -0
  15. package/lib/history-player/style/css.js.map +1 -1
  16. package/lib/history-player/style/index.d.ts +2 -0
  17. package/lib/history-player/style/index.js +4 -0
  18. package/lib/history-player/style/index.js.map +1 -1
  19. package/lib/live-control/style/css.js +4 -0
  20. package/lib/live-control/style/css.js.map +1 -1
  21. package/lib/live-control/style/index.d.ts +3 -0
  22. package/lib/live-control/style/index.js +4 -0
  23. package/lib/live-control/style/index.js.map +1 -1
  24. package/lib/live-player/demo/src/components/lib/vtx-color-picker/style/index.css +12 -0
  25. package/lib/live-player/demo/src/components/lib/vtx-color-picker/style/index.less +12 -0
  26. package/lib/live-player/demo/src/components/lib/vtx-combogrid/style/index.css +24 -0
  27. package/lib/live-player/demo/src/components/lib/vtx-combogrid/style/index.less +29 -0
  28. package/lib/live-player/demo/src/components/lib/vtx-datagrid/style/index.css +136 -0
  29. package/lib/live-player/demo/src/components/lib/vtx-datagrid/style/index.less +166 -0
  30. package/lib/live-player/demo/src/components/lib/vtx-date-picker/style/index.css +29 -0
  31. package/lib/live-player/demo/src/components/lib/vtx-date-picker/style/index.less +39 -0
  32. package/lib/live-player/demo/src/components/lib/vtx-editor/style/index.css +6 -0
  33. package/lib/live-player/demo/src/components/lib/vtx-editor/style/index.less +8 -0
  34. package/lib/live-player/demo/src/components/lib/vtx-ellipsis-text/style/index.css +13 -0
  35. package/lib/live-player/demo/src/components/lib/vtx-ellipsis-text/style/index.less +13 -0
  36. package/lib/live-player/demo/src/components/lib/vtx-export/style/index.css +8 -0
  37. package/lib/live-player/demo/src/components/lib/vtx-export/style/index.less +6 -0
  38. package/lib/live-player/demo/src/components/lib/vtx-form-layout/demo/Modal.css +42 -0
  39. package/lib/live-player/demo/src/components/lib/vtx-form-layout/demo/Modal.less +43 -0
  40. package/lib/live-player/demo/src/components/lib/vtx-form-layout/style/index.css +224 -0
  41. package/lib/live-player/demo/src/components/lib/vtx-form-layout/style/index.less +211 -0
  42. package/lib/live-player/demo/src/components/lib/vtx-image/style/index.css +46 -0
  43. package/lib/live-player/demo/src/components/lib/vtx-image/style/index.less +63 -0
  44. package/lib/live-player/demo/src/components/lib/vtx-import/style/index.css +3 -0
  45. package/lib/live-player/demo/src/components/lib/vtx-import/style/index.less +8 -0
  46. package/lib/live-player/demo/src/components/lib/vtx-input/style/index.css +22 -0
  47. package/lib/live-player/demo/src/components/lib/vtx-input/style/index.less +24 -0
  48. package/lib/live-player/demo/src/components/lib/vtx-modal/style/index.css +80 -0
  49. package/lib/live-player/demo/src/components/lib/vtx-modal/style/index.less +95 -0
  50. package/lib/live-player/demo/src/components/lib/vtx-page-layout/style/index.css +115 -0
  51. package/lib/live-player/demo/src/components/lib/vtx-page-layout/style/index.less +138 -0
  52. package/lib/live-player/demo/src/components/lib/vtx-rps-frame/style/index.css +8 -0
  53. package/lib/live-player/demo/src/components/lib/vtx-rps-frame/style/index.less +8 -0
  54. package/lib/live-player/demo/src/components/lib/vtx-scrollable-row/style/index.css +111 -0
  55. package/lib/live-player/demo/src/components/lib/vtx-scrollable-row/style/index.less +113 -0
  56. package/lib/live-player/demo/src/components/lib/vtx-search/style/index.css +84 -0
  57. package/lib/live-player/demo/src/components/lib/vtx-search/style/index.less +83 -0
  58. package/lib/live-player/demo/src/components/lib/vtx-select/style/index.css +68 -0
  59. package/lib/live-player/demo/src/components/lib/vtx-select/style/index.less +68 -0
  60. package/lib/live-player/demo/src/components/lib/vtx-signature/style/index.css +35 -0
  61. package/lib/live-player/demo/src/components/lib/vtx-signature/style/index.less +33 -0
  62. package/lib/live-player/demo/src/components/lib/vtx-split-pane/style/index.css +59 -0
  63. package/lib/live-player/demo/src/components/lib/vtx-split-pane/style/index.less +60 -0
  64. package/lib/live-player/demo/src/components/lib/vtx-statistics-column/style/index.css +55 -0
  65. package/lib/live-player/demo/src/components/lib/vtx-statistics-column/style/index.less +59 -0
  66. package/lib/live-player/demo/src/components/lib/vtx-upload/style/index.css +54 -0
  67. package/lib/live-player/demo/src/components/lib/vtx-upload/style/index.less +61 -0
  68. package/lib/live-player/demo/src/components/lib/vtx-ztree/style/index.css +29 -0
  69. package/lib/live-player/demo/src/components/lib/vtx-ztree/style/index.less +30 -0
  70. package/lib/live-player/demo/src/components/lib/vtx-ztree-select/style/index.css +66 -0
  71. package/lib/live-player/demo/src/components/lib/vtx-ztree-select/style/index.less +74 -0
  72. package/lib/live-player/demo/src/components/vtxModals/lib/be-input/style/index.css +13 -0
  73. package/lib/live-player/demo/src/components/vtxModals/lib/be-input/style/index.less +16 -0
  74. package/lib/live-player/demo/src/components/vtxModals/lib/theme/dark.css +17 -0
  75. package/lib/live-player/demo/src/components/vtxModals/lib/theme/dark.less +19 -0
  76. package/lib/live-player/demo/src/components/vtxModals/lib/theme/default.css +16 -0
  77. package/lib/live-player/demo/src/components/vtxModals/lib/theme/default.less +16 -0
  78. package/lib/live-player/demo/src/components/vtxModals/lib/theme/global.css +18 -0
  79. package/lib/live-player/demo/src/components/vtxModals/lib/theme/global.less +61 -0
  80. package/lib/live-player/demo/src/components/vtxModals/lib/vm-car-history/style/index.css +3 -0
  81. package/lib/live-player/demo/src/components/vtxModals/lib/vm-car-history/style/index.less +5 -0
  82. package/lib/live-player/demo/src/components/vtxModals/lib/vm-chart/style/index.css +9 -0
  83. package/lib/live-player/demo/src/components/vtxModals/lib/vm-chart/style/index.less +10 -0
  84. package/lib/live-player/demo/src/components/vtxModals/lib/vm-filter/style/index.css +109 -0
  85. package/lib/live-player/demo/src/components/vtxModals/lib/vm-filter/style/index.less +142 -0
  86. package/lib/live-player/demo/src/components/vtxModals/lib/vm-info-collection/style/index.css +22 -0
  87. package/lib/live-player/demo/src/components/vtxModals/lib/vm-info-collection/style/index.less +18 -0
  88. package/lib/live-player/demo/src/components/vtxModals/lib/vm-stat-collection/style/index.css +37 -0
  89. package/lib/live-player/demo/src/components/vtxModals/lib/vm-stat-collection/style/index.less +41 -0
  90. package/lib/live-player/demo/src/components/vtxModals/lib/vm-sub-tabs/style/index.css +42 -0
  91. package/lib/live-player/demo/src/components/vtxModals/lib/vm-sub-tabs/style/index.less +50 -0
  92. package/lib/live-player/demo/src/components/vtxModals/lib/vm-table/style/index.css +150 -0
  93. package/lib/live-player/demo/src/components/vtxModals/lib/vm-table/style/index.less +187 -0
  94. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-base-modal/style/index.css +412 -0
  95. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-base-modal/style/index.less +469 -0
  96. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-community-modal/style/index.css +52 -0
  97. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-community-modal/style/index.less +43 -0
  98. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-construction-site-modal/style/index.css +108 -0
  99. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-construction-site-modal/style/index.less +95 -0
  100. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-full-screen-base-modal/style/index.css +81 -0
  101. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-full-screen-base-modal/style/index.less +96 -0
  102. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/index.css +3 -0
  103. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/index.less +7 -0
  104. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/lastProcessFlow.css +67 -0
  105. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/lastProcessFlow.less +69 -0
  106. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-enterprise-modal/style/index.css +6 -0
  107. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-enterprise-modal/style/index.less +7 -0
  108. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-filling-station-modal/style/index.css +6 -0
  109. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-filling-station-modal/style/index.less +7 -0
  110. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-security-check-modal/style/index.css +0 -0
  111. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-security-check-modal/style/index.less +1 -0
  112. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-staff-modal/style/index.css +9 -0
  113. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-staff-modal/style/index.less +13 -0
  114. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-supply-station-modal/style/index.css +6 -0
  115. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-supply-station-modal/style/index.less +7 -0
  116. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-user-modal/style/index.css +0 -0
  117. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-user-modal/style/index.less +1 -0
  118. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-vehicle-modal/style/index.css +245 -0
  119. package/lib/live-player/demo/src/components/vtxModals/lib/vtx-vehicle-modal/style/index.less +218 -0
  120. package/lib/live-player/demo/src/global.css +6 -0
  121. package/lib/live-player/demo/src/global.less +6 -0
  122. package/lib/live-player/demo/src/layouts/menu/index.css +31 -0
  123. package/lib/live-player/demo/src/layouts/menu/index.less +30 -0
  124. package/lib/live-player/demo/src/pages/carHistory/components/Cover/index.css +370 -0
  125. package/lib/live-player/demo/src/pages/carHistory/components/Cover/index.less +235 -0
  126. package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/map2.jpg +0 -0
  127. package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/map_inverted.png +0 -0
  128. package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/radial_layers_medium2.jpg +0 -0
  129. package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/universe4.jpg +0 -0
  130. package/lib/live-player/demo/src/pages/carHistory/components/Earth/index.css +10 -0
  131. package/lib/live-player/demo/src/pages/carHistory/components/Earth/index.less +10 -0
  132. package/lib/live-player/demo/src/pages/carHistory/components/video/index.d.ts +221 -0
  133. package/lib/live-player/demo/src/pages/carHistory/components/video/types/api/fetch.d.ts +12 -0
  134. package/lib/live-player/demo/src/pages/carHistory/components/video/types/api/index.d.ts +15 -0
  135. package/lib/live-player/demo/src/pages/carHistory/components/video/types/api/types.d.ts +107 -0
  136. package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/bill-player/index.d.ts +21 -0
  137. package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/controls/index.d.ts +52 -0
  138. package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/history-control/index.d.ts +39 -0
  139. package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/history-player/index.d.ts +31 -0
  140. package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/live-channel-player/index.d.ts +16 -0
  141. package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/live-control/index.d.ts +35 -0
  142. package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/live-player/index.d.ts +22 -0
  143. package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/player/index.d.ts +84 -0
  144. package/lib/live-player/demo/src/pages/carHistory/components/video/types/context/index.d.ts +8 -0
  145. package/lib/live-player/demo/src/pages/carHistory/components/video/types/hooks/useSettings.d.ts +9 -0
  146. package/lib/live-player/demo/src/pages/carHistory/components/video/types/icons/index.d.ts +54 -0
  147. package/lib/live-player/demo/src/pages/carHistory/components/video/types/main.d.ts +8 -0
  148. package/lib/live-player/demo/src/pages/carHistory/components/video/types/utils/index.d.ts +60 -0
  149. package/lib/live-player/demo/src/pages/carHistory/index.css +13 -0
  150. package/lib/live-player/demo/src/pages/carHistory/index.less +13 -0
  151. package/lib/live-player/demo/src/pages/demo/index.css +0 -0
  152. package/lib/live-player/demo/src/pages/demo/index.less +0 -0
  153. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/AMap/AMap.css +27 -0
  154. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/AMap/AMap.less +27 -0
  155. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/BMap/Map.css +26 -0
  156. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/BMap/Map.less +28 -0
  157. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/GMap/Map.css +88 -0
  158. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/GMap/Map.less +87 -0
  159. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/Map.css +7 -0
  160. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/Map.less +9 -0
  161. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OMap/Map.css +76 -0
  162. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OMap/Map.less +70 -0
  163. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OlMap/Map.css +169 -0
  164. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OlMap/Map.less +165 -0
  165. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/TMap/TMap.css +31 -0
  166. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/TMap/TMap.less +37 -0
  167. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/images/defaultMarker.png +0 -0
  168. package/lib/live-player/demo/src/pages/test/components/map/VtxMap/images/defaultMarker_selected.png +0 -0
  169. package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModal.css +62 -0
  170. package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModal.less +67 -0
  171. package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModalAntd3.css +62 -0
  172. package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModalAntd3.less +67 -0
  173. package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMap.css +171 -0
  174. package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMap.less +171 -0
  175. package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMapAntd3.css +0 -0
  176. package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMapAntd3.less +1 -0
  177. package/lib/live-player/demo/src/pages/test/lib/be-input/style/index.css +13 -0
  178. package/lib/live-player/demo/src/pages/test/lib/be-input/style/index.less +16 -0
  179. package/lib/live-player/demo/src/pages/test/lib/theme/dark.css +16 -0
  180. package/lib/live-player/demo/src/pages/test/lib/theme/dark.less +18 -0
  181. package/lib/live-player/demo/src/pages/test/lib/theme/default.css +16 -0
  182. package/lib/live-player/demo/src/pages/test/lib/theme/default.less +16 -0
  183. package/lib/live-player/demo/src/pages/test/lib/theme/global.css +18 -0
  184. package/lib/live-player/demo/src/pages/test/lib/theme/global.less +61 -0
  185. package/lib/live-player/demo/src/pages/test/lib/vm-car-history/style/index.css +3 -0
  186. package/lib/live-player/demo/src/pages/test/lib/vm-car-history/style/index.less +5 -0
  187. package/lib/live-player/demo/src/pages/test/lib/vm-chart/style/index.css +9 -0
  188. package/lib/live-player/demo/src/pages/test/lib/vm-chart/style/index.less +10 -0
  189. package/lib/live-player/demo/src/pages/test/lib/vm-filter/style/index.css +112 -0
  190. package/lib/live-player/demo/src/pages/test/lib/vm-filter/style/index.less +146 -0
  191. package/lib/live-player/demo/src/pages/test/lib/vm-info-collection/style/index.css +17 -0
  192. package/lib/live-player/demo/src/pages/test/lib/vm-info-collection/style/index.less +17 -0
  193. package/lib/live-player/demo/src/pages/test/lib/vm-stat-collection/style/index.css +38 -0
  194. package/lib/live-player/demo/src/pages/test/lib/vm-stat-collection/style/index.less +41 -0
  195. package/lib/live-player/demo/src/pages/test/lib/vm-sub-tabs/style/index.css +42 -0
  196. package/lib/live-player/demo/src/pages/test/lib/vm-sub-tabs/style/index.less +50 -0
  197. package/lib/live-player/demo/src/pages/test/lib/vm-table/style/index.css +150 -0
  198. package/lib/live-player/demo/src/pages/test/lib/vm-table/style/index.less +187 -0
  199. package/lib/live-player/demo/src/pages/test/lib/vtx-base-modal/style/index.css +122 -0
  200. package/lib/live-player/demo/src/pages/test/lib/vtx-base-modal/style/index.less +123 -0
  201. package/lib/live-player/demo/src/pages/test/lib/vtx-community-modal/style/index.css +47 -0
  202. package/lib/live-player/demo/src/pages/test/lib/vtx-community-modal/style/index.less +41 -0
  203. package/lib/live-player/demo/src/pages/test/lib/vtx-construction-site-modal/style/index.css +100 -0
  204. package/lib/live-player/demo/src/pages/test/lib/vtx-construction-site-modal/style/index.less +90 -0
  205. package/lib/live-player/demo/src/pages/test/lib/vtx-vehicle-modal/style/index.css +228 -0
  206. package/lib/live-player/demo/src/pages/test/lib/vtx-vehicle-modal/style/index.less +201 -0
  207. package/lib/live-player/style/css.js +2 -0
  208. package/lib/live-player/style/css.js.map +1 -1
  209. package/lib/live-player/style/index.d.ts +1 -0
  210. package/lib/live-player/style/index.js +2 -0
  211. package/lib/live-player/style/index.js.map +1 -1
  212. package/package.json +1 -1
@@ -0,0 +1,171 @@
1
+ .vtx-ui-searchmap-searchmodal {
2
+ z-index: 1001;
3
+ }
4
+ .vtx-ui-searchmap-searchmodal .ant-modal {
5
+ width: calc(100% - 200px) !important;
6
+ min-width: 800px;
7
+ height: 70vh;
8
+ }
9
+ .vtx-ui-searchmap-searchmodal .ant-modal .ant-modal-title {
10
+ color: #1890ff;
11
+ }
12
+ .vtx-ui-searchmap-searchmodal .ant-modal .ant-modal-content {
13
+ width: 100%;
14
+ height: 100%;
15
+ }
16
+ .vtx-ui-searchmap-searchmodal .ant-modal .ant-modal-content .ant-modal-body {
17
+ width: 100%;
18
+ height: calc(100% - 108px) !important;
19
+ padding: 0px;
20
+ background-color: #fff;
21
+ }
22
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap {
23
+ width: 100%;
24
+ height: 100%;
25
+ padding-top: 48px;
26
+ -webkit-box-sizing: border-box;
27
+ box-sizing: border-box;
28
+ position: relative;
29
+ overflow: hidden;
30
+ }
31
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-top,
32
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-bottom {
33
+ width: 100%;
34
+ height: 48px;
35
+ position: absolute;
36
+ left: 0px;
37
+ padding: 10px 15px;
38
+ }
39
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-top button,
40
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-bottom button {
41
+ margin-left: 10px;
42
+ }
43
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-top {
44
+ top: 0px;
45
+ border-bottom: 1px solid #d9d9d9;
46
+ }
47
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-top .vtx-ui-searchmap-othermodal {
48
+ position: absolute;
49
+ right: 25px;
50
+ line-height: 28px;
51
+ display: inline-block;
52
+ }
53
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-bottom {
54
+ bottom: 0px;
55
+ border-top: 1px solid #d9d9d9;
56
+ text-align: right;
57
+ }
58
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content {
59
+ width: 100%;
60
+ height: 100%;
61
+ position: relative;
62
+ padding-left: 25px;
63
+ }
64
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-show {
65
+ display: inline-block;
66
+ width: 100%;
67
+ height: 100%;
68
+ }
69
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-hidden {
70
+ display: none;
71
+ }
72
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-w_l {
73
+ width: 300px !important;
74
+ }
75
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left {
76
+ width: 25px;
77
+ height: 100%;
78
+ display: inline-block;
79
+ -webkit-transition-duration: 0.3s;
80
+ transition-duration: 0.3s;
81
+ -webkit-transition-property: width;
82
+ transition-property: width;
83
+ vertical-align: top;
84
+ border-right: 1px solid #d9d9d9;
85
+ position: absolute;
86
+ top: 0px;
87
+ left: 0px;
88
+ z-index: 10;
89
+ background-color: #fff;
90
+ }
91
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-listtitle {
92
+ width: 100%;
93
+ height: 30px;
94
+ line-height: 30px;
95
+ border-bottom: 1px solid #d9d9d9;
96
+ }
97
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-listtitle .vtx-ui-searchmap-title {
98
+ width: calc(100% - 30px);
99
+ display: inline-block;
100
+ padding-left: 15px;
101
+ font-size: 15px;
102
+ }
103
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-listtitle .vtx-ui-searchmap-btn {
104
+ display: inline-block;
105
+ width: 30px;
106
+ text-align: center;
107
+ color: #1890ff;
108
+ height: 30px;
109
+ line-height: 30px;
110
+ cursor: pointer;
111
+ }
112
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-lists {
113
+ width: 100%;
114
+ line-height: 35px;
115
+ border-bottom: 1px solid #d9d9d9;
116
+ font-size: 12px;
117
+ overflow: hidden;
118
+ text-overflow: ellipsis;
119
+ white-space: nowrap;
120
+ padding: 0px 15px;
121
+ cursor: pointer;
122
+ color: #999;
123
+ }
124
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-lists:hover {
125
+ background-color: #ECF6FD;
126
+ color: #1890ff;
127
+ }
128
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-lists.vtx-ui-searchmap-select {
129
+ background-color: #ECF6FD;
130
+ color: #1890ff;
131
+ }
132
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-scrollauto {
133
+ height: calc(100% - 30px);
134
+ overflow-y: auto;
135
+ }
136
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-content_right {
137
+ width: 100%;
138
+ height: 100%;
139
+ display: inline-block;
140
+ -webkit-transition-duration: 0.3s;
141
+ transition-duration: 0.3s;
142
+ -webkit-transition-property: width;
143
+ transition-property: width;
144
+ }
145
+ .vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap .vtx-ui-searchmap-content .vtx-ui-searchmap-btn {
146
+ text-align: center;
147
+ color: #1890ff;
148
+ height: 30px;
149
+ line-height: 30px;
150
+ cursor: pointer;
151
+ }
152
+ .vtx-ui-searchmap-showlabel {
153
+ margin-left: 0;
154
+ width: 100px;
155
+ line-height: 25px;
156
+ text-align: center;
157
+ position: relative;
158
+ left: -38px;
159
+ background-color: #222020;
160
+ opacity: 0.6;
161
+ border-radius: 5px;
162
+ color: #FFF;
163
+ padding: 2px 8px;
164
+ text-overflow: ellipsis;
165
+ white-space: nowrap;
166
+ word-break: normal;
167
+ overflow: hidden;
168
+ }
169
+ .vtx-ui-searchmap-hiddenlabel {
170
+ display: none;
171
+ }
@@ -0,0 +1,171 @@
1
+ @import (reference) '~antd/lib/style/themes/index.less';
2
+
3
+ .vtx-ui-searchmap-searchmodal{
4
+ z-index: 1001;
5
+ .ant-modal{
6
+ width: e('calc(100% - 200px)') !important;
7
+ min-width: 800px;
8
+ height: 70vh;
9
+ .ant-modal-title{
10
+ color: @primary-color;
11
+ }
12
+ .ant-modal-content{
13
+ width: 100%;
14
+ height: 100%;
15
+ .ant-modal-body{
16
+ width: 100%;
17
+ height: e('calc(100% - 108px)') !important;
18
+ padding: 0px;
19
+ background-color: @body-background;
20
+ }
21
+ }
22
+ }
23
+ .vtx-ui-searchmap-searchmap{
24
+ width: 100%;
25
+ height: 100%;
26
+ padding-top: 48px;
27
+ // padding-bottom: 48px;
28
+ box-sizing: border-box;
29
+ position: relative;
30
+ overflow: hidden;
31
+ .vtx-ui-searchmap-top,.vtx-ui-searchmap-bottom{
32
+ width: 100%;
33
+ height: 48px;
34
+ position: absolute;
35
+ left: 0px;
36
+ padding: 10px 15px;
37
+ button{
38
+ margin-left: 10px;
39
+ }
40
+ }
41
+ .vtx-ui-searchmap-top{
42
+ top: 0px;
43
+ border-bottom: 1px solid @border-color-base;
44
+ .vtx-ui-searchmap-othermodal{
45
+ position: absolute;
46
+ right: 25px;
47
+ line-height: 28px;
48
+ display: inline-block;
49
+ }
50
+ }
51
+ .vtx-ui-searchmap-bottom{
52
+ bottom: 0px;
53
+ border-top: 1px solid @border-color-base;
54
+ text-align: right;
55
+ }
56
+ .vtx-ui-searchmap-content{
57
+ width: 100%;
58
+ height: 100%;
59
+ position: relative;
60
+ padding-left: 25px;
61
+ .vtx-ui-searchmap-show{
62
+ display: inline-block;
63
+ width: 100%;
64
+ height: 100%;
65
+ }
66
+ .vtx-ui-searchmap-hidden{
67
+ display: none;
68
+ }
69
+ .vtx-ui-searchmap-w_l{
70
+ width: 300px !important;
71
+ }
72
+ .vtx-ui-searchmap-content_left{
73
+ width: 25px;
74
+ height: 100%;
75
+ display: inline-block;
76
+ -webkit-transition-duration: 0.3s;
77
+ -o-transition-duration: 0.3s;
78
+ transition-duration: 0.3s;
79
+ transition-property: width;
80
+ vertical-align: top;
81
+ border-right: 1px solid @border-color-base;
82
+ position: absolute;
83
+ top: 0px;
84
+ left: 0px;
85
+ z-index: 10;
86
+ background-color: @body-background;
87
+ .vtx-ui-searchmap-listtitle{
88
+ width: 100%;
89
+ height: 30px;
90
+ line-height: 30px;
91
+ border-bottom: 1px solid @border-color-base;;
92
+ .vtx-ui-searchmap-title{
93
+ width: e('calc(100% - 30px)');
94
+ display: inline-block;
95
+ padding-left: 15px;
96
+ font-size: 15px;
97
+ }
98
+ .vtx-ui-searchmap-btn{
99
+ display: inline-block;
100
+ width: 30px;
101
+ text-align: center;
102
+ color: @primary-color;
103
+ height: 30px;
104
+ line-height: 30px;
105
+ cursor: pointer;
106
+ }
107
+ }
108
+ .vtx-ui-searchmap-lists{
109
+ width: 100%;
110
+ line-height: 35px;
111
+ border-bottom: 1px solid @border-color-base;;
112
+ font-size: 12px;
113
+ overflow: hidden;
114
+ text-overflow: ellipsis;
115
+ white-space: nowrap;
116
+ padding:0px 15px;
117
+ cursor: pointer;
118
+ color: #999;
119
+ &:hover{
120
+ background-color: #ECF6FD;
121
+ color: @primary-color;
122
+ }
123
+ }
124
+ .vtx-ui-searchmap-lists.vtx-ui-searchmap-select{
125
+ background-color: #ECF6FD;
126
+ color: @primary-color;
127
+ }
128
+ .vtx-ui-searchmap-scrollauto{
129
+ height: e('calc(100% - 30px)');
130
+ overflow-y: auto;
131
+ }
132
+ }
133
+ .vtx-ui-searchmap-content_right{
134
+ width: 100%;
135
+ height: 100%;
136
+ display: inline-block;
137
+ -webkit-transition-duration: 0.3s;
138
+ -o-transition-duration: 0.3s;
139
+ transition-duration: 0.3s;
140
+ transition-property: width;
141
+ }
142
+ .vtx-ui-searchmap-btn{
143
+ text-align: center;
144
+ color: @primary-color;
145
+ height: 30px;
146
+ line-height: 30px;
147
+ cursor: pointer;
148
+ }
149
+ }
150
+ }
151
+ }
152
+ .vtx-ui-searchmap-showlabel{
153
+ margin-left: 0;
154
+ width: 100px;
155
+ line-height: 25px;
156
+ text-align: center;
157
+ position: relative;
158
+ left: -38px;
159
+ background-color: #222020;
160
+ opacity: 0.6;
161
+ border-radius: 5px;
162
+ color: #FFF;
163
+ padding: 2px 8px;
164
+ text-overflow: ellipsis;
165
+ white-space: nowrap;
166
+ word-break: normal;
167
+ overflow: hidden;
168
+ }
169
+ .vtx-ui-searchmap-hiddenlabel{
170
+ display: none;
171
+ }
@@ -0,0 +1 @@
1
+ @import (reference) '~antd/lib/style/themes/index.less';
@@ -0,0 +1,13 @@
1
+ .be-input-textarea::after {
2
+ float: right;
3
+ color: rgba(0, 0, 0, 0.45);
4
+ white-space: nowrap;
5
+ content: attr(data-count);
6
+ pointer-events: none;
7
+ }
8
+ .ant-input-affix-wrapper .ant-input-suffix {
9
+ color: rgba(0, 0, 0, 0.45);
10
+ }
11
+ .ant-input-affix-wrapper .ant-input:not(:last-child) {
12
+ padding-right: 48px;
13
+ }
@@ -0,0 +1,16 @@
1
+ .be-input-textarea {
2
+ &::after {
3
+ float: right;
4
+ color: rgba(0, 0, 0, 0.45);
5
+ white-space: nowrap;
6
+ content: attr(data-count);
7
+ pointer-events: none;
8
+ }
9
+ }
10
+
11
+ .ant-input-affix-wrapper .ant-input-suffix {
12
+ color: rgba(0, 0, 0, 0.45);
13
+ }
14
+ .ant-input-affix-wrapper .ant-input:not(:last-child) {
15
+ padding-right: 48px;
16
+ }
@@ -0,0 +1,16 @@
1
+ .vtx-business-modal-wrap.dark {
2
+ --bg-color: linear-gradient(0deg, #081e21cc, #000c);
3
+ --sub-bg-color: #ffffff0d;
4
+ --title-bg-color: #1a292bff;
5
+ --title-border: 1px solid transparent;
6
+ --title-color: white;
7
+ --sub-title-color: #82d3d0ff;
8
+ --label-color: #cafdffff;
9
+ --info-color: #e6e6e6ff;
10
+ --border-color: '#3C7073FF';
11
+ --scroll-bar-bg: #39cbc3aa;
12
+ --scroll-bar-hover-bg: #39cbc3ff;
13
+ --scroll-bar-track-bg: transparent;
14
+ --button-checked-color: linear-gradient(to bottom, #fff0, #fff4 50%, #fff0) 1 100%;
15
+ --button-color: #d4fcf2;
16
+ }
@@ -0,0 +1,18 @@
1
+ .vtx-business-modal-wrap {
2
+ &.dark {
3
+ --bg-color: linear-gradient(0deg, #081e21cc, #000c);
4
+ --sub-bg-color: #ffffff0d;
5
+ --title-bg-color: #1a292bff;
6
+ --title-border: 1px solid transparent;
7
+ --title-color: white;
8
+ --sub-title-color: #82d3d0ff;
9
+ --label-color: #cafdffff;
10
+ --info-color: #e6e6e6ff;
11
+ --border-color: '#3C7073FF';
12
+ --scroll-bar-bg: #39cbc3aa;
13
+ --scroll-bar-hover-bg: #39cbc3ff;
14
+ --scroll-bar-track-bg: transparent;
15
+ --button-checked-color: linear-gradient(to bottom, #fff0, #fff4 50%, #fff0) 1 100%;
16
+ --button-color: #d4fcf2;
17
+ }
18
+ }
@@ -0,0 +1,16 @@
1
+ .vtx-business-modal-wrap {
2
+ --bg-color: white;
3
+ --sub-bg-color: #f3f3f380;
4
+ --title-bg-color: white;
5
+ --title-border: 1px solid #dbdbdbff;
6
+ --title-color: #222;
7
+ --sub-title-color: #222;
8
+ --label-color: #7f7f7f;
9
+ --info-color: #222;
10
+ --border-color: '#DADADAFF';
11
+ --scroll-bar-bg: #c0c0c0;
12
+ --scroll-bar-hover-bg: #adadad;
13
+ --scroll-bar-track-bg: #fafafa;
14
+ --button-checked-color: #1890ff;
15
+ --button-color: '#222';
16
+ }
@@ -0,0 +1,16 @@
1
+ .vtx-business-modal-wrap {
2
+ --bg-color: white;
3
+ --sub-bg-color: #f3f3f380;
4
+ --title-bg-color: white;
5
+ --title-border: 1px solid #dbdbdbff;
6
+ --title-color: #222;
7
+ --sub-title-color: #222;
8
+ --label-color: #7f7f7f;
9
+ --info-color: #222;
10
+ --border-color: '#DADADAFF';
11
+ --scroll-bar-bg: #c0c0c0;
12
+ --scroll-bar-hover-bg: #adadad;
13
+ --scroll-bar-track-bg: #fafafa;
14
+ --button-checked-color: #1890ff;
15
+ --button-color: '#222';
16
+ }
@@ -0,0 +1,18 @@
1
+ *::-webkit-scrollbar {
2
+ width: 10px;
3
+ height: 10px;
4
+ }
5
+ *::-webkit-scrollbar-track {
6
+ background: var(--scroll-bar-track-bg);
7
+ border-radius: 5px;
8
+ }
9
+ *::-webkit-scrollbar-thumb {
10
+ background: var(--scroll-bar-bg);
11
+ border-radius: 5px;
12
+ }
13
+ *::-webkit-scrollbar-corner {
14
+ background-color: transparent;
15
+ }
16
+ *::-webkit-scrollbar-thumb:hover {
17
+ background: var(--scroll-bar-hover-bg);
18
+ }
@@ -0,0 +1,61 @@
1
+ // @font-face {
2
+ // font-weight: normal;
3
+ // font-family: PingFangSC-Regular;
4
+ // font-style: normal;
5
+ // src: url('./fonts/pingfangsc-regular/PingFangSC.woff2') format('woff2');
6
+ // src: url('./fonts/pingfangsc-regular/PingFangSC.woff2') format('woff2'),
7
+ // url('./fonts/pingfangsc-regular/PingFangSC.woff') format('woff');
8
+ // font-display: swap;
9
+ // }
10
+
11
+ // @font-face {
12
+ // font-weight: bold;
13
+ // font-family: DIN-Bold;
14
+ // font-style: normal;
15
+ // src: url('./fonts/DIN/DIN-Bold.woff2') format('woff2'),
16
+ // url('./fonts/DIN/DIN-Bold.woff') format('woff');
17
+ // font-display: swap;
18
+ // }
19
+
20
+ // @font-face {
21
+ // font-weight: normal;
22
+ // font-family: DIN-Regular;
23
+ // font-style: normal;
24
+ // src: url('./fonts/DIN/DIN-Regular.woff2') format('woff2'),
25
+ // url('./fonts/DIN/DIN-Regular.woff') format('woff');
26
+ // font-display: swap;
27
+ // }
28
+
29
+ // @font-face {
30
+ // font-weight: 500;
31
+ // font-family: DIN-light;
32
+ // font-style: normal;
33
+ // src: url('./fonts/DIN/DIN-Medium.woff2') format('woff2'),
34
+ // url('./fonts/DIN/DIN-Medium.woff') format('woff');
35
+ // font-display: swap;
36
+ // }
37
+
38
+ * {
39
+ &::-webkit-scrollbar {
40
+ width: 10px;
41
+ height: 10px;
42
+ }
43
+
44
+ &::-webkit-scrollbar-track {
45
+ background: var(--scroll-bar-track-bg);
46
+ border-radius: 5px;
47
+ }
48
+
49
+ &::-webkit-scrollbar-thumb {
50
+ background: var(--scroll-bar-bg);
51
+ border-radius: 5px;
52
+ }
53
+
54
+ &::-webkit-scrollbar-corner {
55
+ background-color: transparent;
56
+ }
57
+
58
+ &::-webkit-scrollbar-thumb:hover {
59
+ background: var(--scroll-bar-hover-bg);
60
+ }
61
+ }
@@ -0,0 +1,3 @@
1
+ .modal-view-wrap .ant-modal-close {
2
+ color: #fff;
3
+ }
@@ -0,0 +1,5 @@
1
+ .modal-view-wrap {
2
+ .ant-modal-close {
3
+ color: #fff;
4
+ }
5
+ }
@@ -0,0 +1,9 @@
1
+ .chart-title {
2
+ --color: #666;
3
+ color: var(--color);
4
+ font-weight: bold;
5
+ font-size: 14px;
6
+ }
7
+ .chart-title.dark {
8
+ --color: #95fff9ff;
9
+ }
@@ -0,0 +1,10 @@
1
+ .chart-title {
2
+ --color: #666;
3
+
4
+ &.dark {
5
+ --color: #95fff9ff;
6
+ }
7
+ color: var(--color);
8
+ font-weight: bold;
9
+ font-size: 14px;
10
+ }
@@ -0,0 +1,112 @@
1
+ .vm-range-picker {
2
+ --color: #222;
3
+ --border: 1px solid #dadadaff;
4
+ --hover-color: #40a9ff;
5
+ background-color: var(--bg-color) !important;
6
+ border: var(--border) !important;
7
+ }
8
+ .vm-range-picker.dark {
9
+ --color: #a9d5d3ff;
10
+ --border: 1px solid #3c7073ff;
11
+ --bg-color: #0d1a1b;
12
+ --hover-color: white;
13
+ }
14
+ .vm-range-picker.dark .ant-picker-active-bar {
15
+ background: #59ffe2;
16
+ }
17
+ .vm-range-picker .ant-picker-suffix {
18
+ color: var(--color);
19
+ }
20
+ .vm-range-picker:hover {
21
+ border-color: var(--hover-color);
22
+ }
23
+ .vm-range-picker:hover .ant-picker-suffix {
24
+ color: transparent;
25
+ }
26
+ .vm-range-picker .ant-picker-input input {
27
+ color: var(--color);
28
+ }
29
+ .vm-range-picker .ant-picker-separator {
30
+ color: var(--color);
31
+ }
32
+ .vm-range-picker .ant-picker-clear {
33
+ color: var(--color);
34
+ background: transparent;
35
+ }
36
+ .vm-select.dark .ant-select-selector {
37
+ background-color: #0d1a1b !important;
38
+ border: 1px solid #3c7073 !important;
39
+ }
40
+ .vm-select.dark .ant-select-selector .ant-select-selection-item {
41
+ color: #a9d5d3;
42
+ }
43
+ .vm-select.dark:hover .ant-select-selector {
44
+ border: 1px solid #6cc9ce !important;
45
+ }
46
+ .vm-select-dropdown.dark {
47
+ background: #0d1a1b;
48
+ }
49
+ .vm-select-dropdown.dark .ant-select-item {
50
+ color: white;
51
+ }
52
+ .vm-select-dropdown.dark .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
53
+ background-color: #2d575a;
54
+ }
55
+ .vm-select-dropdown.dark .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
56
+ background-color: #1c3436;
57
+ }
58
+ .vm-range-picker-dropdown.dark .ant-picker-range-arrow {
59
+ background: none;
60
+ }
61
+ .vm-range-picker-dropdown.dark .ant-picker-range-arrow::before {
62
+ background: #0d1a1be6;
63
+ }
64
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container {
65
+ background: #0d1a1be6;
66
+ -webkit-box-shadow: 0 3px 6px -4px #ffffff1f, 0 6px 16px #ffffff14, 0 9px 28px 8px #5454540d;
67
+ box-shadow: 0 3px 6px -4px #ffffff1f, 0 6px 16px #ffffff14, 0 9px 28px 8px #5454540d;
68
+ }
69
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-header button {
70
+ color: white;
71
+ }
72
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-header button:hover {
73
+ color: #95fff9;
74
+ }
75
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content th {
76
+ color: white;
77
+ }
78
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-inner {
79
+ color: white;
80
+ }
81
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
82
+ background: #6cff2340;
83
+ }
84
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
85
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
86
+ background: #6cff2340;
87
+ }
88
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
89
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
90
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
91
+ background: #52c41a;
92
+ }
93
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
94
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
95
+ background: #f5f5f55e;
96
+ }
97
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
98
+ border: 1px solid #52c41a;
99
+ }
100
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
101
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
102
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
103
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
104
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
105
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
106
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
107
+ background: #52c41abb;
108
+ }
109
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
110
+ .vm-range-picker-dropdown.dark .ant-picker-panel-container .ant-picker-content .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
111
+ background: #52c41abb !important;
112
+ }