@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.
- 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 +2 -2
- package/lib/history-control/index.js.map +1 -1
- package/lib/history-control/style/css.js +8 -0
- package/lib/history-control/style/css.js.map +1 -1
- package/lib/history-control/style/index.d.ts +4 -0
- package/lib/history-control/style/index.js +8 -0
- package/lib/history-control/style/index.js.map +1 -1
- 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/live-control/style/css.js +4 -0
- package/lib/live-control/style/css.js.map +1 -1
- package/lib/live-control/style/index.d.ts +3 -0
- package/lib/live-control/style/index.js +4 -0
- 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,169 @@
|
|
|
1
|
+
.map {
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
background-color: #f1f1f1;
|
|
5
|
+
}
|
|
6
|
+
.vtx_gmap_html_points,
|
|
7
|
+
.vtx_gmap_html_pointCollection {
|
|
8
|
+
position: absolute;
|
|
9
|
+
top: 0px;
|
|
10
|
+
left: 0px;
|
|
11
|
+
}
|
|
12
|
+
.esriSimpleSlider {
|
|
13
|
+
z-index: 10000000 !important;
|
|
14
|
+
}
|
|
15
|
+
.label-content {
|
|
16
|
+
/*margin-left: 0;
|
|
17
|
+
width: 100px;
|
|
18
|
+
line-height: 25px;
|
|
19
|
+
text-align: center;
|
|
20
|
+
position: relative;
|
|
21
|
+
left: -43px;
|
|
22
|
+
background-color: #fff;
|
|
23
|
+
opacity: 1;
|
|
24
|
+
border-radius: 5px;
|
|
25
|
+
color: #5DD0EE;
|
|
26
|
+
word-break: break-all;
|
|
27
|
+
white-space: normal;
|
|
28
|
+
padding: 2px 8px;*/
|
|
29
|
+
display: inline-block;
|
|
30
|
+
padding: 5px;
|
|
31
|
+
line-height: 22px;
|
|
32
|
+
text-align: center;
|
|
33
|
+
border-radius: 5px;
|
|
34
|
+
background-color: #fff;
|
|
35
|
+
opacity: 1;
|
|
36
|
+
color: #5DD0EE;
|
|
37
|
+
}
|
|
38
|
+
.vtx-g-rangingPoint {
|
|
39
|
+
width: 7px;
|
|
40
|
+
height: 7px;
|
|
41
|
+
background-color: #fff;
|
|
42
|
+
border: 2px solid #ff0000;
|
|
43
|
+
display: inline-block;
|
|
44
|
+
border-radius: 7px;
|
|
45
|
+
}
|
|
46
|
+
.vtx-g-rangingDistance {
|
|
47
|
+
position: relative;
|
|
48
|
+
top: -36px;
|
|
49
|
+
left: 15px;
|
|
50
|
+
height: 30px;
|
|
51
|
+
line-height: 28px;
|
|
52
|
+
background-color: #fff;
|
|
53
|
+
border: 1px solid #ff0000;
|
|
54
|
+
font-size: 12px;
|
|
55
|
+
word-break: keep-all;
|
|
56
|
+
padding: 0px 3px;
|
|
57
|
+
}
|
|
58
|
+
.vtx-g-rang-exit {
|
|
59
|
+
width: 9px;
|
|
60
|
+
height: 9px;
|
|
61
|
+
background-color: #fff;
|
|
62
|
+
border: 2px solid #ff0000;
|
|
63
|
+
color: #ff0000;
|
|
64
|
+
line-height: 7px;
|
|
65
|
+
text-align: center;
|
|
66
|
+
font-size: 12px;
|
|
67
|
+
cursor: pointer;
|
|
68
|
+
}
|
|
69
|
+
.vtx-g-rang-showRangTool {
|
|
70
|
+
line-height: 18px;
|
|
71
|
+
font-size: 12px;
|
|
72
|
+
border: 1px solid #ff0000;
|
|
73
|
+
word-break: keep-all;
|
|
74
|
+
background-color: #fff;
|
|
75
|
+
padding: 0px 5px;
|
|
76
|
+
}
|
|
77
|
+
.zoom_slider_show_scale {
|
|
78
|
+
padding: 1px 8px;
|
|
79
|
+
font-size: 12px;
|
|
80
|
+
text-align: center;
|
|
81
|
+
}
|
|
82
|
+
.zoom_slider_show_bottom {
|
|
83
|
+
width: 100%;
|
|
84
|
+
height: 3px;
|
|
85
|
+
border: 1px solid #000;
|
|
86
|
+
border-bottom: 3px solid #000;
|
|
87
|
+
border-top: 0px;
|
|
88
|
+
}
|
|
89
|
+
.ol-tooltip {
|
|
90
|
+
position: relative;
|
|
91
|
+
background: rgba(0, 0, 0, 0.5);
|
|
92
|
+
border-radius: 4px;
|
|
93
|
+
color: white;
|
|
94
|
+
padding: 4px 8px;
|
|
95
|
+
opacity: 0.7;
|
|
96
|
+
white-space: nowrap;
|
|
97
|
+
font-size: 12px;
|
|
98
|
+
cursor: default;
|
|
99
|
+
-webkit-user-select: none;
|
|
100
|
+
-moz-user-select: none;
|
|
101
|
+
-ms-user-select: none;
|
|
102
|
+
user-select: none;
|
|
103
|
+
}
|
|
104
|
+
.ol-tooltip-measure {
|
|
105
|
+
opacity: 1;
|
|
106
|
+
font-weight: bold;
|
|
107
|
+
}
|
|
108
|
+
.ol-tooltip-static {
|
|
109
|
+
background-color: #ffcc33;
|
|
110
|
+
color: black;
|
|
111
|
+
border: 1px solid white;
|
|
112
|
+
}
|
|
113
|
+
.ol-tooltip-measure:before,
|
|
114
|
+
.ol-tooltip-static:before {
|
|
115
|
+
border-top: 6px solid rgba(0, 0, 0, 0.5);
|
|
116
|
+
border-right: 6px solid transparent;
|
|
117
|
+
border-left: 6px solid transparent;
|
|
118
|
+
content: "";
|
|
119
|
+
position: absolute;
|
|
120
|
+
bottom: -6px;
|
|
121
|
+
margin-left: -7px;
|
|
122
|
+
left: 50%;
|
|
123
|
+
}
|
|
124
|
+
.ol-tooltip-static:before {
|
|
125
|
+
border-top-color: #ffcc33;
|
|
126
|
+
}
|
|
127
|
+
.ol-popup {
|
|
128
|
+
position: absolute;
|
|
129
|
+
background-color: white;
|
|
130
|
+
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
|
|
131
|
+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
|
|
132
|
+
padding: 15px;
|
|
133
|
+
border-radius: 10px;
|
|
134
|
+
border: 1px solid #cccccc;
|
|
135
|
+
bottom: 12px;
|
|
136
|
+
left: -50px;
|
|
137
|
+
min-width: 280px;
|
|
138
|
+
}
|
|
139
|
+
.ol-popup:after,
|
|
140
|
+
.ol-popup:before {
|
|
141
|
+
top: 100%;
|
|
142
|
+
border: solid transparent;
|
|
143
|
+
content: " ";
|
|
144
|
+
height: 0;
|
|
145
|
+
width: 0;
|
|
146
|
+
position: absolute;
|
|
147
|
+
pointer-events: none;
|
|
148
|
+
}
|
|
149
|
+
.ol-popup:after {
|
|
150
|
+
border-top-color: white;
|
|
151
|
+
border-width: 10px;
|
|
152
|
+
left: 48px;
|
|
153
|
+
margin-left: -10px;
|
|
154
|
+
}
|
|
155
|
+
.ol-popup:before {
|
|
156
|
+
border-top-color: #cccccc;
|
|
157
|
+
border-width: 11px;
|
|
158
|
+
left: 48px;
|
|
159
|
+
margin-left: -11px;
|
|
160
|
+
}
|
|
161
|
+
.ol-popup-closer {
|
|
162
|
+
text-decoration: none;
|
|
163
|
+
position: absolute;
|
|
164
|
+
top: 2px;
|
|
165
|
+
right: 8px;
|
|
166
|
+
}
|
|
167
|
+
.ol-popup-closer:after {
|
|
168
|
+
content: "✖";
|
|
169
|
+
}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
.map{
|
|
2
|
+
width: 100%;
|
|
3
|
+
height: 100%;
|
|
4
|
+
background-color: #f1f1f1;
|
|
5
|
+
}
|
|
6
|
+
.vtx_gmap_html_points,.vtx_gmap_html_pointCollection{
|
|
7
|
+
position: absolute;
|
|
8
|
+
top: 0px;
|
|
9
|
+
left: 0px;
|
|
10
|
+
}
|
|
11
|
+
.esriSimpleSlider{
|
|
12
|
+
z-index: 10000000 !important;
|
|
13
|
+
}
|
|
14
|
+
.label-content{
|
|
15
|
+
/*margin-left: 0;
|
|
16
|
+
width: 100px;
|
|
17
|
+
line-height: 25px;
|
|
18
|
+
text-align: center;
|
|
19
|
+
position: relative;
|
|
20
|
+
left: -43px;
|
|
21
|
+
background-color: #fff;
|
|
22
|
+
opacity: 1;
|
|
23
|
+
border-radius: 5px;
|
|
24
|
+
color: #5DD0EE;
|
|
25
|
+
word-break: break-all;
|
|
26
|
+
white-space: normal;
|
|
27
|
+
padding: 2px 8px;*/
|
|
28
|
+
display: inline-block;
|
|
29
|
+
padding: 5px;
|
|
30
|
+
line-height: 22px;
|
|
31
|
+
text-align: center;
|
|
32
|
+
border-radius: 5px;
|
|
33
|
+
background-color: #fff;
|
|
34
|
+
opacity: 1;
|
|
35
|
+
color: #5DD0EE;
|
|
36
|
+
}
|
|
37
|
+
.vtx-g-rangingPoint{
|
|
38
|
+
width: 7px;
|
|
39
|
+
height: 7px;
|
|
40
|
+
background-color: #fff;
|
|
41
|
+
border: 2px solid #ff0000;
|
|
42
|
+
display: inline-block;
|
|
43
|
+
border-radius: 7px;
|
|
44
|
+
}
|
|
45
|
+
.vtx-g-rangingDistance{
|
|
46
|
+
position: relative;
|
|
47
|
+
top: -36px;
|
|
48
|
+
left: 15px;
|
|
49
|
+
height: 30px;
|
|
50
|
+
line-height: 28px;
|
|
51
|
+
background-color: #fff;
|
|
52
|
+
border: 1px solid #ff0000;
|
|
53
|
+
font-size: 12px;
|
|
54
|
+
word-break: keep-all;
|
|
55
|
+
padding: 0px 3px;
|
|
56
|
+
}
|
|
57
|
+
.vtx-g-rang-exit{
|
|
58
|
+
width: 9px;
|
|
59
|
+
height: 9px;
|
|
60
|
+
background-color: #fff;
|
|
61
|
+
border: 2px solid #ff0000;
|
|
62
|
+
color: #ff0000;
|
|
63
|
+
line-height: 7px;
|
|
64
|
+
text-align: center;
|
|
65
|
+
font-size: 12px;
|
|
66
|
+
cursor: pointer;
|
|
67
|
+
}
|
|
68
|
+
.vtx-g-rang-showRangTool{
|
|
69
|
+
line-height: 18px;
|
|
70
|
+
font-size: 12px;
|
|
71
|
+
border: 1px solid #ff0000;
|
|
72
|
+
word-break: keep-all;
|
|
73
|
+
background-color: #fff;
|
|
74
|
+
padding: 0px 5px;
|
|
75
|
+
}
|
|
76
|
+
.zoom_slider_show_scale{
|
|
77
|
+
padding: 1px 8px;
|
|
78
|
+
font-size: 12px;
|
|
79
|
+
text-align: center;
|
|
80
|
+
}
|
|
81
|
+
.zoom_slider_show_bottom{
|
|
82
|
+
width: 100%;
|
|
83
|
+
height: 3px;
|
|
84
|
+
border: 1px solid #000;
|
|
85
|
+
border-bottom: 3px solid #000;
|
|
86
|
+
border-top: 0px;
|
|
87
|
+
}
|
|
88
|
+
.ol-tooltip {
|
|
89
|
+
position: relative;
|
|
90
|
+
background: rgba(0, 0, 0, 0.5);
|
|
91
|
+
border-radius: 4px;
|
|
92
|
+
color: white;
|
|
93
|
+
padding: 4px 8px;
|
|
94
|
+
opacity: 0.7;
|
|
95
|
+
white-space: nowrap;
|
|
96
|
+
font-size: 12px;
|
|
97
|
+
cursor: default;
|
|
98
|
+
user-select: none;
|
|
99
|
+
}
|
|
100
|
+
.ol-tooltip-measure {
|
|
101
|
+
opacity: 1;
|
|
102
|
+
font-weight: bold;
|
|
103
|
+
}
|
|
104
|
+
.ol-tooltip-static {
|
|
105
|
+
background-color: #ffcc33;
|
|
106
|
+
color: black;
|
|
107
|
+
border: 1px solid white;
|
|
108
|
+
}
|
|
109
|
+
.ol-tooltip-measure:before,
|
|
110
|
+
.ol-tooltip-static:before {
|
|
111
|
+
border-top: 6px solid rgba(0, 0, 0, 0.5);
|
|
112
|
+
border-right: 6px solid transparent;
|
|
113
|
+
border-left: 6px solid transparent;
|
|
114
|
+
content: "";
|
|
115
|
+
position: absolute;
|
|
116
|
+
bottom: -6px;
|
|
117
|
+
margin-left: -7px;
|
|
118
|
+
left: 50%;
|
|
119
|
+
}
|
|
120
|
+
.ol-tooltip-static:before {
|
|
121
|
+
border-top-color: #ffcc33;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// 核心就是绝对定位
|
|
125
|
+
.ol-popup {
|
|
126
|
+
position: absolute;
|
|
127
|
+
background-color: white;
|
|
128
|
+
box-shadow: 0 1px 4px rgba(0,0,0,0.2);
|
|
129
|
+
padding: 15px;
|
|
130
|
+
border-radius: 10px;
|
|
131
|
+
border: 1px solid #cccccc;
|
|
132
|
+
bottom: 12px;
|
|
133
|
+
left: -50px;
|
|
134
|
+
min-width: 280px;
|
|
135
|
+
}
|
|
136
|
+
.ol-popup:after, .ol-popup:before {
|
|
137
|
+
top: 100%;
|
|
138
|
+
border: solid transparent;
|
|
139
|
+
content: " ";
|
|
140
|
+
height: 0;
|
|
141
|
+
width: 0;
|
|
142
|
+
position: absolute;
|
|
143
|
+
pointer-events: none;
|
|
144
|
+
}
|
|
145
|
+
.ol-popup:after {
|
|
146
|
+
border-top-color: white;
|
|
147
|
+
border-width: 10px;
|
|
148
|
+
left: 48px;
|
|
149
|
+
margin-left: -10px;
|
|
150
|
+
}
|
|
151
|
+
.ol-popup:before {
|
|
152
|
+
border-top-color: #cccccc;
|
|
153
|
+
border-width: 11px;
|
|
154
|
+
left: 48px;
|
|
155
|
+
margin-left: -11px;
|
|
156
|
+
}
|
|
157
|
+
.ol-popup-closer {
|
|
158
|
+
text-decoration: none;
|
|
159
|
+
position: absolute;
|
|
160
|
+
top: 2px;
|
|
161
|
+
right: 8px;
|
|
162
|
+
}
|
|
163
|
+
.ol-popup-closer:after {
|
|
164
|
+
content: "✖";
|
|
165
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
.tdt-label {
|
|
2
|
+
background: transparent !important;
|
|
3
|
+
padding: 0px !important;
|
|
4
|
+
-webkit-box-shadow: 0px 0px 4px transparent !important;
|
|
5
|
+
box-shadow: 0px 0px 4px transparent !important;
|
|
6
|
+
border-width: 0px !important;
|
|
7
|
+
line-height: 22px !important;
|
|
8
|
+
}
|
|
9
|
+
.tdt-pane .tdt-marker-pane img {
|
|
10
|
+
-webkit-transform-origin-x: center;
|
|
11
|
+
-webkit-transform-origin-y: center;
|
|
12
|
+
-ms-transform-origin-x: center;
|
|
13
|
+
-ms-transform-origin-y: center;
|
|
14
|
+
}
|
|
15
|
+
.vtx_gmap_html_pointCollection_t {
|
|
16
|
+
position: absolute;
|
|
17
|
+
top: 0;
|
|
18
|
+
left: 0;
|
|
19
|
+
}
|
|
20
|
+
.vtx_gmap_html_pointCollection_t canvas {
|
|
21
|
+
z-index: 400 !important;
|
|
22
|
+
}
|
|
23
|
+
.vtx_tmap_heatmap_class canvas {
|
|
24
|
+
z-index: 400 !important;
|
|
25
|
+
}
|
|
26
|
+
.tdt-infowindow-content {
|
|
27
|
+
margin: 0 !important;
|
|
28
|
+
}
|
|
29
|
+
.tdt-container a.tdt-infowindow-close-button {
|
|
30
|
+
z-index: 999;
|
|
31
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.tdt-label{
|
|
2
|
+
background: transparent !important;
|
|
3
|
+
padding: 0px !important;
|
|
4
|
+
-moz-box-shadow: 0px 0px 4px transparent !important;
|
|
5
|
+
-webkit-box-shadow: 0px 0px 4px transparent !important;
|
|
6
|
+
box-shadow: 0px 0px 4px transparent !important;
|
|
7
|
+
border-width: 0px !important;
|
|
8
|
+
line-height: 22px !important;
|
|
9
|
+
}
|
|
10
|
+
.tdt-pane .tdt-marker-pane{
|
|
11
|
+
img{
|
|
12
|
+
-webkit-transform-origin-x: center;
|
|
13
|
+
-webkit-transform-origin-y: center;
|
|
14
|
+
-ms-transform-origin-x: center;
|
|
15
|
+
-ms-transform-origin-y: center;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
.vtx_gmap_html_pointCollection_t{
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: 0;
|
|
21
|
+
left: 0;
|
|
22
|
+
canvas{
|
|
23
|
+
z-index: 400 !important;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
.vtx_tmap_heatmap_class{
|
|
27
|
+
canvas{
|
|
28
|
+
z-index: 400 !important;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.tdt-infowindow-content{
|
|
33
|
+
margin: 0 !important;
|
|
34
|
+
}
|
|
35
|
+
.tdt-container a.tdt-infowindow-close-button{
|
|
36
|
+
z-index: 999;
|
|
37
|
+
}
|
|
Binary file
|
package/lib/live-player/demo/src/pages/test/components/map/VtxMap/images/defaultMarker_selected.png
ADDED
|
Binary file
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
.vtx-ui-modal-normal .ant-modal .ant-modal-content {
|
|
2
|
+
height: 100%;
|
|
3
|
+
}
|
|
4
|
+
.vtx-ui-modal-normal .ant-modal .ant-modal-content .ant-modal-body {
|
|
5
|
+
max-height: calc(100% - 108px);
|
|
6
|
+
overflow: auto;
|
|
7
|
+
background-color: #f0f2f5;
|
|
8
|
+
}
|
|
9
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title {
|
|
10
|
+
position: relative;
|
|
11
|
+
width: 100%;
|
|
12
|
+
}
|
|
13
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-title_name {
|
|
14
|
+
width: 100%;
|
|
15
|
+
color: #1890ff;
|
|
16
|
+
}
|
|
17
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-close,
|
|
18
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-maximizeIcon {
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: -13px;
|
|
21
|
+
right: -16px;
|
|
22
|
+
}
|
|
23
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-close p,
|
|
24
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-maximizeIcon p {
|
|
25
|
+
width: 36px;
|
|
26
|
+
height: 48px;
|
|
27
|
+
text-align: center;
|
|
28
|
+
line-height: 48px;
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
border: 0;
|
|
31
|
+
background: transparent;
|
|
32
|
+
position: absolute;
|
|
33
|
+
right: 0;
|
|
34
|
+
top: 0;
|
|
35
|
+
z-index: 10;
|
|
36
|
+
font-weight: 700;
|
|
37
|
+
text-decoration: none;
|
|
38
|
+
-webkit-transition: color 0.3s ease;
|
|
39
|
+
transition: color 0.3s ease;
|
|
40
|
+
color: rgba(0, 0, 0, 0.85);
|
|
41
|
+
outline: 0;
|
|
42
|
+
display: inline-block;
|
|
43
|
+
}
|
|
44
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-close p:hover,
|
|
45
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-maximizeIcon p:hover {
|
|
46
|
+
color: rgba(0, 0, 0, 0.45);
|
|
47
|
+
text-decoration: none;
|
|
48
|
+
}
|
|
49
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-maximizeIcon {
|
|
50
|
+
right: 20px;
|
|
51
|
+
}
|
|
52
|
+
.vtx-ui-modal-maxClass .ant-modal {
|
|
53
|
+
top: 0 !important;
|
|
54
|
+
left: 0 !important;
|
|
55
|
+
width: 100% !important;
|
|
56
|
+
height: 100% !important;
|
|
57
|
+
padding-bottom: 0 !important;
|
|
58
|
+
overflow: hidden;
|
|
59
|
+
}
|
|
60
|
+
.vtx-ui-modal-maxClass .ant-modal-body {
|
|
61
|
+
height: calc(100% - 108px) !important;
|
|
62
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
@import (reference) '~antd/lib/style/themes/default.less';
|
|
2
|
+
|
|
3
|
+
.vtx-ui-modal-normal{
|
|
4
|
+
.ant-modal{
|
|
5
|
+
.ant-modal-content{
|
|
6
|
+
height: 100%;
|
|
7
|
+
.ant-modal-body{
|
|
8
|
+
max-height: e('calc(100% - 108px)');
|
|
9
|
+
overflow: auto;
|
|
10
|
+
background-color: @layout-body-background;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
.vtx-ui-modal-title{
|
|
15
|
+
position: relative;
|
|
16
|
+
width: 100%;
|
|
17
|
+
.vtx-ui-modal-title_name{
|
|
18
|
+
width: 100%;
|
|
19
|
+
color: @primary-color;
|
|
20
|
+
}
|
|
21
|
+
.vtx-ui-modal-close,.vtx-ui-modal-maximizeIcon{
|
|
22
|
+
position: absolute;
|
|
23
|
+
top: -13px;
|
|
24
|
+
right: -16px;
|
|
25
|
+
p{
|
|
26
|
+
width: 36px;
|
|
27
|
+
height: 48px;
|
|
28
|
+
text-align: center;
|
|
29
|
+
line-height: 48px;
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
border: 0;
|
|
32
|
+
background: transparent;
|
|
33
|
+
position: absolute;
|
|
34
|
+
right: 0;
|
|
35
|
+
top: 0;
|
|
36
|
+
z-index: 10;
|
|
37
|
+
font-weight: 700;
|
|
38
|
+
text-decoration: none;
|
|
39
|
+
-webkit-transition: color .3s ease;
|
|
40
|
+
transition: color .3s ease;
|
|
41
|
+
color: @text-color;
|
|
42
|
+
outline: 0;
|
|
43
|
+
display: inline-block;
|
|
44
|
+
&:hover{
|
|
45
|
+
color: @text-color-secondary;
|
|
46
|
+
text-decoration: none;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
.vtx-ui-modal-maximizeIcon{
|
|
51
|
+
right: 20px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
.vtx-ui-modal-maxClass{
|
|
56
|
+
.ant-modal{
|
|
57
|
+
top: 0 !important;
|
|
58
|
+
left: 0 !important;
|
|
59
|
+
width: 100% !important;
|
|
60
|
+
height: 100% !important;
|
|
61
|
+
padding-bottom: 0 !important;
|
|
62
|
+
overflow: hidden;
|
|
63
|
+
}
|
|
64
|
+
.ant-modal-body{
|
|
65
|
+
height: e('calc(100% - 108px)') !important;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
.vtx-ui-modal-normal .ant-modal .ant-modal-content {
|
|
2
|
+
height: 100%;
|
|
3
|
+
}
|
|
4
|
+
.vtx-ui-modal-normal .ant-modal .ant-modal-content .ant-modal-body {
|
|
5
|
+
max-height: calc(100% - 108px);
|
|
6
|
+
overflow: auto;
|
|
7
|
+
background-color: #f0f2f5;
|
|
8
|
+
}
|
|
9
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title {
|
|
10
|
+
position: relative;
|
|
11
|
+
width: 100%;
|
|
12
|
+
}
|
|
13
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-title_name {
|
|
14
|
+
width: 100%;
|
|
15
|
+
color: #1890ff;
|
|
16
|
+
}
|
|
17
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-close,
|
|
18
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-maximizeIcon {
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: -13px;
|
|
21
|
+
right: -16px;
|
|
22
|
+
}
|
|
23
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-close p,
|
|
24
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-maximizeIcon p {
|
|
25
|
+
width: 36px;
|
|
26
|
+
height: 48px;
|
|
27
|
+
text-align: center;
|
|
28
|
+
line-height: 48px;
|
|
29
|
+
cursor: pointer;
|
|
30
|
+
border: 0;
|
|
31
|
+
background: transparent;
|
|
32
|
+
position: absolute;
|
|
33
|
+
right: 0;
|
|
34
|
+
top: 0;
|
|
35
|
+
z-index: 10;
|
|
36
|
+
font-weight: 700;
|
|
37
|
+
text-decoration: none;
|
|
38
|
+
-webkit-transition: color 0.3s ease;
|
|
39
|
+
transition: color 0.3s ease;
|
|
40
|
+
color: rgba(0, 0, 0, 0.85);
|
|
41
|
+
outline: 0;
|
|
42
|
+
display: inline-block;
|
|
43
|
+
}
|
|
44
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-close p:hover,
|
|
45
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-maximizeIcon p:hover {
|
|
46
|
+
color: rgba(0, 0, 0, 0.45);
|
|
47
|
+
text-decoration: none;
|
|
48
|
+
}
|
|
49
|
+
.vtx-ui-modal-normal .vtx-ui-modal-title .vtx-ui-modal-maximizeIcon {
|
|
50
|
+
right: 20px;
|
|
51
|
+
}
|
|
52
|
+
.vtx-ui-modal-maxClass .ant-modal {
|
|
53
|
+
top: 0 !important;
|
|
54
|
+
left: 0 !important;
|
|
55
|
+
width: 100% !important;
|
|
56
|
+
height: 100% !important;
|
|
57
|
+
padding-bottom: 0 !important;
|
|
58
|
+
overflow: hidden;
|
|
59
|
+
}
|
|
60
|
+
.vtx-ui-modal-maxClass .ant-modal-body {
|
|
61
|
+
height: calc(100% - 108px) !important;
|
|
62
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
@import (reference) '~antd/lib/style/themes/index.less';
|
|
2
|
+
|
|
3
|
+
.vtx-ui-modal-normal{
|
|
4
|
+
.ant-modal{
|
|
5
|
+
.ant-modal-content{
|
|
6
|
+
height: 100%;
|
|
7
|
+
.ant-modal-body{
|
|
8
|
+
max-height: e('calc(100% - 108px)');
|
|
9
|
+
overflow: auto;
|
|
10
|
+
background-color: @layout-body-background;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
.vtx-ui-modal-title{
|
|
15
|
+
position: relative;
|
|
16
|
+
width: 100%;
|
|
17
|
+
.vtx-ui-modal-title_name{
|
|
18
|
+
width: 100%;
|
|
19
|
+
color: @primary-color;
|
|
20
|
+
}
|
|
21
|
+
.vtx-ui-modal-close,.vtx-ui-modal-maximizeIcon{
|
|
22
|
+
position: absolute;
|
|
23
|
+
top: -13px;
|
|
24
|
+
right: -16px;
|
|
25
|
+
p{
|
|
26
|
+
width: 36px;
|
|
27
|
+
height: 48px;
|
|
28
|
+
text-align: center;
|
|
29
|
+
line-height: 48px;
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
border: 0;
|
|
32
|
+
background: transparent;
|
|
33
|
+
position: absolute;
|
|
34
|
+
right: 0;
|
|
35
|
+
top: 0;
|
|
36
|
+
z-index: 10;
|
|
37
|
+
font-weight: 700;
|
|
38
|
+
text-decoration: none;
|
|
39
|
+
-webkit-transition: color .3s ease;
|
|
40
|
+
transition: color .3s ease;
|
|
41
|
+
color: @text-color;
|
|
42
|
+
outline: 0;
|
|
43
|
+
display: inline-block;
|
|
44
|
+
&:hover{
|
|
45
|
+
color: @text-color-secondary;
|
|
46
|
+
text-decoration: none;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
.vtx-ui-modal-maximizeIcon{
|
|
51
|
+
right: 20px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
.vtx-ui-modal-maxClass{
|
|
56
|
+
.ant-modal{
|
|
57
|
+
top: 0 !important;
|
|
58
|
+
left: 0 !important;
|
|
59
|
+
width: 100% !important;
|
|
60
|
+
height: 100% !important;
|
|
61
|
+
padding-bottom: 0 !important;
|
|
62
|
+
overflow: hidden;
|
|
63
|
+
}
|
|
64
|
+
.ant-modal-body{
|
|
65
|
+
height: e('calc(100% - 108px)') !important;
|
|
66
|
+
}
|
|
67
|
+
}
|