@vtx/modals2 2.10.26 → 2.10.27
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/style/index.css +2 -0
- package/lib/style/themesHZ/dark.css +2 -0
- package/lib/style/themesHZ/dark.less +1 -0
- package/lib/style/themesHZ/default.css +1 -0
- package/lib/style/themesHZ/default.less +1 -0
- package/lib/style/themesHZ/index.css +2 -0
- package/lib/typings.d.ts +1 -0
- package/lib/vm-common-components/common/vm-modal/style/index.css +1 -0
- package/lib/vm-common-components/common/vm-modal/style/index.less +1 -0
- package/lib/vm-common-components/common/vm-tabs/index.js +3 -3
- package/lib/vm-common-components/common/vm-tabs/index.js.map +1 -1
- package/lib/vm-common-components/components/Portrait/LinePortrait.js +155 -0
- package/lib/vm-common-components/components/Portrait/LinePortrait.js.map +1 -0
- package/lib/vm-common-components/components/Portrait/PointPortrait.js +127 -0
- package/lib/vm-common-components/components/Portrait/PointPortrait.js.map +1 -0
- package/lib/vm-common-components/components/Portrait/api.js +94 -0
- package/lib/vm-common-components/components/Portrait/api.js.map +1 -0
- package/lib/vm-common-components/components/Portrait/imgs/dx.svg +6 -0
- package/lib/vm-common-components/components/Portrait/imgs/gj.svg +7 -0
- package/lib/vm-common-components/components/Portrait/imgs/jt.svg +6 -0
- package/lib/vm-common-components/components/Portrait/imgs/pipeline.jpg +0 -0
- package/lib/vm-common-components/components/Portrait/imgs/point.jpg +0 -0
- package/lib/vm-common-components/components/Portrait/style/css.js +4 -0
- package/lib/vm-common-components/components/Portrait/style/css.js.map +1 -0
- package/lib/vm-common-components/components/Portrait/style/index.css +244 -0
- package/lib/vm-common-components/components/Portrait/style/index.js +4 -0
- package/lib/vm-common-components/components/Portrait/style/index.js.map +1 -0
- package/lib/vm-common-components/components/Portrait/style/index.less +226 -0
- package/lib/vm-common-components/components/Statistics/index.js +5 -5
- package/lib/vm-common-components/components/Statistics/index.js.map +1 -1
- package/lib/vm-common-components/components/Statistics/style/index.css +5 -4
- package/lib/vm-common-components/components/Statistics/style/index.less +5 -4
- package/lib/vm-common-components/components/index.js +21 -0
- package/lib/vm-common-components/components/index.js.map +1 -1
- package/lib/vm-common-components/components/vm-defects/index.js +125 -0
- package/lib/vm-common-components/components/vm-defects/index.js.map +1 -0
- package/lib/vm-common-components/components/vm-defects/style/css.js +4 -0
- package/lib/vm-common-components/components/vm-defects/style/css.js.map +1 -0
- package/lib/vm-common-components/components/vm-defects/style/index.css +27 -0
- package/lib/vm-common-components/components/vm-defects/style/index.js +4 -0
- package/lib/vm-common-components/components/vm-defects/style/index.js.map +1 -0
- package/lib/vm-common-components/components/vm-defects/style/index.less +23 -0
- package/lib/vm-common-components/style/index.css +2 -0
- package/lib/vm-video/index.css +2 -0
- package/lib/vtx-car-modal/style/index.css +2 -0
- package/lib/vtx-cc-cp-modal/style/index.css +2 -0
- package/lib/vtx-cp-modal/style/index.css +2 -0
- package/lib/vtx-default-modal/style/index.css +2 -0
- package/lib/vtx-df-modal/style/index.css +2 -0
- package/lib/vtx-hz-facility-modal/api.js +278 -11
- package/lib/vtx-hz-facility-modal/api.js.map +1 -1
- package/lib/vtx-hz-facility-modal/components/FacilityFile1/index.js +20 -15
- package/lib/vtx-hz-facility-modal/components/FacilityFile1/index.js.map +1 -1
- package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/index.css +1 -0
- package/lib/vtx-hz-facility-modal/components/FacilityFile1/style/index.less +1 -0
- package/lib/vtx-hz-facility-modal/components/FacilityFile2/index.js +38 -10
- package/lib/vtx-hz-facility-modal/components/FacilityFile2/index.js.map +1 -1
- package/lib/vtx-hz-facility-modal/components/MonitorData/index.js +2 -1
- package/lib/vtx-hz-facility-modal/components/MonitorData/index.js.map +1 -1
- package/lib/vtx-hz-facility-modal/components/OverViewInfo/index.js +7 -1
- package/lib/vtx-hz-facility-modal/components/OverViewInfo/index.js.map +1 -1
- package/lib/vtx-hz-facility-modal/components/OverViewInfo1/index.js +5 -5
- package/lib/vtx-hz-facility-modal/components/OverViewInfo1/index.js.map +1 -1
- package/lib/vtx-hz-facility-modal/components/PipeLine/index.js +44 -0
- package/lib/vtx-hz-facility-modal/components/PipeLine/index.js.map +1 -0
- package/lib/vtx-hz-facility-modal/components/PipeLine/style/css.js +4 -0
- package/lib/vtx-hz-facility-modal/components/PipeLine/style/css.js.map +1 -0
- package/lib/vtx-hz-facility-modal/components/PipeLine/style/index.css +36 -0
- package/lib/vtx-hz-facility-modal/components/PipeLine/style/index.js +4 -0
- package/lib/vtx-hz-facility-modal/components/PipeLine/style/index.js.map +1 -0
- package/lib/vtx-hz-facility-modal/components/PipeLine/style/index.less +27 -0
- package/lib/vtx-hz-facility-modal/components/PipePoint/index.js +69 -0
- package/lib/vtx-hz-facility-modal/components/PipePoint/index.js.map +1 -0
- package/lib/vtx-hz-facility-modal/components/PipePoint/style/css.js +4 -0
- package/lib/vtx-hz-facility-modal/components/PipePoint/style/css.js.map +1 -0
- package/lib/vtx-hz-facility-modal/components/PipePoint/style/index.css +36 -0
- package/lib/vtx-hz-facility-modal/components/PipePoint/style/index.js +4 -0
- package/lib/vtx-hz-facility-modal/components/PipePoint/style/index.js.map +1 -0
- package/lib/vtx-hz-facility-modal/components/PipePoint/style/index.less +27 -0
- package/lib/vtx-hz-facility-modal/index.js +11 -2
- package/lib/vtx-hz-facility-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/style/index.css +2 -0
- package/lib/vtx-road-modal/style/index.css +2 -0
- package/lib/vtx-staff-modal/style/index.css +2 -0
- package/lib/vtx-wr-modal/style/index.css +2 -0
- package/lib/vtx-zg-modal/style/index.css +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.js","names":[],"sources":["vm-common-components/components/Portrait/style/index.js"],"sourcesContent":["import './index.less';\n"],"mappings":";;AAAA"}
|
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
.profileInfo {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
color: #fff;
|
|
5
|
+
font-weight: bold;
|
|
6
|
+
font-size: 12px;
|
|
7
|
+
line-height: 20px;
|
|
8
|
+
}
|
|
9
|
+
.profileInfo .profileInfoWarp {
|
|
10
|
+
margin-bottom: 82px;
|
|
11
|
+
color: #fff;
|
|
12
|
+
}
|
|
13
|
+
.profileInfo .startdeep {
|
|
14
|
+
margin-bottom: 76px;
|
|
15
|
+
margin-left: 140px;
|
|
16
|
+
}
|
|
17
|
+
.profileInfo .endDeep {
|
|
18
|
+
position: absolute;
|
|
19
|
+
top: 144px;
|
|
20
|
+
right: 270px;
|
|
21
|
+
}
|
|
22
|
+
.profileInfo .profileInfoLeft {
|
|
23
|
+
position: absolute;
|
|
24
|
+
top: 40px;
|
|
25
|
+
left: 136px;
|
|
26
|
+
}
|
|
27
|
+
.profileInfo .profileInfoCenter {
|
|
28
|
+
position: absolute;
|
|
29
|
+
top: 292px;
|
|
30
|
+
left: 50%;
|
|
31
|
+
-webkit-transform: translateX(-50%);
|
|
32
|
+
-ms-transform: translateX(-50%);
|
|
33
|
+
transform: translateX(-50%);
|
|
34
|
+
}
|
|
35
|
+
.profileInfo .profileInfoCenter .profileInfoWarp {
|
|
36
|
+
margin-bottom: 24px;
|
|
37
|
+
}
|
|
38
|
+
.profileInfo .profileInfoRight {
|
|
39
|
+
position: absolute;
|
|
40
|
+
top: 40px;
|
|
41
|
+
right: 146px;
|
|
42
|
+
}
|
|
43
|
+
.profileInfo .sky {
|
|
44
|
+
position: absolute;
|
|
45
|
+
top: 24px;
|
|
46
|
+
left: 430px;
|
|
47
|
+
color: #666;
|
|
48
|
+
font-size: 24px;
|
|
49
|
+
}
|
|
50
|
+
.profileInfo .ground {
|
|
51
|
+
position: absolute;
|
|
52
|
+
top: 74px;
|
|
53
|
+
left: 430px;
|
|
54
|
+
color: #fff;
|
|
55
|
+
font-size: 24px;
|
|
56
|
+
}
|
|
57
|
+
.profileInfo .underground {
|
|
58
|
+
position: absolute;
|
|
59
|
+
top: 160px;
|
|
60
|
+
left: 430px;
|
|
61
|
+
color: #fff;
|
|
62
|
+
font-size: 24px;
|
|
63
|
+
}
|
|
64
|
+
.profileInfo .img_dx {
|
|
65
|
+
position: absolute;
|
|
66
|
+
top: 180px;
|
|
67
|
+
left: 254px;
|
|
68
|
+
display: -webkit-box;
|
|
69
|
+
display: -ms-flexbox;
|
|
70
|
+
display: flex;
|
|
71
|
+
-webkit-box-orient: vertical;
|
|
72
|
+
-webkit-box-direction: normal;
|
|
73
|
+
-ms-flex-direction: column;
|
|
74
|
+
flex-direction: column;
|
|
75
|
+
-webkit-box-align: center;
|
|
76
|
+
-ms-flex-align: center;
|
|
77
|
+
align-items: center;
|
|
78
|
+
}
|
|
79
|
+
.profileInfo .img_gj {
|
|
80
|
+
position: absolute;
|
|
81
|
+
top: 250px;
|
|
82
|
+
left: 374px;
|
|
83
|
+
display: -webkit-box;
|
|
84
|
+
display: -ms-flexbox;
|
|
85
|
+
display: flex;
|
|
86
|
+
-webkit-box-orient: vertical;
|
|
87
|
+
-webkit-box-direction: normal;
|
|
88
|
+
-ms-flex-direction: column;
|
|
89
|
+
flex-direction: column;
|
|
90
|
+
-webkit-box-align: center;
|
|
91
|
+
-ms-flex-align: center;
|
|
92
|
+
align-items: center;
|
|
93
|
+
line-height: 1;
|
|
94
|
+
}
|
|
95
|
+
.profileInfo .img_ms {
|
|
96
|
+
position: absolute;
|
|
97
|
+
top: 150px;
|
|
98
|
+
left: 174px;
|
|
99
|
+
-webkit-transform: rotate(90deg);
|
|
100
|
+
-ms-transform: rotate(90deg);
|
|
101
|
+
transform: rotate(90deg);
|
|
102
|
+
}
|
|
103
|
+
.profileInfo .img_ms_right {
|
|
104
|
+
position: absolute;
|
|
105
|
+
top: 150px;
|
|
106
|
+
left: 638px;
|
|
107
|
+
-webkit-transform: rotate(90deg);
|
|
108
|
+
-ms-transform: rotate(90deg);
|
|
109
|
+
transform: rotate(90deg);
|
|
110
|
+
}
|
|
111
|
+
.profileInfo .startZ {
|
|
112
|
+
position: absolute;
|
|
113
|
+
top: 230px;
|
|
114
|
+
left: 280px;
|
|
115
|
+
}
|
|
116
|
+
.profileInfo .endZ {
|
|
117
|
+
position: absolute;
|
|
118
|
+
top: 230px;
|
|
119
|
+
right: 270px;
|
|
120
|
+
}
|
|
121
|
+
.profileInfo .point {
|
|
122
|
+
left: 700px;
|
|
123
|
+
}
|
|
124
|
+
.profileInfo .img_ms_point {
|
|
125
|
+
position: absolute;
|
|
126
|
+
top: 150px;
|
|
127
|
+
left: 264px;
|
|
128
|
+
-webkit-transform: rotate(90deg);
|
|
129
|
+
-ms-transform: rotate(90deg);
|
|
130
|
+
transform: rotate(90deg);
|
|
131
|
+
}
|
|
132
|
+
.profileInfo .wellDeep {
|
|
133
|
+
position: absolute;
|
|
134
|
+
top: 160px;
|
|
135
|
+
left: 370px;
|
|
136
|
+
}
|
|
137
|
+
.profileInfo .showThree {
|
|
138
|
+
position: absolute;
|
|
139
|
+
-webkit-box-orient: vertical;
|
|
140
|
+
-webkit-box-direction: reverse;
|
|
141
|
+
-ms-flex-direction: column-reverse;
|
|
142
|
+
flex-direction: column-reverse;
|
|
143
|
+
-webkit-box-align: center;
|
|
144
|
+
-ms-flex-align: center;
|
|
145
|
+
align-items: center;
|
|
146
|
+
width: 240px;
|
|
147
|
+
margin-top: -100px;
|
|
148
|
+
padding-bottom: 20px;
|
|
149
|
+
overflow: hidden;
|
|
150
|
+
}
|
|
151
|
+
.profileInfo .showThree.offsetRight {
|
|
152
|
+
margin-left: 400px;
|
|
153
|
+
}
|
|
154
|
+
.profileInfo .showThree .leftLines {
|
|
155
|
+
width: 85%;
|
|
156
|
+
}
|
|
157
|
+
.profileInfo .showThree .leftLines .linPic {
|
|
158
|
+
width: 173px;
|
|
159
|
+
}
|
|
160
|
+
.profileInfo .showThree .leftLines .linInfo {
|
|
161
|
+
position: absolute;
|
|
162
|
+
top: -3px;
|
|
163
|
+
z-index: 1;
|
|
164
|
+
display: -webkit-box;
|
|
165
|
+
display: -ms-flexbox;
|
|
166
|
+
display: flex;
|
|
167
|
+
-ms-flex-wrap: wrap;
|
|
168
|
+
flex-wrap: wrap;
|
|
169
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#3f403f), color-stop(#a2a0a0), to(#3f403f));
|
|
170
|
+
background: linear-gradient(180deg, #3f403f, #a2a0a0, #3f403f);
|
|
171
|
+
}
|
|
172
|
+
.profileInfo .showThree .leftLines .linInfo span {
|
|
173
|
+
display: inline-block;
|
|
174
|
+
margin: 0 14px 0 4px;
|
|
175
|
+
color: #fff;
|
|
176
|
+
}
|
|
177
|
+
.profileInfo .showThree .rightLines {
|
|
178
|
+
width: 85%;
|
|
179
|
+
}
|
|
180
|
+
.profileInfo .showThree .rightLines .linPic {
|
|
181
|
+
width: 174px;
|
|
182
|
+
}
|
|
183
|
+
.profileInfo .showThree .rightLines .linInfo {
|
|
184
|
+
position: absolute;
|
|
185
|
+
top: -3px;
|
|
186
|
+
z-index: 1;
|
|
187
|
+
display: -webkit-box;
|
|
188
|
+
display: -ms-flexbox;
|
|
189
|
+
display: flex;
|
|
190
|
+
-ms-flex-wrap: wrap;
|
|
191
|
+
flex-wrap: wrap;
|
|
192
|
+
background: -webkit-gradient(linear, left top, left bottom, from(#3f403f), color-stop(#a2a0a0), to(#3f403f));
|
|
193
|
+
background: linear-gradient(180deg, #3f403f, #a2a0a0, #3f403f);
|
|
194
|
+
}
|
|
195
|
+
.profileInfo .showThree .rightLines .linInfo span {
|
|
196
|
+
display: inline-block;
|
|
197
|
+
margin: 0 14px 0 4px;
|
|
198
|
+
color: #fff;
|
|
199
|
+
}
|
|
200
|
+
.profileInfo .connect {
|
|
201
|
+
position: absolute;
|
|
202
|
+
top: 76%;
|
|
203
|
+
left: 17.4%;
|
|
204
|
+
display: -webkit-box;
|
|
205
|
+
display: -ms-flexbox;
|
|
206
|
+
display: flex;
|
|
207
|
+
-webkit-box-align: center;
|
|
208
|
+
-ms-flex-align: center;
|
|
209
|
+
align-items: center;
|
|
210
|
+
-webkit-box-pack: center;
|
|
211
|
+
-ms-flex-pack: center;
|
|
212
|
+
justify-content: center;
|
|
213
|
+
max-width: 60px;
|
|
214
|
+
padding: 2px 6px;
|
|
215
|
+
color: #fff;
|
|
216
|
+
font-size: 14px;
|
|
217
|
+
background: #9db9cf;
|
|
218
|
+
border: 2px solid #298bd8;
|
|
219
|
+
border-radius: 10px;
|
|
220
|
+
}
|
|
221
|
+
.profileInfo .connect1 {
|
|
222
|
+
left: 76.5%;
|
|
223
|
+
}
|
|
224
|
+
.profileInfo .connect3 {
|
|
225
|
+
left: 25%;
|
|
226
|
+
}
|
|
227
|
+
.profileInfo .startPoint {
|
|
228
|
+
position: absolute;
|
|
229
|
+
left: 6%;
|
|
230
|
+
bottom: 18%;
|
|
231
|
+
}
|
|
232
|
+
.profileInfo .endPoint {
|
|
233
|
+
position: absolute;
|
|
234
|
+
left: 84%;
|
|
235
|
+
bottom: 18%;
|
|
236
|
+
}
|
|
237
|
+
.profileInfo .line {
|
|
238
|
+
position: absolute;
|
|
239
|
+
left: 10%;
|
|
240
|
+
bottom: 0;
|
|
241
|
+
display: -webkit-box;
|
|
242
|
+
display: -ms-flexbox;
|
|
243
|
+
display: flex;
|
|
244
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":[],"sources":["vm-common-components/components/Portrait/style/index.js"],"sourcesContent":["import './index.less';\n"],"mappings":";;AAAA"}
|
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
.profileInfo {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 100%;
|
|
4
|
+
color: #fff;
|
|
5
|
+
font-weight: bold;
|
|
6
|
+
font-size: 12px;
|
|
7
|
+
line-height: 20px;
|
|
8
|
+
|
|
9
|
+
.profileInfoWarp {
|
|
10
|
+
margin-bottom: 82px;
|
|
11
|
+
color: #fff;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.startdeep {
|
|
15
|
+
margin-bottom: 76px;
|
|
16
|
+
margin-left: 140px;
|
|
17
|
+
}
|
|
18
|
+
.endDeep {
|
|
19
|
+
position: absolute;
|
|
20
|
+
top: 144px;
|
|
21
|
+
right: 270px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.profileInfoLeft {
|
|
25
|
+
position: absolute;
|
|
26
|
+
top: 40px;
|
|
27
|
+
left: 136px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.profileInfoCenter {
|
|
31
|
+
position: absolute;
|
|
32
|
+
top: 292px;
|
|
33
|
+
left: 50%;
|
|
34
|
+
transform: translateX(-50%);
|
|
35
|
+
|
|
36
|
+
.profileInfoWarp {
|
|
37
|
+
margin-bottom: 24px;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.profileInfoRight {
|
|
42
|
+
position: absolute;
|
|
43
|
+
top: 40px;
|
|
44
|
+
right: 146px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.sky {
|
|
48
|
+
position: absolute;
|
|
49
|
+
top: 24px;
|
|
50
|
+
left: 430px;
|
|
51
|
+
color: #666;
|
|
52
|
+
font-size: 24px;
|
|
53
|
+
}
|
|
54
|
+
.ground {
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 74px;
|
|
57
|
+
left: 430px;
|
|
58
|
+
color: #fff;
|
|
59
|
+
font-size: 24px;
|
|
60
|
+
}
|
|
61
|
+
.underground {
|
|
62
|
+
position: absolute;
|
|
63
|
+
top: 160px;
|
|
64
|
+
left: 430px;
|
|
65
|
+
color: #fff;
|
|
66
|
+
font-size: 24px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.img_dx {
|
|
70
|
+
position: absolute;
|
|
71
|
+
top: 180px;
|
|
72
|
+
left: 254px;
|
|
73
|
+
display: flex;
|
|
74
|
+
flex-direction: column;
|
|
75
|
+
align-items: center;
|
|
76
|
+
}
|
|
77
|
+
.img_gj {
|
|
78
|
+
position: absolute;
|
|
79
|
+
top: 250px;
|
|
80
|
+
left: 374px;
|
|
81
|
+
display: flex;
|
|
82
|
+
flex-direction: column;
|
|
83
|
+
align-items: center;
|
|
84
|
+
line-height: 1;
|
|
85
|
+
}
|
|
86
|
+
.img_ms {
|
|
87
|
+
position: absolute;
|
|
88
|
+
top: 150px;
|
|
89
|
+
left: 174px;
|
|
90
|
+
transform: rotate(90deg);
|
|
91
|
+
}
|
|
92
|
+
.img_ms_right {
|
|
93
|
+
position: absolute;
|
|
94
|
+
top: 150px;
|
|
95
|
+
left: 638px;
|
|
96
|
+
transform: rotate(90deg);
|
|
97
|
+
}
|
|
98
|
+
.startZ {
|
|
99
|
+
position: absolute;
|
|
100
|
+
top: 230px;
|
|
101
|
+
left: 280px;
|
|
102
|
+
}
|
|
103
|
+
.endZ {
|
|
104
|
+
position: absolute;
|
|
105
|
+
top: 230px;
|
|
106
|
+
right: 270px;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.point {
|
|
110
|
+
left: 700px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.img_ms_point {
|
|
114
|
+
position: absolute;
|
|
115
|
+
top: 150px;
|
|
116
|
+
left: 264px;
|
|
117
|
+
transform: rotate(90deg);
|
|
118
|
+
}
|
|
119
|
+
.wellDeep {
|
|
120
|
+
position: absolute;
|
|
121
|
+
top: 160px;
|
|
122
|
+
left: 370px;
|
|
123
|
+
}
|
|
124
|
+
.showThree {
|
|
125
|
+
position: absolute;
|
|
126
|
+
flex-direction: column-reverse;
|
|
127
|
+
align-items: center;
|
|
128
|
+
width: 240px;
|
|
129
|
+
margin-top: -100px;
|
|
130
|
+
padding-bottom: 20px;
|
|
131
|
+
overflow: hidden;
|
|
132
|
+
|
|
133
|
+
&.offsetRight {
|
|
134
|
+
margin-left: 400px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.leftLines {
|
|
138
|
+
width: 85%;
|
|
139
|
+
|
|
140
|
+
.linPic {
|
|
141
|
+
// transform: rotateX(180deg);
|
|
142
|
+
width: 173px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.linInfo {
|
|
146
|
+
position: absolute;
|
|
147
|
+
// padding-left: 14px;
|
|
148
|
+
top: -3px;
|
|
149
|
+
z-index: 1;
|
|
150
|
+
display: flex;
|
|
151
|
+
flex-wrap: wrap;
|
|
152
|
+
background: linear-gradient(180deg, #3f403f, #a2a0a0, #3f403f);
|
|
153
|
+
|
|
154
|
+
span {
|
|
155
|
+
display: inline-block;
|
|
156
|
+
margin: 0 14px 0 4px;
|
|
157
|
+
color: #fff;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.rightLines {
|
|
163
|
+
width: 85%;
|
|
164
|
+
|
|
165
|
+
// margin-right: 4px;
|
|
166
|
+
.linPic {
|
|
167
|
+
// transform: rotate(180deg);
|
|
168
|
+
width: 174px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.linInfo {
|
|
172
|
+
position: absolute;
|
|
173
|
+
top: -3px;
|
|
174
|
+
z-index: 1;
|
|
175
|
+
display: flex;
|
|
176
|
+
flex-wrap: wrap;
|
|
177
|
+
background: linear-gradient(180deg, #3f403f, #a2a0a0, #3f403f);
|
|
178
|
+
|
|
179
|
+
span {
|
|
180
|
+
display: inline-block;
|
|
181
|
+
margin: 0 14px 0 4px;
|
|
182
|
+
color: #fff;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.connect {
|
|
189
|
+
position: absolute;
|
|
190
|
+
top: 76%;
|
|
191
|
+
left: 17.4%;
|
|
192
|
+
display: flex;
|
|
193
|
+
align-items: center;
|
|
194
|
+
justify-content: center;
|
|
195
|
+
max-width: 60px;
|
|
196
|
+
padding: 2px 6px;
|
|
197
|
+
color: #fff;
|
|
198
|
+
font-size: 14px;
|
|
199
|
+
background: #9db9cf;
|
|
200
|
+
border: 2px solid #298bd8;
|
|
201
|
+
border-radius: 10px;
|
|
202
|
+
}
|
|
203
|
+
.connect1 {
|
|
204
|
+
left: 76.5%;
|
|
205
|
+
}
|
|
206
|
+
.connect3 {
|
|
207
|
+
left: 25%;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.startPoint {
|
|
211
|
+
position: absolute;
|
|
212
|
+
left: 6%;
|
|
213
|
+
bottom: 18%;
|
|
214
|
+
}
|
|
215
|
+
.endPoint {
|
|
216
|
+
position: absolute;
|
|
217
|
+
left: 84%;
|
|
218
|
+
bottom: 18%;
|
|
219
|
+
}
|
|
220
|
+
.line {
|
|
221
|
+
position: absolute;
|
|
222
|
+
left: 10%;
|
|
223
|
+
bottom: 0;
|
|
224
|
+
display: flex;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
@@ -26,7 +26,7 @@ var Item_1 = function Item_1(_ref) {
|
|
|
26
26
|
className: "statisticsInfo",
|
|
27
27
|
style: style
|
|
28
28
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
29
|
-
className: "
|
|
29
|
+
className: "labelHZ"
|
|
30
30
|
}, label, ":"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
31
31
|
className: "value",
|
|
32
32
|
style: color ? gradualStyle(color) : null
|
|
@@ -50,7 +50,7 @@ var Item_2 = function Item_2(_ref2) {
|
|
|
50
50
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
51
51
|
className: "info"
|
|
52
52
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
53
|
-
className: "
|
|
53
|
+
className: "labelHZ"
|
|
54
54
|
}, label), /*#__PURE__*/_react["default"].createElement("div", {
|
|
55
55
|
className: "value",
|
|
56
56
|
style: {
|
|
@@ -76,7 +76,7 @@ var Item_3 = function Item_3(_ref3) {
|
|
|
76
76
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
77
77
|
className: "info"
|
|
78
78
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
79
|
-
className: "
|
|
79
|
+
className: "labelHZ"
|
|
80
80
|
}, label), /*#__PURE__*/_react["default"].createElement("div", {
|
|
81
81
|
className: "value",
|
|
82
82
|
style: {
|
|
@@ -103,7 +103,7 @@ var Item_4 = function Item_4(props) {
|
|
|
103
103
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
104
104
|
className: "info"
|
|
105
105
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
106
|
-
className: "
|
|
106
|
+
className: "labelHZ"
|
|
107
107
|
}, label), /*#__PURE__*/_react["default"].createElement("div", {
|
|
108
108
|
className: "value"
|
|
109
109
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
@@ -121,7 +121,7 @@ var Item_5 = function Item_5(_ref4) {
|
|
|
121
121
|
className: "statisticsInfo",
|
|
122
122
|
style: style
|
|
123
123
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
124
|
-
className: "
|
|
124
|
+
className: "labelHZ"
|
|
125
125
|
}, label), /*#__PURE__*/_react["default"].createElement("div", {
|
|
126
126
|
className: "value"
|
|
127
127
|
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["gradualStyle","color","background","Item_1","label","value","unit","style","React","createElement","className","Item_2","img","imgStyle","Object","assign","src","alt","Item_3","Item_4","props","code","onClick","defaultCode","Item_5","Components","Statistics","list","gap","type","column","gutter","Component","Row","map","item","index","Col","key","span","marginBottom"],"sources":["vm-common-components/components/Statistics/index.js"],"sourcesContent":["import React from 'react';\nimport { Row, Col } from 'antd';\nimport './style/index.less';\nconst gradualStyle = (color) => {\n return {\n background: `linear-gradient(0deg, ${color} 0%, #FFFFFF 100%)`,\n '-webkit-background-clip': 'text',\n '-webkit-text-fill-color': 'transparent',\n };\n};\n//检测数据检测合格率99%\nconst Item_1 = ({ label, value, unit, color, style }) => {\n return (React.createElement(\"div\", { className: \"statisticsInfo\", style: style },\n React.createElement(\"div\", { className: \"
|
|
1
|
+
{"version":3,"file":"index.js","names":["gradualStyle","color","background","Item_1","label","value","unit","style","React","createElement","className","Item_2","img","imgStyle","Object","assign","src","alt","Item_3","Item_4","props","code","onClick","defaultCode","Item_5","Components","Statistics","list","gap","type","column","gutter","Component","Row","map","item","index","Col","key","span","marginBottom"],"sources":["vm-common-components/components/Statistics/index.js"],"sourcesContent":["import React from 'react';\nimport { Row, Col } from 'antd';\nimport './style/index.less';\nconst gradualStyle = (color) => {\n return {\n background: `linear-gradient(0deg, ${color} 0%, #FFFFFF 100%)`,\n '-webkit-background-clip': 'text',\n '-webkit-text-fill-color': 'transparent',\n };\n};\n//检测数据检测合格率99%\nconst Item_1 = ({ label, value, unit, color, style }) => {\n return (React.createElement(\"div\", { className: \"statisticsInfo\", style: style },\n React.createElement(\"div\", { className: \"labelHZ\" },\n label,\n \":\"),\n React.createElement(\"div\", { className: \"value\", style: color ? gradualStyle(color) : null },\n value || '--',\n unit && React.createElement(\"span\", null, unit))));\n};\n//检测数据当前水质等级\nconst Item_2 = ({ label, value, style, img, imgStyle, color }) => {\n return (React.createElement(\"div\", { className: \"statisticsInfo2\", style: Object.assign(Object.assign({}, imgStyle), style) },\n img && React.createElement(\"img\", { src: img, alt: \"\", style: imgStyle }),\n React.createElement(\"div\", { className: \"info\" },\n React.createElement(\"div\", { className: \"labelHZ\" }, label),\n React.createElement(\"div\", { className: \"value\", style: { color } }, value || '--'))));\n};\n//最近检测时间\nconst Item_3 = ({ label, value, style, img, imgStyle, color }) => {\n return (React.createElement(\"div\", { className: \"statisticsInfo3\", style: Object.assign(Object.assign({}, imgStyle), style) },\n img && React.createElement(\"img\", { src: img, alt: \"\", style: imgStyle }),\n React.createElement(\"div\", { className: \"info\" },\n React.createElement(\"div\", { className: \"labelHZ\" }, label),\n React.createElement(\"div\", { className: \"value\", style: { color } }, value || '--'))));\n};\n//运维记录列表\nconst Item_4 = (props) => {\n const { label, value, code, style, unit, color, onClick, defaultCode } = props;\n return (React.createElement(\"div\", { className: defaultCode == code ? \"statisticsInfo4 active\" : \"statisticsInfo4\", style: style, onClick: () => {\n onClick && onClick(code);\n } },\n React.createElement(\"div\", { className: \"info\" },\n React.createElement(\"div\", { className: \"labelHZ\" }, label),\n React.createElement(\"div\", { className: \"value\" },\n React.createElement(\"span\", { style: color ? gradualStyle(color) : null }, value !== null && value !== void 0 ? value : '--'),\n unit))));\n};\n//报警总数\nconst Item_5 = ({ label, value, unit, color, style }) => {\n return (React.createElement(\"div\", { className: \"statisticsInfo\", style: style },\n React.createElement(\"div\", { className: \"labelHZ\" }, label),\n React.createElement(\"div\", { className: \"value\" },\n React.createElement(\"span\", { className: \"num\", style: color ? gradualStyle(color) : null }, value),\n React.createElement(\"span\", null, unit))));\n};\nconst Components = {\n '1': Item_1,\n '2': Item_2,\n '3': Item_3,\n '4': Item_4,\n '5': Item_5,\n};\nconst Statistics = (props) => {\n const { list = [], gap, style, type = '1', img, imgStyle, onClick, column = 1, gutter = [6, 6], defaultCode } = props;\n const Component = Components[type];\n return (React.createElement(\"div\", { className: \"statistics\", style: style },\n React.createElement(Row, { gutter: gutter }, list === null || list === void 0 ? void 0 : list.map((item, index) => {\n return (React.createElement(Col, { key: index, span: item.span || 24 / column },\n React.createElement(Component, Object.assign({}, item, { img: img, imgStyle: imgStyle, style: { marginBottom: gap }, onClick: onClick, defaultCode: defaultCode }))));\n }))));\n};\nexport default Statistics;\n"],"mappings":"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"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
display: -ms-flexbox;
|
|
4
4
|
display: flex;
|
|
5
5
|
}
|
|
6
|
-
.
|
|
6
|
+
.labelHZ {
|
|
7
7
|
color: var(--title-color);
|
|
8
8
|
white-space: nowrap;
|
|
9
9
|
}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
color: var(--info-color);
|
|
12
12
|
min-width: 98px;
|
|
13
13
|
font-weight: 600;
|
|
14
|
+
word-wrap: break-word;
|
|
14
15
|
}
|
|
15
16
|
.num {
|
|
16
17
|
font-size: 20px;
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
transform: translate(-50%, -50%);
|
|
45
46
|
text-align: center;
|
|
46
47
|
}
|
|
47
|
-
.statisticsInfo3 .
|
|
48
|
+
.statisticsInfo3 .labelHZ {
|
|
48
49
|
color: #fff;
|
|
49
50
|
margin-bottom: 6px;
|
|
50
51
|
}
|
|
@@ -59,13 +60,13 @@
|
|
|
59
60
|
text-align: center;
|
|
60
61
|
cursor: pointer;
|
|
61
62
|
}
|
|
62
|
-
.statisticsInfo4 .
|
|
63
|
+
.statisticsInfo4 .labelHZ {
|
|
63
64
|
color: #fff;
|
|
64
65
|
}
|
|
65
66
|
.statisticsInfo4.active {
|
|
66
67
|
background-color: #fff;
|
|
67
68
|
}
|
|
68
|
-
.statisticsInfo4.active .
|
|
69
|
+
.statisticsInfo4.active .labelHZ,
|
|
69
70
|
.statisticsInfo4.active .value {
|
|
70
71
|
color: #222;
|
|
71
72
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.statisticsInfo {
|
|
2
2
|
display: flex;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
4
|
+
.labelHZ{
|
|
5
5
|
color: var(--title-color);
|
|
6
6
|
white-space: nowrap;
|
|
7
7
|
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
color: var(--info-color);
|
|
11
11
|
min-width: 98px;
|
|
12
12
|
font-weight: 600;
|
|
13
|
+
word-wrap: break-word;
|
|
13
14
|
}
|
|
14
15
|
.num{
|
|
15
16
|
font-size: 20px;
|
|
@@ -38,7 +39,7 @@
|
|
|
38
39
|
transform: translate(-50%, -50%);
|
|
39
40
|
text-align: center;
|
|
40
41
|
}
|
|
41
|
-
.
|
|
42
|
+
.labelHZ{
|
|
42
43
|
color: #fff;
|
|
43
44
|
margin-bottom: 6px;
|
|
44
45
|
}
|
|
@@ -53,12 +54,12 @@
|
|
|
53
54
|
border-radius: 10px;
|
|
54
55
|
text-align: center;
|
|
55
56
|
cursor: pointer;
|
|
56
|
-
.
|
|
57
|
+
.labelHZ{
|
|
57
58
|
color: #fff;
|
|
58
59
|
}
|
|
59
60
|
&.active{
|
|
60
61
|
background-color:#fff;
|
|
61
|
-
.
|
|
62
|
+
.labelHZ,.value{
|
|
62
63
|
color: #222;
|
|
63
64
|
}
|
|
64
65
|
|