@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,138 @@
1
+ @import (reference) '~antd/lib/style/themes/index.less';
2
+
3
+ @prefix-cls: vtx-page;
4
+ @spacing-base: 10px;
5
+ @padding-default-base: @spacing-base;
6
+
7
+ .size(@width; @height) {
8
+ width: @width;
9
+ height: @height;
10
+ }
11
+
12
+ .relative(@height: 100%, @width: 100%) {
13
+ position: relative;
14
+ .size(@width, @height);
15
+ }
16
+
17
+ .absolute(@top: 0, @right: 0, @left: 0, @bottom: 0) {
18
+ position: absolute;
19
+ top: @top;
20
+ right: @right;
21
+ bottom: @bottom;
22
+ left: @left;
23
+ }
24
+
25
+ .overflow-y {
26
+ overflow: hidden;
27
+ overflow-y: auto;
28
+ }
29
+
30
+ .vtx-page {
31
+ position: relative;
32
+ width: 100%;
33
+ height: 100%;
34
+ overflow-x: hidden;
35
+ font-size: 14px;
36
+ .ant-table-footer {
37
+ padding: 0 !important;
38
+ }
39
+ .vtx-ui-date-normal {
40
+ width: 100%;
41
+ }
42
+ .vtx-ui-grid-normal {
43
+ z-index: 999;
44
+ }
45
+ .ant-tabs {
46
+ height: 100%;
47
+ }
48
+ .ant-tabs-content {
49
+ height: e('calc(100% - 56px)');
50
+ }
51
+ .ant-tabs-tabpane {
52
+ height: 100%;
53
+ }
54
+ .td {
55
+ position: relative;
56
+ }
57
+ }
58
+
59
+ .vtx-button-wrap {
60
+ button + button {
61
+ margin-left: 8px;
62
+ }
63
+ }
64
+
65
+ .vtx-content {
66
+ &-absolute {
67
+ .absolute();
68
+ }
69
+ &-relative {
70
+ .relative();
71
+ }
72
+ &-scroll-y {
73
+ .overflow-y();
74
+ }
75
+ }
76
+
77
+ .vtx-table-wrapper {
78
+ &-absolute {
79
+ .absolute();
80
+ padding: 0 @padding-default-base / 2;
81
+ }
82
+ &-relative {
83
+ .relative();
84
+ max-height: 500px;
85
+ padding: 0 @padding-default-base / 2;
86
+ }
87
+ }
88
+
89
+ @table-page-padding-left: 20px;
90
+ @table-page-padding-right: 20px;
91
+ @table-page-padding-bottom: 16px;
92
+ @table-page-padding-top: 16px;
93
+
94
+ .vtx-page--table {
95
+ position: relative;
96
+ width: 100%;
97
+ height: 100%;
98
+ padding: @table-page-padding-top @table-page-padding-right @table-page-padding-bottom
99
+ @table-page-padding-left;
100
+ overflow-x: hidden;
101
+ font-size: 14px;
102
+ background-color: @layout-body-background;
103
+ }
104
+
105
+ .vtx-table {
106
+ &-search {
107
+ margin-bottom: 16px;
108
+ background: @component-background;
109
+ border-radius: @border-radius-base;
110
+ }
111
+ &-content {
112
+ .absolute();
113
+ right: @table-page-padding-right;
114
+ bottom: @table-page-padding-bottom;
115
+ left: @table-page-padding-left;
116
+ transition-duration: 0.3s;
117
+ transition-property: top;
118
+ }
119
+ &-wrap {
120
+ .absolute();
121
+ padding: 0 24px;
122
+ background-color: @component-background;
123
+ }
124
+ &-card {
125
+ background: @component-background;
126
+ border-radius: @border-radius-base;
127
+ }
128
+ &-left,
129
+ &-right {
130
+ height: 100%;
131
+ overflow: hidden;
132
+ }
133
+ &-left {
134
+ .vtx-ztree-search {
135
+ right: 0;
136
+ }
137
+ }
138
+ }
@@ -0,0 +1,8 @@
1
+ .vtx-rps-frame {
2
+ width: 100%;
3
+ height: 100%;
4
+ overflow: hidden;
5
+ }
6
+ .vtx-rps-frame iframe {
7
+ border-width: 0;
8
+ }
@@ -0,0 +1,8 @@
1
+ .vtx-rps-frame {
2
+ width: 100%;
3
+ height: 100%;
4
+ overflow: hidden;
5
+ iframe {
6
+ border-width: 0;
7
+ }
8
+ }
@@ -0,0 +1,111 @@
1
+ .vtx-scrollable-row-container {
2
+ position: relative;
3
+ -webkit-box-sizing: border-box;
4
+ box-sizing: border-box;
5
+ margin-bottom: -1px;
6
+ overflow: hidden;
7
+ font-size: 14px;
8
+ line-height: 1.5715;
9
+ white-space: nowrap;
10
+ -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
11
+ transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
12
+ zoom: 1;
13
+ }
14
+ .vtx-scrollable-row-container::after {
15
+ clear: both;
16
+ }
17
+ .vtx-scrollable-row-container::before,
18
+ .vtx-scrollable-row-container::after {
19
+ display: table;
20
+ content: ' ';
21
+ }
22
+ .vtx-scrollable-row-container:hover .vtx-scrollable-row-arrow-show {
23
+ display: inline-block;
24
+ }
25
+ .vtx-scrollable-row-prev,
26
+ .vtx-scrollable-row-next {
27
+ position: absolute;
28
+ z-index: 1;
29
+ display: none;
30
+ line-height: 36px;
31
+ text-align: center;
32
+ background: #fff;
33
+ border: none;
34
+ cursor: pointer;
35
+ -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
36
+ transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
37
+ -webkit-user-select: none;
38
+ -moz-user-select: none;
39
+ -ms-user-select: none;
40
+ user-select: none;
41
+ }
42
+ .vtx-scrollable-row-prev-icon,
43
+ .vtx-scrollable-row-next-icon {
44
+ position: absolute;
45
+ top: 50%;
46
+ left: 50%;
47
+ font-weight: 700;
48
+ font-style: normal;
49
+ font-variant: normal;
50
+ line-height: inherit;
51
+ text-align: center;
52
+ text-transform: none;
53
+ vertical-align: baseline;
54
+ -webkit-transform: translate(-50%, -50%);
55
+ -ms-transform: translate(-50%, -50%);
56
+ transform: translate(-50%, -50%);
57
+ }
58
+ .vtx-scrollable-row-prev::before,
59
+ .vtx-scrollable-row-next::before {
60
+ display: block;
61
+ }
62
+ .vtx-scrollable-row-prev {
63
+ left: 0;
64
+ border-radius: 2px 0 0 2px;
65
+ -webkit-box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.16);
66
+ box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.16);
67
+ }
68
+ .vtx-scrollable-row-next {
69
+ right: 0;
70
+ border-radius: 0 2px 2px 0;
71
+ -webkit-box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.16);
72
+ box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.16);
73
+ }
74
+ .vtx-scrollable-row-btn-disabled {
75
+ color: #ccc;
76
+ cursor: not-allowed;
77
+ }
78
+ .vtx-scrollable-row-arrow-show {
79
+ display: none;
80
+ width: 32px;
81
+ height: 100%;
82
+ opacity: 1;
83
+ pointer-events: auto;
84
+ }
85
+ .vtx-scrollable-row-nav-wrap {
86
+ margin-bottom: -1px;
87
+ overflow: hidden;
88
+ }
89
+ .vtx-scrollable-row-nav-scroll {
90
+ overflow: hidden;
91
+ line-height: 1;
92
+ white-space: nowrap;
93
+ }
94
+ .vtx-scrollable-row-nav {
95
+ position: relative;
96
+ display: inline-block;
97
+ -webkit-box-sizing: border-box;
98
+ box-sizing: border-box;
99
+ margin: 0;
100
+ padding-left: 0;
101
+ list-style: none;
102
+ transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
103
+ }
104
+ .vtx-scrollable-row-nav::after {
105
+ clear: both;
106
+ }
107
+ .vtx-scrollable-row-nav::before,
108
+ .vtx-scrollable-row-nav::after {
109
+ display: table;
110
+ content: ' ';
111
+ }
@@ -0,0 +1,113 @@
1
+ @import (reference) '~antd/lib/style/themes/index.less';
2
+
3
+ @prefix-cls: vtx-scrollable-row;
4
+ @easing-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
5
+ @effect-duration: 0.3s;
6
+
7
+ .@{prefix-cls} {
8
+ &-container {
9
+ position: relative;
10
+ box-sizing: border-box;
11
+ margin-bottom: -1px;
12
+ overflow: hidden;
13
+ font-size: @font-size-base;
14
+ line-height: @line-height-base;
15
+ white-space: nowrap;
16
+ transition: padding @effect-duration @easing-in-out;
17
+ zoom: 1;
18
+ &::after {
19
+ clear: both;
20
+ }
21
+ &::before,
22
+ &::after {
23
+ display: table;
24
+ content: ' ';
25
+ }
26
+ &:hover {
27
+ .@{prefix-cls}-arrow-show {
28
+ display: inline-block;
29
+ }
30
+ }
31
+ }
32
+ &-prev,
33
+ &-next {
34
+ position: absolute;
35
+ z-index: 1;
36
+ display: none;
37
+ line-height: 36px;
38
+ text-align: center;
39
+ background: @component-background;
40
+ border: none;
41
+ cursor: pointer;
42
+ transition: width @effect-duration @easing-in-out, opacity @effect-duration @easing-in-out,
43
+ color @effect-duration @easing-in-out;
44
+ user-select: none;
45
+ &-icon {
46
+ position: absolute;
47
+ top: 50%;
48
+ left: 50%;
49
+ font-weight: 700;
50
+ font-style: normal;
51
+ font-variant: normal;
52
+ line-height: inherit;
53
+ text-align: center;
54
+ text-transform: none;
55
+ vertical-align: baseline;
56
+ -webkit-transform: translate(-50%, -50%);
57
+ -ms-transform: translate(-50%, -50%);
58
+ transform: translate(-50%, -50%);
59
+ }
60
+ &::before {
61
+ display: block;
62
+ }
63
+ }
64
+
65
+ &-prev {
66
+ left: 0;
67
+ border-radius: @border-radius-base 0 0 @border-radius-base;
68
+ box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.16);
69
+ }
70
+ &-next {
71
+ right: 0;
72
+ border-radius: 0 @border-radius-base @border-radius-base 0;
73
+ box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.16);
74
+ }
75
+ &-btn-disabled {
76
+ color: #ccc;
77
+ cursor: not-allowed;
78
+ }
79
+ &-arrow-show {
80
+ display: none;
81
+ width: 32px;
82
+ height: 100%;
83
+ opacity: 1;
84
+ pointer-events: auto;
85
+ }
86
+ &-nav-wrap {
87
+ margin-bottom: -1px;
88
+ overflow: hidden;
89
+ }
90
+ &-nav-scroll {
91
+ overflow: hidden;
92
+ line-height: 1;
93
+ white-space: nowrap;
94
+ }
95
+ &-nav {
96
+ position: relative;
97
+ display: inline-block;
98
+ box-sizing: border-box;
99
+ margin: 0;
100
+ padding-left: 0;
101
+ list-style: none;
102
+ transition: transform @effect-duration @easing-in-out,
103
+ -webkit-transform @effect-duration @easing-in-out;
104
+ &::after {
105
+ clear: both;
106
+ }
107
+ &::before,
108
+ &::after {
109
+ display: table;
110
+ content: ' ';
111
+ }
112
+ }
113
+ }
@@ -0,0 +1,84 @@
1
+ .vtx-search {
2
+ position: relative;
3
+ z-index: 9;
4
+ padding-top: 8px;
5
+ padding-right: 24px;
6
+ padding-bottom: 8px;
7
+ padding-left: 24px;
8
+ overflow: hidden;
9
+ background: #fff;
10
+ -webkit-transition-duration: 0.3s;
11
+ transition-duration: 0.3s;
12
+ -webkit-transition-property: height;
13
+ transition-property: height;
14
+ }
15
+ .vtx-search-label_h {
16
+ display: inline-block;
17
+ overflow: hidden;
18
+ line-height: 48px;
19
+ white-space: nowrap;
20
+ text-overflow: ellipsis;
21
+ vertical-align: top;
22
+ }
23
+ .vtx-search-lists_h {
24
+ position: relative;
25
+ display: inline-block;
26
+ -webkit-box-sizing: border-box;
27
+ box-sizing: border-box;
28
+ height: 48px;
29
+ padding-top: 8px;
30
+ padding-bottom: 8px;
31
+ padding-left: 12px;
32
+ line-height: 1.5715;
33
+ vertical-align: top;
34
+ }
35
+ .vtx-search .vtx-search-item__v {
36
+ -webkit-box-orient: vertical;
37
+ -webkit-box-direction: normal;
38
+ -ms-flex-direction: column;
39
+ flex-direction: column;
40
+ padding: 8px 0;
41
+ }
42
+ .vtx-search-label_v {
43
+ overflow: hidden;
44
+ line-height: 21px;
45
+ white-space: nowrap;
46
+ text-overflow: ellipsis;
47
+ vertical-align: top;
48
+ }
49
+ .vtx-search-lists_v {
50
+ position: relative;
51
+ -webkit-box-sizing: border-box;
52
+ box-sizing: border-box;
53
+ height: 42px;
54
+ padding-top: 8px;
55
+ padding-bottom: 8px;
56
+ line-height: 32px;
57
+ vertical-align: top;
58
+ }
59
+ .vtx-search-list {
60
+ width: 100%;
61
+ }
62
+ .vtx-search-element {
63
+ display: inline-block;
64
+ /* stylelint-disable */
65
+ width: calc(100% - 200px - 24px);
66
+ margin-right: 24px;
67
+ }
68
+ .vtx-search-buttons {
69
+ display: inline-block;
70
+ -webkit-box-sizing: border-box;
71
+ box-sizing: border-box;
72
+ width: 200px;
73
+ height: 100%;
74
+ vertical-align: top;
75
+ }
76
+ .vtx-search .vtx-search-more {
77
+ height: 32px;
78
+ color: #1890ff;
79
+ line-height: 32px;
80
+ cursor: pointer;
81
+ }
82
+ .vtx-row {
83
+ overflow: hidden;
84
+ }
@@ -0,0 +1,83 @@
1
+ @import (reference) '~antd/lib/style/themes/index.less';
2
+
3
+ @prefix-cls: vtx-search;
4
+ @toggleSpeed: 0.3s; // 展开速度
5
+ @buttons-width: 200px;
6
+
7
+ .@{prefix-cls} {
8
+ position: relative;
9
+ z-index: 9;
10
+ padding-top: 8px;
11
+ padding-right: 24px;
12
+ padding-bottom: 8px;
13
+ padding-left: 24px;
14
+ overflow: hidden;
15
+ background: @component-background;
16
+ transition-duration: @toggleSpeed;
17
+ transition-property: height;
18
+ &-label_h {
19
+ display: inline-block;
20
+ overflow: hidden;
21
+ line-height: 48px;
22
+ white-space: nowrap;
23
+ text-overflow: ellipsis;
24
+ vertical-align: top;
25
+ }
26
+ &-lists_h {
27
+ position: relative;
28
+ display: inline-block;
29
+ box-sizing: border-box;
30
+ height: 48px;
31
+ padding-top: 8px;
32
+ padding-bottom: 8px;
33
+ padding-left: 12px;
34
+ line-height: @line-height-base;
35
+ vertical-align: top;
36
+ }
37
+ .vtx-search-item__v {
38
+ flex-direction: column;
39
+ padding: 8px 0;
40
+ }
41
+ &-label_v {
42
+ overflow: hidden;
43
+ line-height: 21px;
44
+ white-space: nowrap;
45
+ text-overflow: ellipsis;
46
+ vertical-align: top;
47
+ }
48
+ &-lists_v {
49
+ position: relative;
50
+ box-sizing: border-box;
51
+ height: 42px;
52
+ padding-top: 8px;
53
+ padding-bottom: 8px;
54
+ line-height: 32px;
55
+ vertical-align: top;
56
+ }
57
+ &-list {
58
+ width: 100%;
59
+ }
60
+ &-element {
61
+ display: inline-block;
62
+ /* stylelint-disable */
63
+ width: calc(100% - @buttons-width - 24px);
64
+ margin-right: 24px;
65
+ }
66
+ &-buttons {
67
+ display: inline-block;
68
+ box-sizing: border-box;
69
+ width: @buttons-width;
70
+ height: 100%;
71
+ vertical-align: top;
72
+ }
73
+ .vtx-search-more {
74
+ height: 32px;
75
+ color: @primary-color;
76
+ line-height: 32px;
77
+ cursor: pointer;
78
+ }
79
+ }
80
+
81
+ .vtx-row {
82
+ overflow: hidden;
83
+ }
@@ -0,0 +1,68 @@
1
+ .vtx-select {
2
+ position: relative;
3
+ display: inline-block;
4
+ width: 100%;
5
+ }
6
+ .vtx-select .vtx-select-count {
7
+ position: absolute;
8
+ top: 0;
9
+ vertical-align: top;
10
+ }
11
+ .vtx-select .vtx-all-list {
12
+ position: absolute;
13
+ z-index: 999;
14
+ -webkit-box-sizing: border-box;
15
+ box-sizing: border-box;
16
+ width: 100%;
17
+ padding: 5px;
18
+ background-color: #fff;
19
+ border-radius: 2px;
20
+ -webkit-box-shadow: 0 2px 8px #d9d9d9;
21
+ box-shadow: 0 2px 8px #d9d9d9;
22
+ }
23
+ .vtx-select .ant-select-selection--multiple {
24
+ max-height: 32px;
25
+ overflow: hidden;
26
+ }
27
+ .vtx-multi-select {
28
+ position: relative;
29
+ display: inline-block;
30
+ width: 100%;
31
+ }
32
+ .vtx-multi-select .vtx-select-count {
33
+ position: absolute;
34
+ top: 0;
35
+ right: 0;
36
+ vertical-align: top;
37
+ border-left: none;
38
+ border-top-left-radius: 0;
39
+ border-bottom-left-radius: 0;
40
+ }
41
+ .vtx-multi-select .vtx-all-list {
42
+ position: absolute;
43
+ z-index: 999;
44
+ -webkit-box-sizing: border-box;
45
+ box-sizing: border-box;
46
+ width: 100%;
47
+ padding: 5px;
48
+ background-color: #fff;
49
+ border-radius: 2px;
50
+ -webkit-box-shadow: 0 2px 8px #d9d9d9;
51
+ box-shadow: 0 2px 8px #d9d9d9;
52
+ }
53
+ .vtx-multi-select .ant-select-selection {
54
+ border-top-right-radius: 0;
55
+ border-bottom-right-radius: 0;
56
+ }
57
+ .vtx-multi-select .ant-select-selection--multiple {
58
+ max-height: 32px;
59
+ overflow: hidden;
60
+ }
61
+ .vtx-multi-select .ant-btn:hover,
62
+ .vtx-multi-select .ant-btn:focus {
63
+ border-color: #d9d9d9;
64
+ }
65
+ .vtx-multi-select-all {
66
+ padding: 4px 8px;
67
+ text-align: right;
68
+ }
@@ -0,0 +1,68 @@
1
+ @import (reference) '~antd/lib/style/themes/index.less';
2
+
3
+ .vtx-select {
4
+ position: relative;
5
+ display: inline-block;
6
+ width: 100%;
7
+ .vtx-select-count {
8
+ position: absolute;
9
+ top: 0;
10
+ vertical-align: top;
11
+ }
12
+ .vtx-all-list {
13
+ position: absolute;
14
+ z-index: 999;
15
+ box-sizing: border-box;
16
+ width: 100%;
17
+ padding: 5px;
18
+ background-color: @component-background;
19
+ border-radius: @border-radius-base;
20
+ box-shadow: 0 2px 8px #d9d9d9;
21
+ }
22
+ .ant-select-selection--multiple {
23
+ max-height: 32px;
24
+ overflow: hidden;
25
+ }
26
+ }
27
+
28
+ .vtx-multi-select {
29
+ position: relative;
30
+ display: inline-block;
31
+ width: 100%;
32
+ .vtx-select-count {
33
+ position: absolute;
34
+ top: 0;
35
+ right: 0;
36
+ vertical-align: top;
37
+ border-left: none;
38
+ border-top-left-radius: 0;
39
+ border-bottom-left-radius: 0;
40
+ }
41
+ .vtx-all-list {
42
+ position: absolute;
43
+ z-index: 999;
44
+ box-sizing: border-box;
45
+ width: 100%;
46
+ padding: 5px;
47
+ background-color: @component-background;
48
+ border-radius: @border-radius-base;
49
+ box-shadow: 0 2px 8px #d9d9d9;
50
+ }
51
+ .ant-select-selection {
52
+ border-top-right-radius: 0;
53
+ border-bottom-right-radius: 0;
54
+ }
55
+ .ant-select-selection--multiple {
56
+ max-height: 32px;
57
+ overflow: hidden;
58
+ }
59
+ .ant-btn:hover,
60
+ .ant-btn:focus {
61
+ border-color: #d9d9d9;
62
+ }
63
+ }
64
+
65
+ .vtx-multi-select-all {
66
+ padding: 4px 8px;
67
+ text-align: right;
68
+ }
@@ -0,0 +1,35 @@
1
+ .vtx-signature {
2
+ position: relative;
3
+ display: -webkit-box;
4
+ display: -ms-flexbox;
5
+ display: flex;
6
+ -webkit-box-orient: vertical;
7
+ -webkit-box-direction: normal;
8
+ -ms-flex-direction: column;
9
+ flex-direction: column;
10
+ height: 300px;
11
+ padding: 16px;
12
+ background-color: #fff;
13
+ border: 1px solid #f0f0f0;
14
+ border-radius: 2px;
15
+ }
16
+ .vtx-signature--body {
17
+ position: relative;
18
+ height: 100%;
19
+ border: 1px dotted #c1c1c1;
20
+ }
21
+ .vtx-signature--body canvas {
22
+ position: absolute;
23
+ top: 0;
24
+ left: 0;
25
+ width: 100%;
26
+ height: 100%;
27
+ border-radius: 2px;
28
+ }
29
+ .vtx-signature--footer {
30
+ margin-top: 8px;
31
+ line-height: 1;
32
+ }
33
+ .vtx-signature--footer button + button {
34
+ margin-left: 8px;
35
+ }