@vtx/modals2 2.15.48 → 2.15.49
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 +33 -33
- package/lib/style/index.css +3 -0
- package/lib/style/index.less +8 -8
- package/lib/style/themes/dark.css +3 -0
- package/lib/style/themes/dark.less +126 -124
- package/lib/style/themes/default.css +1 -0
- package/lib/style/themes/default.less +1 -0
- package/lib/style/themes/index.css +3 -0
- package/lib/style/themes/index.less +1 -1
- package/lib/vm-alarm-info/Components/index.less +43 -43
- package/lib/vm-alarm-info/style/index.less +16 -16
- package/lib/vm-alarm-situation/style/index.less +67 -67
- package/lib/vm-alarm-situation-pt/style/index.less +65 -65
- package/lib/vm-analysis-comparison/style/index.less +12 -12
- package/lib/vm-appraisal-info/style/index.less +136 -136
- package/lib/vm-base-list/style/index.less +39 -39
- package/lib/vm-button/style/index.less +20 -20
- package/lib/vm-charts/index.less +30 -30
- package/lib/vm-checkbox/style/index.less +25 -25
- package/lib/vm-container/style/index.less +30 -30
- package/lib/vm-correlation-comparison/style/index.less +13 -13
- package/lib/vm-custom/style/index.less +20 -20
- package/lib/vm-empty/style/index.less +23 -23
- package/lib/vm-iframe-modal/style/index.less +9 -9
- package/lib/vm-image-text/style/index.less +32 -32
- package/lib/vm-map/style/index.less +3 -3
- package/lib/vm-modal-table/style/index.less +23 -23
- package/lib/vm-radio/style/index.less +26 -26
- package/lib/vm-real-time-monitor/style/index.less +12 -12
- package/lib/vm-repair-maintain/style/index.less +115 -115
- package/lib/vm-round-content/style/index.less +33 -33
- package/lib/vm-select-device/style/index.less +16 -16
- package/lib/vm-sub-tabs/style/index.less +179 -179
- package/lib/vm-sub-title/style/index.css +1 -0
- package/lib/vm-sub-title/style/index.less +69 -68
- package/lib/vm-video/index.css +3 -0
- package/lib/vm-video/index.less +36 -36
- package/lib/vtx-base-info/style/index.less +66 -66
- package/lib/vtx-base-modal/style/index.css +20 -0
- package/lib/vtx-base-modal/style/index.less +1097 -1075
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +40 -40
- package/lib/vtx-car-modal/components/BaseInfo/index.less +290 -290
- package/lib/vtx-car-modal/components/Collection/index.less +18 -18
- package/lib/vtx-car-modal/components/DetailInfo/index.less +21 -21
- package/lib/vtx-car-modal/components/Maintenance/index.less +35 -35
- package/lib/vtx-car-modal/components/OilConsumption/index.less +39 -39
- package/lib/vtx-car-modal/components/StaticInfo/index.less +82 -82
- package/lib/vtx-car-modal/components/WaterConsumption/index.less +25 -25
- package/lib/vtx-car-modal/components/WorkInfo/index.less +66 -66
- package/lib/vtx-car-modal/style/index.css +3 -0
- package/lib/vtx-car-modal/style/index.less +8 -8
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +108 -108
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +46 -46
- package/lib/vtx-cc-cp-modal/style/index.css +3 -0
- package/lib/vtx-cc-cp-modal/style/index.less +1 -1
- package/lib/vtx-cc-unit-modal/style/index.css +3 -0
- package/lib/vtx-cc-unit-modal/style/index.less +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +109 -109
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +156 -156
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +109 -109
- package/lib/vtx-cp-modal/components/SyInfo/index.less +47 -47
- package/lib/vtx-cp-modal/style/index.css +3 -0
- package/lib/vtx-cp-modal/style/index.less +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.less +38 -38
- package/lib/vtx-default-modal/index.js +1 -1
- package/lib/vtx-default-modal/index.js.map +1 -1
- package/lib/vtx-default-modal/style/index.css +3 -0
- package/lib/vtx-default-modal/style/index.less +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.less +173 -173
- package/lib/vtx-df-modal/components/Metering/index.less +83 -83
- package/lib/vtx-df-modal/components/WorkCondition/index.less +136 -136
- package/lib/vtx-df-modal/style/index.css +3 -0
- package/lib/vtx-df-modal/style/index.less +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.less +120 -120
- package/lib/vtx-facility-modal/config.js +31 -1
- package/lib/vtx-facility-modal/config.js.map +1 -1
- package/lib/vtx-facility-modal/style/index.less +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.less +66 -66
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +256 -256
- package/lib/vtx-housing-estate-modal/components/SPJK/index.less +6 -6
- package/lib/vtx-housing-estate-modal/components/TFRD/index.less +15 -15
- package/lib/vtx-housing-estate-modal/components/WGGS/index.less +38 -38
- package/lib/vtx-housing-estate-modal/components/WGXW/index.less +102 -102
- package/lib/vtx-housing-estate-modal/style/index.less +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +66 -66
- package/lib/vtx-kh-modal/style/index.css +3 -0
- package/lib/vtx-kh-modal/style/index.less +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +103 -103
- package/lib/vtx-pump-modal/components/Basic/index.less +74 -74
- package/lib/vtx-pump-modal/components/Sbxl/index.less +90 -90
- package/lib/vtx-pump-modal/components/Sjfx/index.less +60 -60
- package/lib/vtx-pump-modal/components/Sxyx/index.less +161 -161
- package/lib/vtx-pump-modal/style/index.less +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.less +35 -35
- package/lib/vtx-restaurant-modal/components/Collection/index.less +29 -29
- package/lib/vtx-restaurant-modal/style/index.less +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.less +146 -146
- package/lib/vtx-road-modal/components/Statistical/index.less +112 -112
- package/lib/vtx-road-modal/style/index.css +3 -0
- package/lib/vtx-road-modal/style/index.less +1 -1
- package/lib/vtx-staff-modal/api.js +128 -36
- package/lib/vtx-staff-modal/api.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +23 -23
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +4 -3
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Record.js +8 -4
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +4 -3
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/index.css +30 -3
- package/lib/vtx-staff-modal/components/Attendance/index.js +38 -7
- package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/index.less +42 -22
- package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +119 -0
- package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js.map +1 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +30 -22
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +145 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js.map +1 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +144 -52
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +90 -106
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +218 -158
- package/lib/vtx-staff-modal/components/DetailInfo/index.less +38 -38
- package/lib/vtx-staff-modal/components/Equipment/index.css +29 -2
- package/lib/vtx-staff-modal/components/Equipment/index.js +27 -2
- package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/Equipment/index.less +53 -28
- package/lib/vtx-staff-modal/components/StaticInfo/Charts.js +161 -0
- package/lib/vtx-staff-modal/components/StaticInfo/Charts.js.map +1 -0
- package/lib/vtx-staff-modal/components/StaticInfo/index.css +348 -0
- package/lib/vtx-staff-modal/components/StaticInfo/index.js +131 -0
- package/lib/vtx-staff-modal/components/StaticInfo/index.js.map +1 -0
- package/lib/vtx-staff-modal/components/StaticInfo/index.less +284 -0
- package/lib/vtx-staff-modal/imgs/caution.png +0 -0
- package/lib/vtx-staff-modal/imgs/help.png +0 -0
- package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
- package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/time.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
- package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
- package/lib/vtx-staff-modal/index.js +16 -3
- package/lib/vtx-staff-modal/index.js.map +1 -1
- package/lib/vtx-staff-modal/style/index.css +3 -0
- package/lib/vtx-staff-modal/style/index.less +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.less +69 -69
- package/lib/vtx-throw-point-modal/components/OverView/index.less +331 -331
- package/lib/vtx-throw-point-modal/components/SBZJ/index.less +92 -92
- package/lib/vtx-throw-point-modal/components/TFRD/index.less +15 -15
- package/lib/vtx-throw-point-modal/components/WGGS/index.less +38 -38
- package/lib/vtx-throw-point-modal/components/WGXW/index.less +102 -102
- package/lib/vtx-throw-point-modal/style/index.less +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.less +106 -106
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +142 -142
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -570
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +461 -461
- package/lib/vtx-wr-modal/components/Evaluate/index.less +124 -124
- package/lib/vtx-wr-modal/components/Monitor/index.less +82 -82
- package/lib/vtx-wr-modal/components/Score/index.less +134 -134
- package/lib/vtx-wr-modal/style/index.css +3 -0
- package/lib/vtx-wr-modal/style/index.less +1 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +97 -97
- package/lib/vtx-zg-modal/style/index.css +3 -0
- package/lib/vtx-zg-modal/style/index.less +1 -1
- package/package.json +2 -2
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
--calendar-border: #ececec;
|
|
13
13
|
--calendar-thead-bg: #fff;
|
|
14
14
|
--calendar-bg: #fff;
|
|
15
|
+
--calendar-content-sigle-bg: #f3f5f8;
|
|
15
16
|
--info-danger: #fd3a15;
|
|
16
17
|
--info-warnning: #f7d93d;
|
|
17
18
|
--info-active: #222;
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
--arrow-icon-color: #355e5f;
|
|
79
80
|
--block-bg-color: rgba(255, 255, 255, 0.1);
|
|
80
81
|
--block-bg-color2: rgba(48, 118, 114, 0.2);
|
|
82
|
+
--calendar-content-sigle-bg: rgba(243, 245, 248, 0.053);
|
|
81
83
|
--info-active: #40ffd3;
|
|
82
84
|
--info-active2: #52c41a;
|
|
83
85
|
--info-active3: #40ffd3;
|
|
@@ -109,6 +111,7 @@
|
|
|
109
111
|
--sub-title-color: #64bcff;
|
|
110
112
|
--label-color: #fff;
|
|
111
113
|
--info-color: #74bbf4;
|
|
114
|
+
--calendar-content-sigle-bg: #1464a62e;
|
|
112
115
|
--border-color: #1464a6;
|
|
113
116
|
--scroll-bar-bg: #39cbc3aa;
|
|
114
117
|
--scroll-bar-hover-bg: #219fff3d;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '../../style/index';
|
|
1
|
+
@import '../../style/index';
|
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
.zg-baseContent {
|
|
2
|
-
padding: 6px 10px;
|
|
3
|
-
display: flex;
|
|
4
|
-
justify-content: start;
|
|
5
|
-
height: 100%;
|
|
6
|
-
|
|
7
|
-
.vtx-image-error-dark {
|
|
8
|
-
background: var(--sub-bg-color);
|
|
9
|
-
|
|
10
|
-
p {
|
|
11
|
-
color: var(--info-color);
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.zg-base {
|
|
16
|
-
width: 380px;
|
|
17
|
-
height: 100%;
|
|
18
|
-
padding: 20px;
|
|
19
|
-
margin-right: 10px;
|
|
20
|
-
border: 1px solid var(--bg-border-color2);
|
|
21
|
-
|
|
22
|
-
background-color: var(--bg-color2);
|
|
23
|
-
|
|
24
|
-
&-map {
|
|
25
|
-
width: 100%;
|
|
26
|
-
height: 240px;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.zg-right {
|
|
31
|
-
width: 100%;
|
|
32
|
-
&-photo {
|
|
33
|
-
height: 300px;
|
|
34
|
-
padding: 20px;
|
|
35
|
-
background-color: var(--bg-color2);
|
|
36
|
-
border: 1px solid var(--bg-border-color2);
|
|
37
|
-
|
|
38
|
-
&-wrap {
|
|
39
|
-
width: 100%;
|
|
40
|
-
display: flex;
|
|
41
|
-
justify-content: space-between;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
&-photo1 {
|
|
45
|
-
width: 49%;
|
|
46
|
-
height: 212px;
|
|
47
|
-
margin-bottom: 12px;
|
|
48
|
-
display: inline-block;
|
|
49
|
-
text-align: center;
|
|
50
|
-
color: var(--info-color);
|
|
51
|
-
|
|
52
|
-
span {
|
|
53
|
-
display: block;
|
|
54
|
-
margin: 6px 0;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
&-czlc {
|
|
58
|
-
margin-top: 10px;
|
|
59
|
-
padding: 20px;
|
|
60
|
-
background-color: var(--bg-color2);
|
|
61
|
-
border: 1px solid var(--bg-border-color2);
|
|
62
|
-
|
|
63
|
-
&-main {
|
|
64
|
-
height: 319px;
|
|
65
|
-
overflow: auto;
|
|
66
|
-
padding: 12px 0;
|
|
67
|
-
}
|
|
68
|
-
.timeline {
|
|
69
|
-
display: flex;
|
|
70
|
-
justify-content: space-between;
|
|
71
|
-
align-items: center;
|
|
72
|
-
&-title {
|
|
73
|
-
color: var(--timeline-active);
|
|
74
|
-
}
|
|
75
|
-
&-time {
|
|
76
|
-
color: var(--title-color2);
|
|
77
|
-
}
|
|
78
|
-
&-main {
|
|
79
|
-
color: var(--info-color);
|
|
80
|
-
margin: 4px 0;
|
|
81
|
-
&-extra {
|
|
82
|
-
margin-top: 8px;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
.zg-status-subtitle {
|
|
90
|
-
display: inline-block;
|
|
91
|
-
height: 22px;
|
|
92
|
-
line-height: 20px;
|
|
93
|
-
padding: 0 12px;
|
|
94
|
-
margin-left: 12px;
|
|
95
|
-
border: 1px solid;
|
|
96
|
-
font-size: 14px;
|
|
97
|
-
}
|
|
1
|
+
.zg-baseContent {
|
|
2
|
+
padding: 6px 10px;
|
|
3
|
+
display: flex;
|
|
4
|
+
justify-content: start;
|
|
5
|
+
height: 100%;
|
|
6
|
+
|
|
7
|
+
.vtx-image-error-dark {
|
|
8
|
+
background: var(--sub-bg-color);
|
|
9
|
+
|
|
10
|
+
p {
|
|
11
|
+
color: var(--info-color);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.zg-base {
|
|
16
|
+
width: 380px;
|
|
17
|
+
height: 100%;
|
|
18
|
+
padding: 20px;
|
|
19
|
+
margin-right: 10px;
|
|
20
|
+
border: 1px solid var(--bg-border-color2);
|
|
21
|
+
|
|
22
|
+
background-color: var(--bg-color2);
|
|
23
|
+
|
|
24
|
+
&-map {
|
|
25
|
+
width: 100%;
|
|
26
|
+
height: 240px;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.zg-right {
|
|
31
|
+
width: 100%;
|
|
32
|
+
&-photo {
|
|
33
|
+
height: 300px;
|
|
34
|
+
padding: 20px;
|
|
35
|
+
background-color: var(--bg-color2);
|
|
36
|
+
border: 1px solid var(--bg-border-color2);
|
|
37
|
+
|
|
38
|
+
&-wrap {
|
|
39
|
+
width: 100%;
|
|
40
|
+
display: flex;
|
|
41
|
+
justify-content: space-between;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
&-photo1 {
|
|
45
|
+
width: 49%;
|
|
46
|
+
height: 212px;
|
|
47
|
+
margin-bottom: 12px;
|
|
48
|
+
display: inline-block;
|
|
49
|
+
text-align: center;
|
|
50
|
+
color: var(--info-color);
|
|
51
|
+
|
|
52
|
+
span {
|
|
53
|
+
display: block;
|
|
54
|
+
margin: 6px 0;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
&-czlc {
|
|
58
|
+
margin-top: 10px;
|
|
59
|
+
padding: 20px;
|
|
60
|
+
background-color: var(--bg-color2);
|
|
61
|
+
border: 1px solid var(--bg-border-color2);
|
|
62
|
+
|
|
63
|
+
&-main {
|
|
64
|
+
height: 319px;
|
|
65
|
+
overflow: auto;
|
|
66
|
+
padding: 12px 0;
|
|
67
|
+
}
|
|
68
|
+
.timeline {
|
|
69
|
+
display: flex;
|
|
70
|
+
justify-content: space-between;
|
|
71
|
+
align-items: center;
|
|
72
|
+
&-title {
|
|
73
|
+
color: var(--timeline-active);
|
|
74
|
+
}
|
|
75
|
+
&-time {
|
|
76
|
+
color: var(--title-color2);
|
|
77
|
+
}
|
|
78
|
+
&-main {
|
|
79
|
+
color: var(--info-color);
|
|
80
|
+
margin: 4px 0;
|
|
81
|
+
&-extra {
|
|
82
|
+
margin-top: 8px;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
.zg-status-subtitle {
|
|
90
|
+
display: inline-block;
|
|
91
|
+
height: 22px;
|
|
92
|
+
line-height: 20px;
|
|
93
|
+
padding: 0 12px;
|
|
94
|
+
margin-left: 12px;
|
|
95
|
+
border: 1px solid;
|
|
96
|
+
font-size: 14px;
|
|
97
|
+
}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
--calendar-border: #ececec;
|
|
13
13
|
--calendar-thead-bg: #fff;
|
|
14
14
|
--calendar-bg: #fff;
|
|
15
|
+
--calendar-content-sigle-bg: #f3f5f8;
|
|
15
16
|
--info-danger: #fd3a15;
|
|
16
17
|
--info-warnning: #f7d93d;
|
|
17
18
|
--info-active: #222;
|
|
@@ -78,6 +79,7 @@
|
|
|
78
79
|
--arrow-icon-color: #355e5f;
|
|
79
80
|
--block-bg-color: rgba(255, 255, 255, 0.1);
|
|
80
81
|
--block-bg-color2: rgba(48, 118, 114, 0.2);
|
|
82
|
+
--calendar-content-sigle-bg: rgba(243, 245, 248, 0.053);
|
|
81
83
|
--info-active: #40ffd3;
|
|
82
84
|
--info-active2: #52c41a;
|
|
83
85
|
--info-active3: #40ffd3;
|
|
@@ -109,6 +111,7 @@
|
|
|
109
111
|
--sub-title-color: #64bcff;
|
|
110
112
|
--label-color: #fff;
|
|
111
113
|
--info-color: #74bbf4;
|
|
114
|
+
--calendar-content-sigle-bg: #1464a62e;
|
|
112
115
|
--border-color: #1464a6;
|
|
113
116
|
--scroll-bar-bg: #39cbc3aa;
|
|
114
117
|
--scroll-bar-hover-bg: #219fff3d;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '../../style/index';
|
|
1
|
+
@import '../../style/index';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtx/modals2",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.49",
|
|
4
4
|
"description": "业务弹窗库",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@ant-design/icons": "4.7.0",
|
|
45
|
-
"@vtx/components": "^3.1.
|
|
45
|
+
"@vtx/components": "^3.1.145",
|
|
46
46
|
"@vtx/map": "1.2.20",
|
|
47
47
|
"@vtx/map-icon": "^2.0.26",
|
|
48
48
|
"@vtx/ol-map": "^1.0.48",
|