@vtx/player 0.0.14 → 0.0.17
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.
- package/lib/controls/style/css.js +10 -0
- package/lib/controls/style/css.js.map +1 -1
- package/lib/controls/style/index.d.ts +5 -0
- package/lib/controls/style/index.js +10 -0
- package/lib/controls/style/index.js.map +1 -1
- package/lib/history-control/index.d.ts +1 -1
- package/lib/history-control/index.js +14 -3
- package/lib/history-control/index.js.map +1 -1
- package/lib/history-control/style/css.js +10 -0
- package/lib/history-control/style/css.js.map +1 -1
- package/lib/history-control/style/index.css +8 -0
- package/lib/history-control/style/index.d.ts +5 -0
- package/lib/history-control/style/index.js +10 -0
- package/lib/history-control/style/index.js.map +1 -1
- package/lib/history-control/style/index.less +6 -0
- package/lib/history-player/style/css.js +4 -0
- package/lib/history-player/style/css.js.map +1 -1
- package/lib/history-player/style/index.d.ts +2 -0
- package/lib/history-player/style/index.js +4 -0
- package/lib/history-player/style/index.js.map +1 -1
- package/lib/icons/index.css +1 -1
- package/lib/icons/index.less +2 -2
- package/lib/live-control/style/css.js +7 -1
- package/lib/live-control/style/css.js.map +1 -1
- package/lib/live-control/style/index.d.ts +5 -1
- package/lib/live-control/style/index.js +7 -1
- package/lib/live-control/style/index.js.map +1 -1
- package/lib/live-player/demo/src/components/lib/vtx-color-picker/style/index.css +12 -0
- package/lib/live-player/demo/src/components/lib/vtx-color-picker/style/index.less +12 -0
- package/lib/live-player/demo/src/components/lib/vtx-combogrid/style/index.css +24 -0
- package/lib/live-player/demo/src/components/lib/vtx-combogrid/style/index.less +29 -0
- package/lib/live-player/demo/src/components/lib/vtx-datagrid/style/index.css +136 -0
- package/lib/live-player/demo/src/components/lib/vtx-datagrid/style/index.less +166 -0
- package/lib/live-player/demo/src/components/lib/vtx-date-picker/style/index.css +29 -0
- package/lib/live-player/demo/src/components/lib/vtx-date-picker/style/index.less +39 -0
- package/lib/live-player/demo/src/components/lib/vtx-editor/style/index.css +6 -0
- package/lib/live-player/demo/src/components/lib/vtx-editor/style/index.less +8 -0
- package/lib/live-player/demo/src/components/lib/vtx-ellipsis-text/style/index.css +13 -0
- package/lib/live-player/demo/src/components/lib/vtx-ellipsis-text/style/index.less +13 -0
- package/lib/live-player/demo/src/components/lib/vtx-export/style/index.css +8 -0
- package/lib/live-player/demo/src/components/lib/vtx-export/style/index.less +6 -0
- package/lib/live-player/demo/src/components/lib/vtx-form-layout/demo/Modal.css +42 -0
- package/lib/live-player/demo/src/components/lib/vtx-form-layout/demo/Modal.less +43 -0
- package/lib/live-player/demo/src/components/lib/vtx-form-layout/style/index.css +224 -0
- package/lib/live-player/demo/src/components/lib/vtx-form-layout/style/index.less +211 -0
- package/lib/live-player/demo/src/components/lib/vtx-image/style/index.css +46 -0
- package/lib/live-player/demo/src/components/lib/vtx-image/style/index.less +63 -0
- package/lib/live-player/demo/src/components/lib/vtx-import/style/index.css +3 -0
- package/lib/live-player/demo/src/components/lib/vtx-import/style/index.less +8 -0
- package/lib/live-player/demo/src/components/lib/vtx-input/style/index.css +22 -0
- package/lib/live-player/demo/src/components/lib/vtx-input/style/index.less +24 -0
- package/lib/live-player/demo/src/components/lib/vtx-modal/style/index.css +80 -0
- package/lib/live-player/demo/src/components/lib/vtx-modal/style/index.less +95 -0
- package/lib/live-player/demo/src/components/lib/vtx-page-layout/style/index.css +115 -0
- package/lib/live-player/demo/src/components/lib/vtx-page-layout/style/index.less +138 -0
- package/lib/live-player/demo/src/components/lib/vtx-rps-frame/style/index.css +8 -0
- package/lib/live-player/demo/src/components/lib/vtx-rps-frame/style/index.less +8 -0
- package/lib/live-player/demo/src/components/lib/vtx-scrollable-row/style/index.css +111 -0
- package/lib/live-player/demo/src/components/lib/vtx-scrollable-row/style/index.less +113 -0
- package/lib/live-player/demo/src/components/lib/vtx-search/style/index.css +84 -0
- package/lib/live-player/demo/src/components/lib/vtx-search/style/index.less +83 -0
- package/lib/live-player/demo/src/components/lib/vtx-select/style/index.css +68 -0
- package/lib/live-player/demo/src/components/lib/vtx-select/style/index.less +68 -0
- package/lib/live-player/demo/src/components/lib/vtx-signature/style/index.css +35 -0
- package/lib/live-player/demo/src/components/lib/vtx-signature/style/index.less +33 -0
- package/lib/live-player/demo/src/components/lib/vtx-split-pane/style/index.css +59 -0
- package/lib/live-player/demo/src/components/lib/vtx-split-pane/style/index.less +60 -0
- package/lib/live-player/demo/src/components/lib/vtx-statistics-column/style/index.css +55 -0
- package/lib/live-player/demo/src/components/lib/vtx-statistics-column/style/index.less +59 -0
- package/lib/live-player/demo/src/components/lib/vtx-upload/style/index.css +54 -0
- package/lib/live-player/demo/src/components/lib/vtx-upload/style/index.less +61 -0
- package/lib/live-player/demo/src/components/lib/vtx-ztree/style/index.css +29 -0
- package/lib/live-player/demo/src/components/lib/vtx-ztree/style/index.less +30 -0
- package/lib/live-player/demo/src/components/lib/vtx-ztree-select/style/index.css +66 -0
- package/lib/live-player/demo/src/components/lib/vtx-ztree-select/style/index.less +74 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/be-input/style/index.css +13 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/be-input/style/index.less +16 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/dark.css +17 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/dark.less +19 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/default.css +16 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/default.less +16 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/global.css +18 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/theme/global.less +61 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-car-history/style/index.css +3 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-car-history/style/index.less +5 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-chart/style/index.css +9 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-chart/style/index.less +10 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-filter/style/index.css +109 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-filter/style/index.less +142 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-info-collection/style/index.css +22 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-info-collection/style/index.less +18 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-stat-collection/style/index.css +37 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-stat-collection/style/index.less +41 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-sub-tabs/style/index.css +42 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-sub-tabs/style/index.less +50 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-table/style/index.css +150 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vm-table/style/index.less +187 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-base-modal/style/index.css +412 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-base-modal/style/index.less +469 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-community-modal/style/index.css +52 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-community-modal/style/index.less +43 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-construction-site-modal/style/index.css +108 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-construction-site-modal/style/index.less +95 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-full-screen-base-modal/style/index.css +81 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-full-screen-base-modal/style/index.less +96 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/index.css +3 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/index.less +7 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/lastProcessFlow.css +67 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-cylinder-file-modal/style/lastProcessFlow.less +69 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-enterprise-modal/style/index.css +6 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-enterprise-modal/style/index.less +7 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-filling-station-modal/style/index.css +6 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-filling-station-modal/style/index.less +7 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-security-check-modal/style/index.css +0 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-security-check-modal/style/index.less +1 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-staff-modal/style/index.css +9 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-staff-modal/style/index.less +13 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-supply-station-modal/style/index.css +6 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-supply-station-modal/style/index.less +7 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-user-modal/style/index.css +0 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-gas-user-modal/style/index.less +1 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-vehicle-modal/style/index.css +245 -0
- package/lib/live-player/demo/src/components/vtxModals/lib/vtx-vehicle-modal/style/index.less +218 -0
- package/lib/live-player/demo/src/global.css +6 -0
- package/lib/live-player/demo/src/global.less +6 -0
- package/lib/live-player/demo/src/layouts/menu/index.css +31 -0
- package/lib/live-player/demo/src/layouts/menu/index.less +30 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Cover/index.css +370 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Cover/index.less +235 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/map2.jpg +0 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/map_inverted.png +0 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/radial_layers_medium2.jpg +0 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/images/universe4.jpg +0 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/index.css +10 -0
- package/lib/live-player/demo/src/pages/carHistory/components/Earth/index.less +10 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/index.d.ts +221 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/api/fetch.d.ts +12 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/api/index.d.ts +15 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/api/types.d.ts +107 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/bill-player/index.d.ts +21 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/controls/index.d.ts +52 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/history-control/index.d.ts +39 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/history-player/index.d.ts +31 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/live-channel-player/index.d.ts +16 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/live-control/index.d.ts +35 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/live-player/index.d.ts +22 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/components/player/index.d.ts +84 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/context/index.d.ts +8 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/hooks/useSettings.d.ts +9 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/icons/index.d.ts +54 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/main.d.ts +8 -0
- package/lib/live-player/demo/src/pages/carHistory/components/video/types/utils/index.d.ts +60 -0
- package/lib/live-player/demo/src/pages/carHistory/index.css +13 -0
- package/lib/live-player/demo/src/pages/carHistory/index.less +13 -0
- package/lib/live-player/demo/src/pages/demo/index.css +0 -0
- package/lib/live-player/demo/src/pages/demo/index.less +0 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/AMap/AMap.css +27 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/AMap/AMap.less +27 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/BMap/Map.css +26 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/BMap/Map.less +28 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/GMap/Map.css +88 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/GMap/Map.less +87 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/Map.css +7 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/Map.less +9 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OMap/Map.css +76 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OMap/Map.less +70 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OlMap/Map.css +169 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/OlMap/Map.less +165 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/TMap/TMap.css +31 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/TMap/TMap.less +37 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/images/defaultMarker.png +0 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxMap/images/defaultMarker_selected.png +0 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModal.css +62 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModal.less +67 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModalAntd3.css +62 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxModal/VtxModalAntd3.less +67 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMap.css +171 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMap.less +171 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMapAntd3.css +0 -0
- package/lib/live-player/demo/src/pages/test/components/map/VtxSearchMap/VtxSearchMapAntd3.less +1 -0
- package/lib/live-player/demo/src/pages/test/lib/be-input/style/index.css +13 -0
- package/lib/live-player/demo/src/pages/test/lib/be-input/style/index.less +16 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/dark.css +16 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/dark.less +18 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/default.css +16 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/default.less +16 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/global.css +18 -0
- package/lib/live-player/demo/src/pages/test/lib/theme/global.less +61 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-car-history/style/index.css +3 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-car-history/style/index.less +5 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-chart/style/index.css +9 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-chart/style/index.less +10 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-filter/style/index.css +112 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-filter/style/index.less +146 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-info-collection/style/index.css +17 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-info-collection/style/index.less +17 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-stat-collection/style/index.css +38 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-stat-collection/style/index.less +41 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-sub-tabs/style/index.css +42 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-sub-tabs/style/index.less +50 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-table/style/index.css +150 -0
- package/lib/live-player/demo/src/pages/test/lib/vm-table/style/index.less +187 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-base-modal/style/index.css +122 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-base-modal/style/index.less +123 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-community-modal/style/index.css +47 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-community-modal/style/index.less +41 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-construction-site-modal/style/index.css +100 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-construction-site-modal/style/index.less +90 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-vehicle-modal/style/index.css +228 -0
- package/lib/live-player/demo/src/pages/test/lib/vtx-vehicle-modal/style/index.less +201 -0
- package/lib/live-player/style/css.js +2 -0
- package/lib/live-player/style/css.js.map +1 -1
- package/lib/live-player/style/index.d.ts +1 -0
- package/lib/live-player/style/index.js +2 -0
- package/lib/live-player/style/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
.vm-range-picker {
|
|
2
|
+
--color: #222;
|
|
3
|
+
--border: 1px solid #dadadaff;
|
|
4
|
+
--hover-color: #40a9ff;
|
|
5
|
+
|
|
6
|
+
&.dark {
|
|
7
|
+
--color: #a9d5d3ff;
|
|
8
|
+
--border: 1px solid #3c7073ff;
|
|
9
|
+
--bg-color: #0d1a1b;
|
|
10
|
+
--hover-color: white;
|
|
11
|
+
.ant-picker-active-bar {
|
|
12
|
+
background: #59ffe2;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
background-color: var(--bg-color) !important;
|
|
16
|
+
border: var(--border) !important;
|
|
17
|
+
|
|
18
|
+
.ant-picker-suffix {
|
|
19
|
+
color: var(--color);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&:hover {
|
|
23
|
+
border-color: var(--hover-color);
|
|
24
|
+
|
|
25
|
+
.ant-picker-suffix {
|
|
26
|
+
color: transparent;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.ant-picker-input {
|
|
31
|
+
input {
|
|
32
|
+
color: var(--color);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.ant-picker-separator {
|
|
37
|
+
color: var(--color);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
.ant-picker-clear {
|
|
41
|
+
color: var(--color);
|
|
42
|
+
background: transparent;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
.vm-select {
|
|
46
|
+
&.dark {
|
|
47
|
+
.ant-select-selector {
|
|
48
|
+
background-color: #0d1a1b !important;
|
|
49
|
+
border: 1px solid #3c7073 !important;
|
|
50
|
+
.ant-select-selection-item {
|
|
51
|
+
color: #a9d5d3;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
&:hover {
|
|
55
|
+
.ant-select-selector {
|
|
56
|
+
border: 1px solid #6cc9ce !important;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.vm-select-dropdown {
|
|
63
|
+
&.dark {
|
|
64
|
+
background: #0d1a1b;
|
|
65
|
+
.ant-select-item {
|
|
66
|
+
color: white;
|
|
67
|
+
}
|
|
68
|
+
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
|
69
|
+
background-color: #2d575a;
|
|
70
|
+
}
|
|
71
|
+
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
|
|
72
|
+
background-color: #1c3436;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
.vm-range-picker-dropdown {
|
|
77
|
+
&.dark {
|
|
78
|
+
.ant-picker-range-arrow {
|
|
79
|
+
background: none;
|
|
80
|
+
&::before {
|
|
81
|
+
background: #0d1a1be6;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
.ant-picker-panel-container {
|
|
85
|
+
background: #0d1a1be6;
|
|
86
|
+
box-shadow: 0 3px 6px -4px #ffffff1f, 0 6px 16px #ffffff14, 0 9px 28px 8px #5454540d;
|
|
87
|
+
.ant-picker-header {
|
|
88
|
+
button {
|
|
89
|
+
color: white;
|
|
90
|
+
&:hover {
|
|
91
|
+
color: #95fff9;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
.ant-picker-content {
|
|
96
|
+
th {
|
|
97
|
+
color: white;
|
|
98
|
+
}
|
|
99
|
+
.ant-picker-cell-inner {
|
|
100
|
+
color: white;
|
|
101
|
+
}
|
|
102
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
|
|
103
|
+
background: #6cff2340;
|
|
104
|
+
}
|
|
105
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
|
|
106
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
|
|
107
|
+
background: #6cff2340;
|
|
108
|
+
}
|
|
109
|
+
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
|
|
110
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
|
|
111
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
|
|
112
|
+
background: #52c41a;
|
|
113
|
+
}
|
|
114
|
+
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
|
|
115
|
+
.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)
|
|
116
|
+
.ant-picker-cell-inner {
|
|
117
|
+
background: #f5f5f55e;
|
|
118
|
+
}
|
|
119
|
+
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
|
|
120
|
+
border: 1px solid #52c41a;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
|
|
124
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
|
|
125
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
|
|
126
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
|
|
127
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
|
|
128
|
+
.ant-picker-panel
|
|
129
|
+
> :not(.ant-picker-date-panel)
|
|
130
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
|
|
131
|
+
.ant-picker-panel
|
|
132
|
+
> :not(.ant-picker-date-panel)
|
|
133
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
|
|
134
|
+
background: #52c41abb;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start
|
|
138
|
+
.ant-picker-cell-inner::after,
|
|
139
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end
|
|
140
|
+
.ant-picker-cell-inner::after {
|
|
141
|
+
background: #52c41abb !important;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
.info-collection .info-line {
|
|
2
|
+
display: -webkit-box;
|
|
3
|
+
display: -ms-flexbox;
|
|
4
|
+
display: flex;
|
|
5
|
+
-webkit-box-align: top;
|
|
6
|
+
-ms-flex-align: top;
|
|
7
|
+
align-items: top;
|
|
8
|
+
font-size: 12px;
|
|
9
|
+
}
|
|
10
|
+
.info-collection .info-line .label {
|
|
11
|
+
color: var(--label-color);
|
|
12
|
+
white-space: nowrap;
|
|
13
|
+
}
|
|
14
|
+
.info-collection .info-line .value {
|
|
15
|
+
color: var(--info-color);
|
|
16
|
+
font-weight: 400;
|
|
17
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
.vtx-modal-stat-collection {
|
|
2
|
+
--stat-item-label-color: #2228;
|
|
3
|
+
--stat-item-value-color: black;
|
|
4
|
+
display: -webkit-box;
|
|
5
|
+
display: -ms-flexbox;
|
|
6
|
+
display: flex;
|
|
7
|
+
-ms-flex-wrap: wrap;
|
|
8
|
+
flex-wrap: wrap;
|
|
9
|
+
}
|
|
10
|
+
.vtx-modal-stat-collection.dark {
|
|
11
|
+
--stat-item-label-color: #fff;
|
|
12
|
+
--stat-item-value-color: #59ffe2;
|
|
13
|
+
}
|
|
14
|
+
.vtx-modal-stat-collection .stat-item {
|
|
15
|
+
display: -webkit-box;
|
|
16
|
+
display: -ms-flexbox;
|
|
17
|
+
display: flex;
|
|
18
|
+
margin-right: 50px;
|
|
19
|
+
}
|
|
20
|
+
.vtx-modal-stat-collection .stat-item img {
|
|
21
|
+
width: 50px;
|
|
22
|
+
height: 50px;
|
|
23
|
+
margin-right: 12px;
|
|
24
|
+
}
|
|
25
|
+
.vtx-modal-stat-collection .stat-item .data .label {
|
|
26
|
+
color: var(--stat-item-label-color);
|
|
27
|
+
}
|
|
28
|
+
.vtx-modal-stat-collection .stat-item .data .value {
|
|
29
|
+
margin-top: -5px;
|
|
30
|
+
color: var(--stat-item-value-color);
|
|
31
|
+
}
|
|
32
|
+
.vtx-modal-stat-collection .stat-item .data .value .number {
|
|
33
|
+
font-size: 20px;
|
|
34
|
+
font-family: DIN-Regular, serif;
|
|
35
|
+
}
|
|
36
|
+
.vtx-modal-stat-collection .stat-item .data .value .unit {
|
|
37
|
+
font-size: 14px;
|
|
38
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
.vtx-modal-stat-collection {
|
|
2
|
+
--stat-item-label-color: #2228;
|
|
3
|
+
--stat-item-value-color: black;
|
|
4
|
+
|
|
5
|
+
&.dark {
|
|
6
|
+
--stat-item-label-color: #fff;
|
|
7
|
+
--stat-item-value-color: #59ffe2;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-wrap: wrap;
|
|
12
|
+
.stat-item {
|
|
13
|
+
display: flex;
|
|
14
|
+
margin-right: 50px;
|
|
15
|
+
img {
|
|
16
|
+
width: 50px;
|
|
17
|
+
height: 50px;
|
|
18
|
+
margin-right: 12px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.data {
|
|
22
|
+
.label {
|
|
23
|
+
color: var(--stat-item-label-color);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.value {
|
|
27
|
+
margin-top: -5px;
|
|
28
|
+
color: var(--stat-item-value-color);
|
|
29
|
+
|
|
30
|
+
.number {
|
|
31
|
+
font-size: 20px;
|
|
32
|
+
font-family: DIN-Regular, serif;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.unit {
|
|
36
|
+
font-size: 14px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
.vtx-sub-tabs {
|
|
2
|
+
--border: 1px solid #dadadaff;
|
|
3
|
+
--border-active: 1px solid #1890ffff;
|
|
4
|
+
--border-image: none;
|
|
5
|
+
--color: #222;
|
|
6
|
+
--active-color: #1890ffff;
|
|
7
|
+
--active-bg: transparent;
|
|
8
|
+
}
|
|
9
|
+
.vtx-sub-tabs.dark {
|
|
10
|
+
--border: 1px solid #95fff933;
|
|
11
|
+
--border-image: linear-gradient(180deg, #356178, #51e0ff) 1 1;
|
|
12
|
+
--border-active: 1px solid #95fff9ff;
|
|
13
|
+
--color: #8d9798ff;
|
|
14
|
+
--active-color: #95fff9ff !important;
|
|
15
|
+
--active-bg: linear-gradient(0deg, #1a606d, #192f3f);
|
|
16
|
+
}
|
|
17
|
+
.vtx-sub-tabs .tab-pane {
|
|
18
|
+
padding: 18px 0;
|
|
19
|
+
}
|
|
20
|
+
.vtx-sub-tabs > .ant-tabs-nav {
|
|
21
|
+
margin-bottom: 0;
|
|
22
|
+
}
|
|
23
|
+
.vtx-sub-tabs > .ant-tabs-nav::before {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
.vtx-sub-tabs > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab {
|
|
27
|
+
height: 32px;
|
|
28
|
+
margin-left: 0;
|
|
29
|
+
color: var(--color);
|
|
30
|
+
background-color: transparent;
|
|
31
|
+
border: var(--border);
|
|
32
|
+
border-radius: 2px;
|
|
33
|
+
}
|
|
34
|
+
.vtx-sub-tabs > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab-active {
|
|
35
|
+
background: var(--active-bg);
|
|
36
|
+
border: var(--border-active);
|
|
37
|
+
-o-border-image: var(--border-image);
|
|
38
|
+
border-image: var(--border-image);
|
|
39
|
+
}
|
|
40
|
+
.vtx-sub-tabs > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
41
|
+
color: var(--active-color);
|
|
42
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
.vtx-sub-tabs {
|
|
2
|
+
--border: 1px solid #dadadaff;
|
|
3
|
+
--border-active: 1px solid #1890ffff;
|
|
4
|
+
--border-image: none;
|
|
5
|
+
--color: #222;
|
|
6
|
+
--active-color: #1890ffff;
|
|
7
|
+
--active-bg: transparent;
|
|
8
|
+
|
|
9
|
+
&.dark {
|
|
10
|
+
--border: 1px solid #95fff933;
|
|
11
|
+
--border-image: linear-gradient(180deg, #356178, #51e0ff) 1 1;
|
|
12
|
+
--border-active: 1px solid #95fff9ff;
|
|
13
|
+
--color: #8d9798ff;
|
|
14
|
+
--active-color: #95fff9ff !important;
|
|
15
|
+
--active-bg: linear-gradient(0deg, #1a606d, #192f3f);
|
|
16
|
+
}
|
|
17
|
+
.tab-pane {
|
|
18
|
+
padding: 18px 0;
|
|
19
|
+
}
|
|
20
|
+
> .ant-tabs-nav {
|
|
21
|
+
margin-bottom: 0;
|
|
22
|
+
|
|
23
|
+
&::before {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
> .ant-tabs-nav-wrap {
|
|
28
|
+
> .ant-tabs-nav-list {
|
|
29
|
+
> .ant-tabs-tab {
|
|
30
|
+
height: 32px;
|
|
31
|
+
margin-left: 0;
|
|
32
|
+
color: var(--color);
|
|
33
|
+
background-color: transparent;
|
|
34
|
+
border: var(--border);
|
|
35
|
+
border-radius: 2px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
> .ant-tabs-tab-active {
|
|
39
|
+
background: var(--active-bg);
|
|
40
|
+
border: var(--border-active);
|
|
41
|
+
border-image: var(--border-image);
|
|
42
|
+
|
|
43
|
+
.ant-tabs-tab-btn {
|
|
44
|
+
color: var(--active-color);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
.vtx-modal-table {
|
|
2
|
+
--table-bg: white;
|
|
3
|
+
--table-header-bg-color: #ecf6ff;
|
|
4
|
+
--table-color: #222;
|
|
5
|
+
--table-head-color: #222;
|
|
6
|
+
--table-row-border: 1px solid #f0f0f0;
|
|
7
|
+
--table-row-bg-color: #fafafa;
|
|
8
|
+
}
|
|
9
|
+
.vtx-modal-table.dark {
|
|
10
|
+
--table-bg: transparent;
|
|
11
|
+
--table-header-bg-color: #00adb11a;
|
|
12
|
+
--table-color: white;
|
|
13
|
+
--table-head-color: #d3fff9ff;
|
|
14
|
+
--table-row-border: 1px solid transparent;
|
|
15
|
+
--table-row-bg-color: #ffffff0d;
|
|
16
|
+
}
|
|
17
|
+
.vtx-modal-table.dark .ant-pagination {
|
|
18
|
+
color: white;
|
|
19
|
+
}
|
|
20
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-item {
|
|
21
|
+
background-color: transparent;
|
|
22
|
+
border-color: #454847;
|
|
23
|
+
}
|
|
24
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-item > a {
|
|
25
|
+
color: white;
|
|
26
|
+
}
|
|
27
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-item.ant-pagination-item-active,
|
|
28
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-item:hover {
|
|
29
|
+
border-color: #95fff9;
|
|
30
|
+
}
|
|
31
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-item.ant-pagination-item-active > a,
|
|
32
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-item:hover > a {
|
|
33
|
+
color: #95fff9;
|
|
34
|
+
}
|
|
35
|
+
.vtx-modal-table.dark .ant-pagination .ant-select-arrow {
|
|
36
|
+
color: white;
|
|
37
|
+
}
|
|
38
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-item-link {
|
|
39
|
+
color: white;
|
|
40
|
+
background-color: transparent;
|
|
41
|
+
border-color: #454847;
|
|
42
|
+
}
|
|
43
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-item-link:hover :not(:disabled) {
|
|
44
|
+
color: #95fff9;
|
|
45
|
+
border-color: #95fff9;
|
|
46
|
+
}
|
|
47
|
+
.vtx-modal-table.dark .ant-pagination .ant-select-dropdown {
|
|
48
|
+
background: #0d1a1b;
|
|
49
|
+
}
|
|
50
|
+
.vtx-modal-table.dark .ant-pagination .ant-select-dropdown .ant-select-item {
|
|
51
|
+
color: white;
|
|
52
|
+
}
|
|
53
|
+
.vtx-modal-table.dark .ant-pagination .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
|
54
|
+
background-color: #2d575a;
|
|
55
|
+
}
|
|
56
|
+
.vtx-modal-table.dark .ant-pagination .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
|
|
57
|
+
background-color: #1c3436;
|
|
58
|
+
}
|
|
59
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
60
|
+
color: #ffffff40;
|
|
61
|
+
}
|
|
62
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-options-quick-jumper input {
|
|
63
|
+
color: white;
|
|
64
|
+
background: transparent;
|
|
65
|
+
border: 1px solid #3c7073;
|
|
66
|
+
}
|
|
67
|
+
.vtx-modal-table.dark .ant-pagination .ant-pagination-options-quick-jumper input:hover {
|
|
68
|
+
border: 1px solid #6cc9ce;
|
|
69
|
+
}
|
|
70
|
+
.vtx-modal-table.dark .ant-pagination .ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
71
|
+
background-color: transparent;
|
|
72
|
+
border: 1px solid #3c7073;
|
|
73
|
+
}
|
|
74
|
+
.vtx-modal-table.dark .ant-pagination .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
75
|
+
border: 1px solid #6cc9ce;
|
|
76
|
+
}
|
|
77
|
+
.vtx-modal-table.dark .ant-pagination .ant-select {
|
|
78
|
+
color: white;
|
|
79
|
+
}
|
|
80
|
+
.vtx-modal-table .ant-table {
|
|
81
|
+
background: var(--table-bg);
|
|
82
|
+
}
|
|
83
|
+
.vtx-modal-table .ant-table .ant-table-container::before {
|
|
84
|
+
display: none;
|
|
85
|
+
}
|
|
86
|
+
.vtx-modal-table .ant-table .ant-table-container::after {
|
|
87
|
+
display: none;
|
|
88
|
+
}
|
|
89
|
+
.vtx-modal-table .ant-table .ant-table-container .ant-table-content {
|
|
90
|
+
padding-bottom: 10px;
|
|
91
|
+
}
|
|
92
|
+
.vtx-modal-table .ant-table .ant-table-container table {
|
|
93
|
+
border-collapse: collapse;
|
|
94
|
+
}
|
|
95
|
+
.vtx-modal-table .ant-table .ant-table-container table thead th {
|
|
96
|
+
padding: 8px 20px;
|
|
97
|
+
color: var(--table-head-color);
|
|
98
|
+
white-space: no-wrap;
|
|
99
|
+
background-color: var(--table-header-bg-color);
|
|
100
|
+
border: none;
|
|
101
|
+
}
|
|
102
|
+
.vtx-modal-table .ant-table .ant-table-container table thead th::before {
|
|
103
|
+
display: none;
|
|
104
|
+
}
|
|
105
|
+
.vtx-modal-table .ant-table .ant-table-container table tbody tr td {
|
|
106
|
+
padding: 8px 20px;
|
|
107
|
+
color: var(--table-color);
|
|
108
|
+
white-space: nowrap;
|
|
109
|
+
background-color: transparent;
|
|
110
|
+
border: none;
|
|
111
|
+
}
|
|
112
|
+
.vtx-modal-table .ant-table .ant-table-container table tbody tr:nth-child(odd) td {
|
|
113
|
+
background-color: var(--table-row-bg-color);
|
|
114
|
+
border-top: var(--table-row-border);
|
|
115
|
+
border-bottom: var(--table-row-border);
|
|
116
|
+
}
|
|
117
|
+
.vtx-modal-table .ant-table .ant-table-container table tbody tr:nth-child(odd) td:first-child {
|
|
118
|
+
border-left: var(--table-row-border);
|
|
119
|
+
}
|
|
120
|
+
.vtx-modal-table .ant-table .ant-table-container table tbody tr:nth-child(odd) td:last-child {
|
|
121
|
+
border-right: var(--table-row-border);
|
|
122
|
+
}
|
|
123
|
+
.vtx-export-btn.dark {
|
|
124
|
+
background: #2bd8cf;
|
|
125
|
+
border-color: #2bd8cf;
|
|
126
|
+
}
|
|
127
|
+
.vtx-export-btn.dark > span {
|
|
128
|
+
color: black;
|
|
129
|
+
}
|
|
130
|
+
.vtx-export-dropdown.dark .ant-dropdown-menu {
|
|
131
|
+
background-color: #0d1a1b;
|
|
132
|
+
}
|
|
133
|
+
.vtx-export-dropdown.dark .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
134
|
+
color: white;
|
|
135
|
+
}
|
|
136
|
+
.vtx-export-dropdown.dark .ant-dropdown-menu .ant-dropdown-menu-item:hover {
|
|
137
|
+
background-color: #1c3436;
|
|
138
|
+
}
|
|
139
|
+
.vtx-table-tabs.dark .ant-tabs-nav::before {
|
|
140
|
+
border-bottom: 1px solid #ffffff1a;
|
|
141
|
+
}
|
|
142
|
+
.vtx-table-tabs.dark .ant-tabs-tab-btn {
|
|
143
|
+
color: #c5c5c5ff;
|
|
144
|
+
}
|
|
145
|
+
.vtx-table-tabs.dark .ant-tabs-ink-bar {
|
|
146
|
+
background-color: #95fff9;
|
|
147
|
+
}
|
|
148
|
+
.vtx-table-tabs.dark .ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
149
|
+
color: #95fff9 !important;
|
|
150
|
+
}
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
.vtx-modal-table {
|
|
2
|
+
--table-bg: white;
|
|
3
|
+
--table-header-bg-color: #ecf6ff;
|
|
4
|
+
--table-color: #222;
|
|
5
|
+
--table-head-color: #222;
|
|
6
|
+
--table-row-border: 1px solid #f0f0f0;
|
|
7
|
+
--table-row-bg-color: #fafafa;
|
|
8
|
+
|
|
9
|
+
&.dark {
|
|
10
|
+
--table-bg: transparent;
|
|
11
|
+
--table-header-bg-color: #00adb11a;
|
|
12
|
+
--table-color: white;
|
|
13
|
+
--table-head-color: #d3fff9ff;
|
|
14
|
+
--table-row-border: 1px solid transparent;
|
|
15
|
+
--table-row-bg-color: #ffffff0d;
|
|
16
|
+
|
|
17
|
+
.ant-pagination {
|
|
18
|
+
color: white;
|
|
19
|
+
.ant-pagination-item {
|
|
20
|
+
background-color: transparent;
|
|
21
|
+
border-color: #454847;
|
|
22
|
+
> a {
|
|
23
|
+
color: white;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&.ant-pagination-item-active,
|
|
27
|
+
&:hover {
|
|
28
|
+
border-color: #95fff9;
|
|
29
|
+
> a {
|
|
30
|
+
color: #95fff9;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
.ant-select-arrow {
|
|
35
|
+
color: white;
|
|
36
|
+
}
|
|
37
|
+
.ant-pagination-item-link {
|
|
38
|
+
color: white;
|
|
39
|
+
background-color: transparent;
|
|
40
|
+
border-color: #454847;
|
|
41
|
+
&:hover :not(:disabled) {
|
|
42
|
+
color: #95fff9;
|
|
43
|
+
border-color: #95fff9;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
.ant-select-dropdown {
|
|
47
|
+
background: #0d1a1b;
|
|
48
|
+
.ant-select-item {
|
|
49
|
+
color: white;
|
|
50
|
+
}
|
|
51
|
+
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
|
52
|
+
background-color: #2d575a;
|
|
53
|
+
}
|
|
54
|
+
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
|
|
55
|
+
background-color: #1c3436;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
59
|
+
color: #ffffff40;
|
|
60
|
+
}
|
|
61
|
+
.ant-pagination-options-quick-jumper input {
|
|
62
|
+
color: white;
|
|
63
|
+
background: transparent;
|
|
64
|
+
border: 1px solid #3c7073;
|
|
65
|
+
&:hover {
|
|
66
|
+
border: 1px solid #6cc9ce;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
70
|
+
background-color: transparent;
|
|
71
|
+
border: 1px solid #3c7073;
|
|
72
|
+
}
|
|
73
|
+
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
74
|
+
border: 1px solid #6cc9ce;
|
|
75
|
+
}
|
|
76
|
+
.ant-select {
|
|
77
|
+
color: white;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.ant-table {
|
|
83
|
+
background: var(--table-bg);
|
|
84
|
+
|
|
85
|
+
.ant-table-container {
|
|
86
|
+
&::before {
|
|
87
|
+
display: none;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&::after {
|
|
91
|
+
display: none;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.ant-table-content {
|
|
95
|
+
padding-bottom: 10px;
|
|
96
|
+
}
|
|
97
|
+
table {
|
|
98
|
+
border-collapse: collapse;
|
|
99
|
+
|
|
100
|
+
thead {
|
|
101
|
+
th {
|
|
102
|
+
padding: 8px 20px;
|
|
103
|
+
color: var(--table-head-color);
|
|
104
|
+
white-space: no-wrap;
|
|
105
|
+
background-color: var(--table-header-bg-color);
|
|
106
|
+
border: none;
|
|
107
|
+
|
|
108
|
+
&::before {
|
|
109
|
+
display: none;
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
tbody {
|
|
115
|
+
tr {
|
|
116
|
+
td {
|
|
117
|
+
padding: 8px 20px;
|
|
118
|
+
color: var(--table-color);
|
|
119
|
+
white-space: nowrap;
|
|
120
|
+
background-color: transparent;
|
|
121
|
+
border: none;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&:nth-child(odd) {
|
|
125
|
+
td {
|
|
126
|
+
background-color: var(--table-row-bg-color);
|
|
127
|
+
border-top: var(--table-row-border);
|
|
128
|
+
border-bottom: var(--table-row-border);
|
|
129
|
+
|
|
130
|
+
&:first-child {
|
|
131
|
+
border-left: var(--table-row-border);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
&:last-child {
|
|
135
|
+
border-right: var(--table-row-border);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.vtx-export-btn {
|
|
147
|
+
&.dark {
|
|
148
|
+
background: #2bd8cf;
|
|
149
|
+
border-color: #2bd8cf;
|
|
150
|
+
> span {
|
|
151
|
+
color: black;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
.vtx-export-dropdown {
|
|
156
|
+
&.dark {
|
|
157
|
+
.ant-dropdown-menu {
|
|
158
|
+
background-color: #0d1a1b;
|
|
159
|
+
.ant-dropdown-menu-item {
|
|
160
|
+
color: white;
|
|
161
|
+
&:hover {
|
|
162
|
+
background-color: #1c3436;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
.vtx-table-tabs {
|
|
169
|
+
&.dark {
|
|
170
|
+
.ant-tabs-nav {
|
|
171
|
+
&::before {
|
|
172
|
+
border-bottom: 1px solid #ffffff1a;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
.ant-tabs-tab-btn {
|
|
176
|
+
color: #c5c5c5ff;
|
|
177
|
+
}
|
|
178
|
+
.ant-tabs-ink-bar {
|
|
179
|
+
background-color: #95fff9;
|
|
180
|
+
}
|
|
181
|
+
.ant-tabs-tab-active {
|
|
182
|
+
.ant-tabs-tab-btn {
|
|
183
|
+
color: #95fff9 !important;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|