@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,95 @@
|
|
|
1
|
+
@import (reference) '~antd/lib/style/themes/index.less';
|
|
2
|
+
|
|
3
|
+
.vtx-modal-maxClass {
|
|
4
|
+
.ant-modal {
|
|
5
|
+
top: 0 !important;
|
|
6
|
+
left: 0 !important;
|
|
7
|
+
width: 100% !important;
|
|
8
|
+
height: 100% !important;
|
|
9
|
+
padding-bottom: 0 !important;
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
}
|
|
12
|
+
.ant-modal-body {
|
|
13
|
+
height: e('calc(100% - 108px)') !important;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.vtx-modal {
|
|
17
|
+
.ant-modal {
|
|
18
|
+
top: 10%;
|
|
19
|
+
padding-bottom: 0;
|
|
20
|
+
.ant-modal-content {
|
|
21
|
+
height: 100%;
|
|
22
|
+
.ant-modal-body {
|
|
23
|
+
max-height: e('calc(100% - 108px)');
|
|
24
|
+
padding: 20px 24px;
|
|
25
|
+
overflow: auto;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
.vtx-modal-title {
|
|
30
|
+
position: relative;
|
|
31
|
+
width: 100%;
|
|
32
|
+
.vtx-modal-title_name {
|
|
33
|
+
width: 100%;
|
|
34
|
+
color: @primary-color;
|
|
35
|
+
}
|
|
36
|
+
.vtx-modal-close,
|
|
37
|
+
.vtx-modal-maximizeIcon {
|
|
38
|
+
position: absolute;
|
|
39
|
+
top: -13px;
|
|
40
|
+
right: -16px;
|
|
41
|
+
p {
|
|
42
|
+
position: absolute;
|
|
43
|
+
top: 0;
|
|
44
|
+
right: 0;
|
|
45
|
+
z-index: 10;
|
|
46
|
+
display: inline-block;
|
|
47
|
+
width: 36px;
|
|
48
|
+
height: 48px;
|
|
49
|
+
color: @text-color-secondary;
|
|
50
|
+
font-weight: 700;
|
|
51
|
+
line-height: 48px;
|
|
52
|
+
text-align: center;
|
|
53
|
+
text-decoration: none;
|
|
54
|
+
background: transparent;
|
|
55
|
+
border: 0;
|
|
56
|
+
outline: 0;
|
|
57
|
+
cursor: pointer;
|
|
58
|
+
-webkit-transition: color 0.3s ease;
|
|
59
|
+
transition: color 0.3s ease;
|
|
60
|
+
&:hover {
|
|
61
|
+
color: @icon-color-hover;
|
|
62
|
+
text-decoration: none;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
.vtx-modal-maximizeIcon {
|
|
67
|
+
right: 20px;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.vtx-modal-header-title {
|
|
73
|
+
.vtx-modal-header-text {
|
|
74
|
+
font-weight: 400;
|
|
75
|
+
}
|
|
76
|
+
.vtx-modal-header-text when(@theme=dark) {
|
|
77
|
+
color: @text-color;
|
|
78
|
+
}
|
|
79
|
+
.vtx-modal-header-text when(@theme=default) {
|
|
80
|
+
color: fade(@black, 65%);
|
|
81
|
+
}
|
|
82
|
+
.vtx-modal-header-text + .vtx-modal-header-subtitle {
|
|
83
|
+
&::before {
|
|
84
|
+
margin: 0 4px;
|
|
85
|
+
font-weight: 400;
|
|
86
|
+
content: '>';
|
|
87
|
+
}
|
|
88
|
+
&::before when(@theme=dark) {
|
|
89
|
+
color: @text-color;
|
|
90
|
+
}
|
|
91
|
+
&::before when(@theme=default) {
|
|
92
|
+
color: fade(@black, 65%);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
.overflow-y {
|
|
2
|
+
overflow: hidden;
|
|
3
|
+
overflow-y: auto;
|
|
4
|
+
}
|
|
5
|
+
.vtx-page {
|
|
6
|
+
position: relative;
|
|
7
|
+
width: 100%;
|
|
8
|
+
height: 100%;
|
|
9
|
+
overflow-x: hidden;
|
|
10
|
+
font-size: 14px;
|
|
11
|
+
}
|
|
12
|
+
.vtx-page .ant-table-footer {
|
|
13
|
+
padding: 0 !important;
|
|
14
|
+
}
|
|
15
|
+
.vtx-page .vtx-ui-date-normal {
|
|
16
|
+
width: 100%;
|
|
17
|
+
}
|
|
18
|
+
.vtx-page .vtx-ui-grid-normal {
|
|
19
|
+
z-index: 999;
|
|
20
|
+
}
|
|
21
|
+
.vtx-page .ant-tabs {
|
|
22
|
+
height: 100%;
|
|
23
|
+
}
|
|
24
|
+
.vtx-page .ant-tabs-content {
|
|
25
|
+
height: calc(100% - 56px);
|
|
26
|
+
}
|
|
27
|
+
.vtx-page .ant-tabs-tabpane {
|
|
28
|
+
height: 100%;
|
|
29
|
+
}
|
|
30
|
+
.vtx-page .td {
|
|
31
|
+
position: relative;
|
|
32
|
+
}
|
|
33
|
+
.vtx-button-wrap button + button {
|
|
34
|
+
margin-left: 8px;
|
|
35
|
+
}
|
|
36
|
+
.vtx-content-absolute {
|
|
37
|
+
position: absolute;
|
|
38
|
+
top: 0;
|
|
39
|
+
right: 0;
|
|
40
|
+
bottom: 0;
|
|
41
|
+
left: 0;
|
|
42
|
+
}
|
|
43
|
+
.vtx-content-relative {
|
|
44
|
+
position: relative;
|
|
45
|
+
width: 100%;
|
|
46
|
+
height: 100%;
|
|
47
|
+
}
|
|
48
|
+
.vtx-content-scroll-y {
|
|
49
|
+
overflow: hidden;
|
|
50
|
+
overflow-y: auto;
|
|
51
|
+
}
|
|
52
|
+
.vtx-table-wrapper-absolute {
|
|
53
|
+
position: absolute;
|
|
54
|
+
top: 0;
|
|
55
|
+
right: 0;
|
|
56
|
+
bottom: 0;
|
|
57
|
+
left: 0;
|
|
58
|
+
padding: 0 5px;
|
|
59
|
+
}
|
|
60
|
+
.vtx-table-wrapper-relative {
|
|
61
|
+
position: relative;
|
|
62
|
+
width: 100%;
|
|
63
|
+
height: 100%;
|
|
64
|
+
max-height: 500px;
|
|
65
|
+
padding: 0 5px;
|
|
66
|
+
}
|
|
67
|
+
.vtx-page--table {
|
|
68
|
+
position: relative;
|
|
69
|
+
width: 100%;
|
|
70
|
+
height: 100%;
|
|
71
|
+
padding: 16px 20px 16px 20px;
|
|
72
|
+
overflow-x: hidden;
|
|
73
|
+
font-size: 14px;
|
|
74
|
+
background-color: #f0f2f5;
|
|
75
|
+
}
|
|
76
|
+
.vtx-table-search {
|
|
77
|
+
margin-bottom: 16px;
|
|
78
|
+
background: #fff;
|
|
79
|
+
border-radius: 2px;
|
|
80
|
+
}
|
|
81
|
+
.vtx-table-content {
|
|
82
|
+
position: absolute;
|
|
83
|
+
top: 0;
|
|
84
|
+
right: 0;
|
|
85
|
+
bottom: 0;
|
|
86
|
+
left: 0;
|
|
87
|
+
right: 20px;
|
|
88
|
+
bottom: 16px;
|
|
89
|
+
left: 20px;
|
|
90
|
+
-webkit-transition-duration: 0.3s;
|
|
91
|
+
transition-duration: 0.3s;
|
|
92
|
+
-webkit-transition-property: top;
|
|
93
|
+
transition-property: top;
|
|
94
|
+
}
|
|
95
|
+
.vtx-table-wrap {
|
|
96
|
+
position: absolute;
|
|
97
|
+
top: 0;
|
|
98
|
+
right: 0;
|
|
99
|
+
bottom: 0;
|
|
100
|
+
left: 0;
|
|
101
|
+
padding: 0 24px;
|
|
102
|
+
background-color: #fff;
|
|
103
|
+
}
|
|
104
|
+
.vtx-table-card {
|
|
105
|
+
background: #fff;
|
|
106
|
+
border-radius: 2px;
|
|
107
|
+
}
|
|
108
|
+
.vtx-table-left,
|
|
109
|
+
.vtx-table-right {
|
|
110
|
+
height: 100%;
|
|
111
|
+
overflow: hidden;
|
|
112
|
+
}
|
|
113
|
+
.vtx-table-left .vtx-ztree-search {
|
|
114
|
+
right: 0;
|
|
115
|
+
}
|
|
@@ -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,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
|
+
}
|