@vtx/map 1.2.38 → 2.0.0-beta.2
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/README.md +44 -44
- package/lib/VtxMap/AMap/AMap.js +37 -35
- package/lib/VtxMap/AMap/AMap.js.map +1 -1
- package/lib/VtxMap/BMap/Map.js +60 -57
- package/lib/VtxMap/BMap/Map.js.map +1 -1
- package/lib/VtxMap/GMap/Map.js +38 -39
- package/lib/VtxMap/GMap/Map.js.map +1 -1
- package/lib/VtxMap/MapToolFunction.js +0 -9
- package/lib/VtxMap/MapToolFunction.js.map +1 -1
- package/lib/VtxMap/OMap/Map.js +65 -62
- package/lib/VtxMap/OMap/Map.js.map +1 -1
- package/lib/VtxMap/OMap/Map.less +70 -70
- package/lib/VtxMap/OlMap/Map.js +77 -101
- package/lib/VtxMap/OlMap/Map.js.map +1 -1
- package/lib/VtxMap/OlMap/Map.less +230 -230
- package/lib/VtxMap/TMap/TMap.js +58 -56
- package/lib/VtxMap/TMap/TMap.js.map +1 -1
- package/lib/VtxMap/index.js +0 -18
- package/lib/VtxMap/index.js.map +1 -1
- package/lib/VtxMap/optimizingPointMap.js +21 -23
- package/lib/VtxMap/optimizingPointMap.js.map +1 -1
- package/lib/VtxModal/VtxModal.css +76 -18
- package/lib/VtxModal/VtxModal.js +16 -13
- package/lib/VtxModal/VtxModal.js.map +1 -1
- package/lib/VtxModal/VtxModal.less +117 -50
- package/lib/VtxModal/style/css.js +1 -12
- package/lib/VtxModal/style/css.js.map +1 -1
- package/lib/VtxModal/style/index.js +1 -12
- package/lib/VtxModal/style/index.js.map +1 -1
- package/lib/VtxSearchCheckMap/VtxSearchCheckMap.css +45 -63
- package/lib/VtxSearchCheckMap/VtxSearchCheckMap.js +35 -36
- package/lib/VtxSearchCheckMap/VtxSearchCheckMap.js.map +1 -1
- package/lib/VtxSearchCheckMap/VtxSearchCheckMap.less +73 -68
- package/lib/VtxSearchCheckMap/index.js.map +1 -1
- package/lib/VtxSearchCheckMap/mapping.js.map +1 -1
- package/lib/VtxSearchCheckMap/style/css.js +2 -18
- package/lib/VtxSearchCheckMap/style/css.js.map +1 -1
- package/lib/VtxSearchCheckMap/style/index.js +2 -18
- package/lib/VtxSearchCheckMap/style/index.js.map +1 -1
- package/lib/VtxSearchMap/VtxSearchMap.css +44 -60
- package/lib/VtxSearchMap/VtxSearchMap.js +59 -68
- package/lib/VtxSearchMap/VtxSearchMap.js.map +1 -1
- package/lib/VtxSearchMap/VtxSearchMap.less +156 -174
- package/lib/VtxSearchMap/index.js.map +1 -1
- package/lib/VtxSearchMap/mapping.js.map +1 -1
- package/lib/VtxSearchMap/style/css.js +3 -25
- package/lib/VtxSearchMap/style/css.js.map +1 -1
- package/lib/VtxSearchMap/style/index.js +3 -25
- package/lib/VtxSearchMap/style/index.js.map +1 -1
- package/lib/default.js +37 -13
- package/lib/default.js.map +1 -1
- package/lib/utils/util.js +0 -53
- package/lib/utils/util.js.map +1 -1
- package/package.json +67 -65
- package/lib/VtxModal/VtxModalAntd3.css +0 -62
- package/lib/VtxModal/VtxModalAntd3.less +0 -67
- package/lib/VtxSearchCheckMap/VtxSearchCheckMapAntd3.css +0 -0
- package/lib/VtxSearchCheckMap/VtxSearchCheckMapAntd3.less +0 -1
- package/lib/VtxSearchMap/VtxSearchMapAntd3.css +0 -0
- package/lib/VtxSearchMap/VtxSearchMapAntd3.less +0 -1
|
@@ -1,53 +1,63 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
.vtx-ui-searchmap-searchmodal{
|
|
1
|
+
.vtx-ui-search-checkmap-searchmodal {
|
|
4
2
|
z-index: 1001;
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
|
|
4
|
+
.ant-modal {
|
|
5
|
+
width: calc(100% - 200px) !important;
|
|
7
6
|
min-width: 800px;
|
|
8
7
|
height: 70vh;
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
|
|
9
|
+
.ant-modal-title {
|
|
10
|
+
color: var(--ant-color-primary);
|
|
11
11
|
}
|
|
12
|
-
.ant-modal-
|
|
12
|
+
.ant-modal-body {
|
|
13
13
|
width: 100%;
|
|
14
|
-
height: 100
|
|
15
|
-
|
|
14
|
+
height: calc(100% - 108px) !important;
|
|
15
|
+
padding: 0px;
|
|
16
|
+
background-color: var(--ant-color-bg-container);
|
|
17
|
+
}
|
|
18
|
+
.ant-modal-footer{
|
|
19
|
+
.vtx-ui-searchmap-check-bottom {
|
|
16
20
|
width: 100%;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
21
|
+
button {
|
|
22
|
+
margin-left: 10px;
|
|
23
|
+
}
|
|
20
24
|
}
|
|
21
25
|
}
|
|
22
26
|
}
|
|
23
|
-
|
|
27
|
+
|
|
28
|
+
.vtx-ui-search-checkmap-searchmap {
|
|
24
29
|
width: 100%;
|
|
25
30
|
height: 100%;
|
|
26
31
|
padding-top: 48px;
|
|
27
|
-
// padding-bottom: 48px;
|
|
28
32
|
box-sizing: border-box;
|
|
29
33
|
position: relative;
|
|
30
34
|
overflow: hidden;
|
|
31
|
-
|
|
35
|
+
|
|
36
|
+
.vtx-ui-searchmap-check-top,
|
|
37
|
+
.vtx-ui-searchmap-check-bottom {
|
|
32
38
|
width: 100%;
|
|
33
39
|
height: 48px;
|
|
34
40
|
position: absolute;
|
|
35
41
|
left: 0px;
|
|
36
42
|
padding: 10px 15px;
|
|
37
|
-
|
|
43
|
+
|
|
44
|
+
button {
|
|
38
45
|
margin-left: 10px;
|
|
39
46
|
}
|
|
40
47
|
}
|
|
41
|
-
|
|
48
|
+
|
|
49
|
+
.vtx-ui-searchmap-check-top {
|
|
42
50
|
top: 0px;
|
|
43
|
-
border-bottom: 1px solid
|
|
44
|
-
|
|
51
|
+
border-bottom: 1px solid var(--ant-color-border);
|
|
52
|
+
|
|
53
|
+
.vtx-ui-searchmap-othermodal {
|
|
45
54
|
position: absolute;
|
|
46
55
|
right: 25px;
|
|
47
56
|
line-height: 28px;
|
|
48
57
|
display: inline-block;
|
|
49
58
|
}
|
|
50
|
-
|
|
59
|
+
|
|
60
|
+
.vtx-ui-searchmap-mapTxt {
|
|
51
61
|
position: absolute;
|
|
52
62
|
right: 25px;
|
|
53
63
|
line-height: 28px;
|
|
@@ -59,28 +69,34 @@
|
|
|
59
69
|
cursor: pointer;
|
|
60
70
|
}
|
|
61
71
|
}
|
|
62
|
-
|
|
72
|
+
|
|
73
|
+
.vtx-ui-searchmap-check-bottom {
|
|
63
74
|
bottom: 0px;
|
|
64
|
-
border-top: 1px solid
|
|
75
|
+
border-top: 1px solid var(--ant-color-border);
|
|
65
76
|
text-align: right;
|
|
66
77
|
}
|
|
67
|
-
|
|
78
|
+
|
|
79
|
+
.vtx-ui-searchmap-content {
|
|
68
80
|
width: 100%;
|
|
69
81
|
height: 100%;
|
|
70
82
|
position: relative;
|
|
71
83
|
padding-left: 25px;
|
|
72
|
-
|
|
84
|
+
|
|
85
|
+
.vtx-ui-searchmap-show {
|
|
73
86
|
display: inline-block;
|
|
74
87
|
width: 100%;
|
|
75
88
|
height: 100%;
|
|
76
89
|
}
|
|
77
|
-
|
|
90
|
+
|
|
91
|
+
.vtx-ui-searchmap-hidden {
|
|
78
92
|
display: none;
|
|
79
93
|
}
|
|
80
|
-
|
|
94
|
+
|
|
95
|
+
.vtx-ui-searchmap-w_l {
|
|
81
96
|
width: 300px !important;
|
|
82
97
|
}
|
|
83
|
-
|
|
98
|
+
|
|
99
|
+
.vtx-ui-searchmap-content_left {
|
|
84
100
|
width: 25px;
|
|
85
101
|
height: 100%;
|
|
86
102
|
display: inline-block;
|
|
@@ -89,59 +105,67 @@
|
|
|
89
105
|
transition-duration: 0.3s;
|
|
90
106
|
transition-property: width;
|
|
91
107
|
vertical-align: top;
|
|
92
|
-
border-right: 1px solid
|
|
108
|
+
border-right: 1px solid var(--ant-color-border);
|
|
93
109
|
position: absolute;
|
|
94
110
|
top: 0px;
|
|
95
111
|
left: 0px;
|
|
96
112
|
z-index: 10;
|
|
97
|
-
background-color:
|
|
98
|
-
|
|
113
|
+
background-color: var(--ant-color-bg-container);
|
|
114
|
+
|
|
115
|
+
.vtx-ui-searchmap-listtitle {
|
|
99
116
|
width: 100%;
|
|
100
117
|
height: 30px;
|
|
101
118
|
line-height: 30px;
|
|
102
|
-
border-bottom: 1px solid
|
|
103
|
-
|
|
104
|
-
|
|
119
|
+
border-bottom: 1px solid var(--ant-color-border);
|
|
120
|
+
|
|
121
|
+
.vtx-ui-searchmap-title {
|
|
122
|
+
width: calc(100% - 30px);
|
|
105
123
|
display: inline-block;
|
|
106
124
|
padding-left: 15px;
|
|
107
125
|
font-size: 15px;
|
|
108
126
|
}
|
|
109
|
-
|
|
127
|
+
|
|
128
|
+
.vtx-ui-searchmap-btn {
|
|
110
129
|
display: inline-block;
|
|
111
130
|
width: 30px;
|
|
112
131
|
text-align: center;
|
|
113
|
-
color:
|
|
132
|
+
color: var(--ant-color-primary);
|
|
114
133
|
height: 30px;
|
|
115
134
|
line-height: 30px;
|
|
116
135
|
cursor: pointer;
|
|
117
136
|
}
|
|
118
137
|
}
|
|
119
|
-
|
|
138
|
+
|
|
139
|
+
.vtx-ui-searchmap-lists {
|
|
120
140
|
width: 100%;
|
|
121
141
|
line-height: 35px;
|
|
122
|
-
border-bottom: 1px solid
|
|
142
|
+
border-bottom: 1px solid var(--ant-color-border);
|
|
123
143
|
font-size: 12px;
|
|
124
144
|
overflow: hidden;
|
|
125
145
|
text-overflow: ellipsis;
|
|
126
146
|
white-space: nowrap;
|
|
127
|
-
padding:0px 15px;
|
|
147
|
+
padding: 0px 15px;
|
|
128
148
|
cursor: pointer;
|
|
129
149
|
color: #999;
|
|
130
|
-
|
|
150
|
+
|
|
151
|
+
&:hover {
|
|
131
152
|
background-color: #ECF6FD;
|
|
132
|
-
color:
|
|
153
|
+
color: var(--ant-color-primary);
|
|
133
154
|
}
|
|
134
155
|
}
|
|
135
|
-
|
|
156
|
+
|
|
157
|
+
.vtx-ui-searchmap-lists.vtx-ui-searchmap-select {
|
|
136
158
|
background-color: #ECF6FD;
|
|
137
|
-
color:
|
|
159
|
+
color: var(--ant-color-primary);
|
|
138
160
|
}
|
|
139
|
-
|
|
140
|
-
|
|
161
|
+
|
|
162
|
+
.vtx-ui-searchmap-scrollauto {
|
|
163
|
+
height: calc(100% - 30px);
|
|
141
164
|
overflow-y: auto;
|
|
142
165
|
}
|
|
143
166
|
}
|
|
144
|
-
|
|
167
|
+
|
|
168
|
+
.vtx-ui-searchmap-content_right {
|
|
145
169
|
width: 100%;
|
|
146
170
|
height: 100%;
|
|
147
171
|
display: inline-block;
|
|
@@ -150,9 +174,10 @@
|
|
|
150
174
|
transition-duration: 0.3s;
|
|
151
175
|
transition-property: width;
|
|
152
176
|
}
|
|
153
|
-
|
|
177
|
+
|
|
178
|
+
.vtx-ui-searchmap-btn {
|
|
154
179
|
text-align: center;
|
|
155
|
-
color:
|
|
180
|
+
color: var(--ant-color-primary);
|
|
156
181
|
height: 30px;
|
|
157
182
|
line-height: 30px;
|
|
158
183
|
cursor: pointer;
|
|
@@ -160,23 +185,3 @@
|
|
|
160
185
|
}
|
|
161
186
|
}
|
|
162
187
|
}
|
|
163
|
-
.vtx-ui-searchmap-showlabel{
|
|
164
|
-
margin-left: 0;
|
|
165
|
-
width: 100px;
|
|
166
|
-
line-height: 25px;
|
|
167
|
-
text-align: center;
|
|
168
|
-
position: relative;
|
|
169
|
-
left: -38px;
|
|
170
|
-
background-color: #222020;
|
|
171
|
-
opacity: 0.6;
|
|
172
|
-
border-radius: 5px;
|
|
173
|
-
color: #FFF;
|
|
174
|
-
padding: 2px 8px;
|
|
175
|
-
text-overflow: ellipsis;
|
|
176
|
-
white-space: nowrap;
|
|
177
|
-
word-break: normal;
|
|
178
|
-
overflow: hidden;
|
|
179
|
-
}
|
|
180
|
-
.vtx-ui-searchmap-hiddenlabel{
|
|
181
|
-
display: none;
|
|
182
|
-
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_VtxSearchCheckMap","_interopRequireDefault","require","e","__esModule"],"sources":["VtxSearchCheckMap/index.js"],"sourcesContent":["export {default as VtxSearchCheckMap} from './VtxSearchCheckMap';\
|
|
1
|
+
{"version":3,"file":"index.js","names":["_VtxSearchCheckMap","_interopRequireDefault","require","e","__esModule"],"sources":["VtxSearchCheckMap/index.js"],"sourcesContent":["export {default as VtxSearchCheckMap} from './VtxSearchCheckMap';\nexport {default} from './VtxSearchCheckMap';"],"mappings":";;;;;;;;;;;;;;;;;AAAA,IAAAA,kBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAiE,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapping.js","names":["iconMapping","exports","check","close","search","environment","edit","sync"],"sources":["VtxSearchCheckMap/mapping.js"],"sourcesContent":["export const iconMapping = {\
|
|
1
|
+
{"version":3,"file":"mapping.js","names":["iconMapping","exports","check","close","search","environment","edit","sync"],"sources":["VtxSearchCheckMap/mapping.js"],"sourcesContent":["export const iconMapping = {\n check: 'check',\n close: 'close',\n search: 'search1',\n environment: 'location',\n edit: 'edit',\n sync: 'sync',\n 'double-left': 'doubleleft',\n 'double-right': 'doubleright',\n};\n"],"mappings":";;;;;;AAAO,IAAMA,WAAW,GAAAC,OAAA,CAAAD,WAAA,GAAG;EACvBE,KAAK,EAAE,OAAO;EACdC,KAAK,EAAE,OAAO;EACdC,MAAM,EAAE,SAAS;EACjBC,WAAW,EAAE,UAAU;EACvBC,IAAI,EAAE,MAAM;EACZC,IAAI,EAAE,MAAM;EACZ,aAAa,EAAE,YAAY;EAC3B,cAAc,EAAE;AACpB,CAAC","ignoreList":[]}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
require("antd/lib/button/style/css");
|
|
4
|
-
require("antd/lib/input/style/css");
|
|
5
|
-
require("antd/lib/message/style/css");
|
|
6
|
-
require("antd/lib/icon/style/css");
|
|
7
|
-
require("antd/lib/checkbox/style/css");
|
|
8
3
|
require("../../VtxMap/AMap/AMap.css");
|
|
9
4
|
require("../../VtxMap/BMap/Map.css");
|
|
10
5
|
require("../../VtxMap/GMap/Map.css");
|
|
@@ -12,17 +7,6 @@ require("../../VtxMap/OMap/Map.css");
|
|
|
12
7
|
require("../../VtxMap/TMap/TMap.css");
|
|
13
8
|
require("../../VtxMap/OlMap/Map.css");
|
|
14
9
|
require("../../VtxMap/Map.css");
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
case '4':
|
|
18
|
-
require('../../VtxModal/VtxModal.css');
|
|
19
|
-
require('../VtxSearchCheckMap.css');
|
|
20
|
-
break;
|
|
21
|
-
case '3':
|
|
22
|
-
require('../../VtxModal/VtxModalAntd3.css');
|
|
23
|
-
require('../VtxSearchCheckMapAntd3.css');
|
|
24
|
-
break;
|
|
25
|
-
default:
|
|
26
|
-
break;
|
|
27
|
-
}
|
|
10
|
+
require("../../VtxModal/VtxModal.css");
|
|
11
|
+
require("../VtxSearchCheckMap.css");
|
|
28
12
|
//# sourceMappingURL=css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"css.js","names":["require"
|
|
1
|
+
{"version":3,"file":"css.js","names":["require"],"sources":["VtxSearchCheckMap/style/index.js"],"sourcesContent":["import '../../VtxMap/AMap/AMap.less';\r\nimport '../../VtxMap/BMap/Map.less';\r\nimport '../../VtxMap/GMap/Map.less';\r\nimport '../../VtxMap/OMap/Map.less';\r\nimport '../../VtxMap/TMap/TMap.less';\r\nimport '../../VtxMap/OlMap/Map.less';\r\nimport '../../VtxMap/Map.less';\r\n\r\nimport '../../VtxModal/VtxModal.less';\r\nimport '../VtxSearchCheckMap.less';\r\n"],"mappings":";;AAAAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AAEAA,OAAA;AACAA,OAAA","ignoreList":[]}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
require("antd/lib/button/style");
|
|
4
|
-
require("antd/lib/input/style");
|
|
5
|
-
require("antd/lib/message/style");
|
|
6
|
-
require("antd/lib/icon/style");
|
|
7
|
-
require("antd/lib/checkbox/style");
|
|
8
3
|
require("../../VtxMap/AMap/AMap.less");
|
|
9
4
|
require("../../VtxMap/BMap/Map.less");
|
|
10
5
|
require("../../VtxMap/GMap/Map.less");
|
|
@@ -12,17 +7,6 @@ require("../../VtxMap/OMap/Map.less");
|
|
|
12
7
|
require("../../VtxMap/TMap/TMap.less");
|
|
13
8
|
require("../../VtxMap/OlMap/Map.less");
|
|
14
9
|
require("../../VtxMap/Map.less");
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
case '4':
|
|
18
|
-
require('../../VtxModal/VtxModal.less');
|
|
19
|
-
require('../VtxSearchCheckMap.less');
|
|
20
|
-
break;
|
|
21
|
-
case '3':
|
|
22
|
-
require('../../VtxModal/VtxModalAntd3.less');
|
|
23
|
-
require('../VtxSearchCheckMapAntd3.less');
|
|
24
|
-
break;
|
|
25
|
-
default:
|
|
26
|
-
break;
|
|
27
|
-
}
|
|
10
|
+
require("../../VtxModal/VtxModal.less");
|
|
11
|
+
require("../VtxSearchCheckMap.less");
|
|
28
12
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["require"
|
|
1
|
+
{"version":3,"file":"index.js","names":["require"],"sources":["VtxSearchCheckMap/style/index.js"],"sourcesContent":["import '../../VtxMap/AMap/AMap.less';\r\nimport '../../VtxMap/BMap/Map.less';\r\nimport '../../VtxMap/GMap/Map.less';\r\nimport '../../VtxMap/OMap/Map.less';\r\nimport '../../VtxMap/TMap/TMap.less';\r\nimport '../../VtxMap/OlMap/Map.less';\r\nimport '../../VtxMap/Map.less';\r\n\r\nimport '../../VtxModal/VtxModal.less';\r\nimport '../VtxSearchCheckMap.less';\r\n"],"mappings":";;AAAAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AAEAA,OAAA;AACAA,OAAA","ignoreList":[]}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
.vtx-ui-searchmap-searchmodal {
|
|
2
2
|
z-index: 1001;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
-webkit-box-sizing: border-box;
|
|
6
|
+
box-sizing: border-box;
|
|
7
|
+
position: relative;
|
|
8
|
+
overflow: hidden;
|
|
3
9
|
}
|
|
4
10
|
.vtx-ui-searchmap-searchmodal .ant-modal {
|
|
5
11
|
width: calc(100% - 200px) !important;
|
|
@@ -7,17 +13,13 @@
|
|
|
7
13
|
height: 70vh;
|
|
8
14
|
}
|
|
9
15
|
.vtx-ui-searchmap-searchmodal .ant-modal .ant-modal-title {
|
|
10
|
-
color:
|
|
16
|
+
color: var(--ant-color-primary);
|
|
11
17
|
}
|
|
12
|
-
.vtx-ui-searchmap-searchmodal .ant-modal .ant-modal-
|
|
13
|
-
width: 100%;
|
|
14
|
-
height: 100%;
|
|
15
|
-
}
|
|
16
|
-
.vtx-ui-searchmap-searchmodal .ant-modal .ant-modal-content .ant-modal-body {
|
|
18
|
+
.vtx-ui-searchmap-searchmodal .ant-modal .ant-modal-body {
|
|
17
19
|
width: 100%;
|
|
18
20
|
height: calc(100% - 108px) !important;
|
|
19
21
|
padding: 0px;
|
|
20
|
-
background-color:
|
|
22
|
+
background-color: var(--ant-color-bg-container);
|
|
21
23
|
}
|
|
22
24
|
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-searchmap {
|
|
23
25
|
width: 100%;
|
|
@@ -28,21 +30,23 @@
|
|
|
28
30
|
position: relative;
|
|
29
31
|
overflow: hidden;
|
|
30
32
|
}
|
|
31
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
32
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
33
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-top,
|
|
34
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-bottom {
|
|
33
35
|
width: 100%;
|
|
34
36
|
height: 48px;
|
|
35
37
|
position: absolute;
|
|
36
38
|
left: 0px;
|
|
37
39
|
padding: 10px 15px;
|
|
40
|
+
-webkit-box-sizing: border-box;
|
|
41
|
+
box-sizing: border-box;
|
|
38
42
|
}
|
|
39
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
40
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
43
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-top button,
|
|
44
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-bottom button {
|
|
41
45
|
margin-left: 10px;
|
|
42
46
|
}
|
|
43
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
47
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-top {
|
|
44
48
|
top: 0px;
|
|
45
|
-
border-bottom: 1px solid
|
|
49
|
+
border-bottom: 1px solid var(--ant-color-border);
|
|
46
50
|
display: -webkit-box;
|
|
47
51
|
display: -ms-flexbox;
|
|
48
52
|
display: flex;
|
|
@@ -56,7 +60,7 @@
|
|
|
56
60
|
flex-wrap: nowrap;
|
|
57
61
|
white-space: nowrap;
|
|
58
62
|
}
|
|
59
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
63
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-top .vtx-ui-searchmap-top-right {
|
|
60
64
|
display: -webkit-box;
|
|
61
65
|
display: -ms-flexbox;
|
|
62
66
|
display: flex;
|
|
@@ -67,32 +71,32 @@
|
|
|
67
71
|
-ms-flex-pack: end;
|
|
68
72
|
justify-content: flex-end;
|
|
69
73
|
}
|
|
70
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
74
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-top .vtx-ui-searchmap-top-right div + div {
|
|
71
75
|
margin-left: 8px;
|
|
72
76
|
}
|
|
73
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
77
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-bottom {
|
|
74
78
|
bottom: 0px;
|
|
75
|
-
border-top: 1px solid
|
|
79
|
+
border-top: 1px solid var(--ant-color-border);
|
|
76
80
|
text-align: right;
|
|
77
81
|
}
|
|
78
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
82
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content {
|
|
79
83
|
width: 100%;
|
|
80
84
|
height: 100%;
|
|
81
85
|
position: relative;
|
|
82
86
|
padding-left: 25px;
|
|
83
87
|
}
|
|
84
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
88
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-show {
|
|
85
89
|
display: inline-block;
|
|
86
90
|
width: 100%;
|
|
87
91
|
height: 100%;
|
|
88
92
|
}
|
|
89
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
93
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-hidden {
|
|
90
94
|
display: none;
|
|
91
95
|
}
|
|
92
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
96
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-w_l {
|
|
93
97
|
width: 300px !important;
|
|
94
98
|
}
|
|
95
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
99
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left {
|
|
96
100
|
width: 25px;
|
|
97
101
|
height: 100%;
|
|
98
102
|
display: inline-block;
|
|
@@ -101,38 +105,38 @@
|
|
|
101
105
|
-webkit-transition-property: width;
|
|
102
106
|
transition-property: width;
|
|
103
107
|
vertical-align: top;
|
|
104
|
-
border-right: 1px solid
|
|
108
|
+
border-right: 1px solid var(--ant-color-border);
|
|
105
109
|
position: absolute;
|
|
106
110
|
top: 0px;
|
|
107
111
|
left: 0px;
|
|
108
112
|
z-index: 10;
|
|
109
|
-
background-color:
|
|
113
|
+
background-color: var(--ant-color-bg-container);
|
|
110
114
|
}
|
|
111
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
115
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-listtitle {
|
|
112
116
|
width: 100%;
|
|
113
117
|
height: 30px;
|
|
114
118
|
line-height: 30px;
|
|
115
|
-
border-bottom: 1px solid
|
|
119
|
+
border-bottom: 1px solid var(--ant-color-border);
|
|
116
120
|
}
|
|
117
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
121
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-listtitle .vtx-ui-searchmap-title {
|
|
118
122
|
width: calc(100% - 30px);
|
|
119
123
|
display: inline-block;
|
|
120
124
|
padding-left: 15px;
|
|
121
125
|
font-size: 15px;
|
|
122
126
|
}
|
|
123
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
127
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-listtitle .vtx-ui-searchmap-btn {
|
|
124
128
|
display: inline-block;
|
|
125
129
|
width: 30px;
|
|
126
130
|
text-align: center;
|
|
127
|
-
color:
|
|
131
|
+
color: var(--ant-color-primary);
|
|
128
132
|
height: 30px;
|
|
129
133
|
line-height: 30px;
|
|
130
134
|
cursor: pointer;
|
|
131
135
|
}
|
|
132
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
136
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-lists {
|
|
133
137
|
width: 100%;
|
|
134
138
|
line-height: 35px;
|
|
135
|
-
border-bottom: 1px solid
|
|
139
|
+
border-bottom: 1px solid var(--ant-color-border);
|
|
136
140
|
font-size: 12px;
|
|
137
141
|
overflow: hidden;
|
|
138
142
|
text-overflow: ellipsis;
|
|
@@ -141,19 +145,19 @@
|
|
|
141
145
|
cursor: pointer;
|
|
142
146
|
color: #999;
|
|
143
147
|
}
|
|
144
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
148
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-lists:hover {
|
|
145
149
|
background-color: #ECF6FD;
|
|
146
|
-
color:
|
|
150
|
+
color: var(--ant-color-primary);
|
|
147
151
|
}
|
|
148
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
152
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-lists.vtx-ui-searchmap-select {
|
|
149
153
|
background-color: #ECF6FD;
|
|
150
|
-
color:
|
|
154
|
+
color: var(--ant-color-primary);
|
|
151
155
|
}
|
|
152
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
156
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-content_left .vtx-ui-searchmap-scrollauto {
|
|
153
157
|
height: calc(100% - 30px);
|
|
154
158
|
overflow-y: auto;
|
|
155
159
|
}
|
|
156
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
160
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-content_right {
|
|
157
161
|
width: 100%;
|
|
158
162
|
height: 100%;
|
|
159
163
|
display: inline-block;
|
|
@@ -162,34 +166,14 @@
|
|
|
162
166
|
-webkit-transition-property: width;
|
|
163
167
|
transition-property: width;
|
|
164
168
|
}
|
|
165
|
-
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-
|
|
169
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-content .vtx-ui-searchmap-btn {
|
|
166
170
|
text-align: center;
|
|
167
|
-
color:
|
|
171
|
+
color: var(--ant-color-primary);
|
|
168
172
|
height: 30px;
|
|
169
173
|
line-height: 30px;
|
|
170
174
|
cursor: pointer;
|
|
171
175
|
}
|
|
172
|
-
.vtx-ui-searchmap-
|
|
173
|
-
margin-left: 0;
|
|
174
|
-
width: 100px;
|
|
175
|
-
line-height: 25px;
|
|
176
|
-
text-align: center;
|
|
177
|
-
position: relative;
|
|
178
|
-
left: -38px;
|
|
179
|
-
background-color: #222020;
|
|
180
|
-
opacity: 0.6;
|
|
181
|
-
border-radius: 5px;
|
|
182
|
-
color: #FFF;
|
|
183
|
-
padding: 2px 8px;
|
|
184
|
-
text-overflow: ellipsis;
|
|
185
|
-
white-space: nowrap;
|
|
186
|
-
word-break: normal;
|
|
187
|
-
overflow: hidden;
|
|
188
|
-
}
|
|
189
|
-
.vtx-ui-searchmap-hiddenlabel {
|
|
190
|
-
display: none;
|
|
191
|
-
}
|
|
192
|
-
.vtx-ui-searchmap-bottom {
|
|
176
|
+
.vtx-ui-searchmap-searchmodal .vtx-ui-searchmap-bottom {
|
|
193
177
|
display: -webkit-box;
|
|
194
178
|
display: -ms-flexbox;
|
|
195
179
|
display: flex;
|