@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
|
@@ -1,83 +1,83 @@
|
|
|
1
|
-
.metering {
|
|
2
|
-
margin: 10px;
|
|
3
|
-
border: 1px solid var(--bg-border-color2);
|
|
4
|
-
|
|
5
|
-
&-head {
|
|
6
|
-
display: flex;
|
|
7
|
-
justify-content: space-between;
|
|
8
|
-
align-items: center;
|
|
9
|
-
padding: 10px 16px;
|
|
10
|
-
background-color: var(--bg-color2);
|
|
11
|
-
}
|
|
12
|
-
&-content {
|
|
13
|
-
&-main {
|
|
14
|
-
padding: 16px;
|
|
15
|
-
background-color: var(--bg-color2);
|
|
16
|
-
|
|
17
|
-
display: flex;
|
|
18
|
-
justify-content: start;
|
|
19
|
-
align-content: center;
|
|
20
|
-
|
|
21
|
-
&-item {
|
|
22
|
-
display: flex;
|
|
23
|
-
justify-content: start;
|
|
24
|
-
align-content: center;
|
|
25
|
-
margin-right: 80px;
|
|
26
|
-
img {
|
|
27
|
-
width: 46px;
|
|
28
|
-
height: 46px;
|
|
29
|
-
margin-right: 18px;
|
|
30
|
-
}
|
|
31
|
-
&--name {
|
|
32
|
-
color: var(--label-color);
|
|
33
|
-
}
|
|
34
|
-
&--value {
|
|
35
|
-
color: var(--info-color);
|
|
36
|
-
font-size: 12px;
|
|
37
|
-
span {
|
|
38
|
-
font-size: 22px;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&-charts {
|
|
45
|
-
margin-top: 10px;
|
|
46
|
-
|
|
47
|
-
.chart {
|
|
48
|
-
border: 1px solid var(--bg-border-color2);
|
|
49
|
-
|
|
50
|
-
height: 490px;
|
|
51
|
-
background-color: var(--bg-color2);
|
|
52
|
-
|
|
53
|
-
padding: 20px;
|
|
54
|
-
}
|
|
55
|
-
&-jcqs {
|
|
56
|
-
.chart();
|
|
57
|
-
}
|
|
58
|
-
&-jccc {
|
|
59
|
-
.chart();
|
|
60
|
-
&-desc {
|
|
61
|
-
margin: 12px 0;
|
|
62
|
-
color: var(--info-danger);
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
&-chart {
|
|
66
|
-
height: 360px;
|
|
67
|
-
width: 100%;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
.appraisal-content-list-static {
|
|
72
|
-
color: var(--label-color);
|
|
73
|
-
}
|
|
74
|
-
.grossWeight-color {
|
|
75
|
-
color: var(--list-cell-active1);
|
|
76
|
-
}
|
|
77
|
-
.tareWeight-color {
|
|
78
|
-
color: var(--list-cell-active2);
|
|
79
|
-
}
|
|
80
|
-
.netWeight-color {
|
|
81
|
-
color: var(--list-cell-active3);
|
|
82
|
-
}
|
|
83
|
-
}
|
|
1
|
+
.metering {
|
|
2
|
+
margin: 10px;
|
|
3
|
+
border: 1px solid var(--bg-border-color2);
|
|
4
|
+
|
|
5
|
+
&-head {
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
align-items: center;
|
|
9
|
+
padding: 10px 16px;
|
|
10
|
+
background-color: var(--bg-color2);
|
|
11
|
+
}
|
|
12
|
+
&-content {
|
|
13
|
+
&-main {
|
|
14
|
+
padding: 16px;
|
|
15
|
+
background-color: var(--bg-color2);
|
|
16
|
+
|
|
17
|
+
display: flex;
|
|
18
|
+
justify-content: start;
|
|
19
|
+
align-content: center;
|
|
20
|
+
|
|
21
|
+
&-item {
|
|
22
|
+
display: flex;
|
|
23
|
+
justify-content: start;
|
|
24
|
+
align-content: center;
|
|
25
|
+
margin-right: 80px;
|
|
26
|
+
img {
|
|
27
|
+
width: 46px;
|
|
28
|
+
height: 46px;
|
|
29
|
+
margin-right: 18px;
|
|
30
|
+
}
|
|
31
|
+
&--name {
|
|
32
|
+
color: var(--label-color);
|
|
33
|
+
}
|
|
34
|
+
&--value {
|
|
35
|
+
color: var(--info-color);
|
|
36
|
+
font-size: 12px;
|
|
37
|
+
span {
|
|
38
|
+
font-size: 22px;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
&-charts {
|
|
45
|
+
margin-top: 10px;
|
|
46
|
+
|
|
47
|
+
.chart {
|
|
48
|
+
border: 1px solid var(--bg-border-color2);
|
|
49
|
+
|
|
50
|
+
height: 490px;
|
|
51
|
+
background-color: var(--bg-color2);
|
|
52
|
+
|
|
53
|
+
padding: 20px;
|
|
54
|
+
}
|
|
55
|
+
&-jcqs {
|
|
56
|
+
.chart();
|
|
57
|
+
}
|
|
58
|
+
&-jccc {
|
|
59
|
+
.chart();
|
|
60
|
+
&-desc {
|
|
61
|
+
margin: 12px 0;
|
|
62
|
+
color: var(--info-danger);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
&-chart {
|
|
66
|
+
height: 360px;
|
|
67
|
+
width: 100%;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
.appraisal-content-list-static {
|
|
72
|
+
color: var(--label-color);
|
|
73
|
+
}
|
|
74
|
+
.grossWeight-color {
|
|
75
|
+
color: var(--list-cell-active1);
|
|
76
|
+
}
|
|
77
|
+
.tareWeight-color {
|
|
78
|
+
color: var(--list-cell-active2);
|
|
79
|
+
}
|
|
80
|
+
.netWeight-color {
|
|
81
|
+
color: var(--list-cell-active3);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
@@ -1,136 +1,136 @@
|
|
|
1
|
-
.df-condition {
|
|
2
|
-
padding: 10px;
|
|
3
|
-
&-head {
|
|
4
|
-
display: flex;
|
|
5
|
-
justify-content: space-between;
|
|
6
|
-
align-items: center;
|
|
7
|
-
padding: 10px 16px;
|
|
8
|
-
background-color: var(--bg-color2);
|
|
9
|
-
border: 1px solid var(--bg-border-color2);
|
|
10
|
-
}
|
|
11
|
-
.environment-monitor {
|
|
12
|
-
padding: 10px 16px;
|
|
13
|
-
border: 1px solid var(--bg-border-color2);
|
|
14
|
-
|
|
15
|
-
background-color: var(--bg-color2);
|
|
16
|
-
text-align: center;
|
|
17
|
-
&-head {
|
|
18
|
-
display: flex;
|
|
19
|
-
// justify-content: space-around;
|
|
20
|
-
align-items: center;
|
|
21
|
-
width: 100%;
|
|
22
|
-
overflow: auto;
|
|
23
|
-
&::-webkit-scrollbar {
|
|
24
|
-
width: 0px;
|
|
25
|
-
height: 4px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&::-webkit-scrollbar-thumb {
|
|
29
|
-
background: var(--scroll-bar-hover-bg);
|
|
30
|
-
border-radius: 5px;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&-item-active {
|
|
34
|
-
padding: 8px 12px;
|
|
35
|
-
background-color: var(--block-bg-color);
|
|
36
|
-
// min-width: 130px;
|
|
37
|
-
margin: 0 10px;
|
|
38
|
-
}
|
|
39
|
-
&-item {
|
|
40
|
-
// min-width: 130px;
|
|
41
|
-
padding: 8px 12px;
|
|
42
|
-
margin: 0 10px;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
&-table {
|
|
46
|
-
margin-top: 20px;
|
|
47
|
-
min-height: 440px;
|
|
48
|
-
}
|
|
49
|
-
&-situation {
|
|
50
|
-
height: 100%;
|
|
51
|
-
min-height: 500px;
|
|
52
|
-
padding: 10px 16px;
|
|
53
|
-
background-color: var(--bg-color2);
|
|
54
|
-
border: 1px solid var(--bg-border-color2);
|
|
55
|
-
|
|
56
|
-
&-noData {
|
|
57
|
-
text-align: center;
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
.em-situation {
|
|
62
|
-
clear: both;
|
|
63
|
-
&-wrap {
|
|
64
|
-
width: 620px;
|
|
65
|
-
margin: 150px auto;
|
|
66
|
-
}
|
|
67
|
-
&-parent {
|
|
68
|
-
width: 324px;
|
|
69
|
-
height: 57px;
|
|
70
|
-
line-height: 50px;
|
|
71
|
-
margin: 0 auto;
|
|
72
|
-
background: url('../../imgs/situation_parent_bg.png') no-repeat 100% 100%;
|
|
73
|
-
color: var(--info-color);
|
|
74
|
-
img {
|
|
75
|
-
width: 46px;
|
|
76
|
-
height: 50px;
|
|
77
|
-
margin-left: 44px;
|
|
78
|
-
margin-right: 18px;
|
|
79
|
-
}
|
|
80
|
-
span {
|
|
81
|
-
font-size: 22px;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
&-verticaline {
|
|
85
|
-
width: 2px;
|
|
86
|
-
height: 28px;
|
|
87
|
-
margin: 0 auto;
|
|
88
|
-
background: #096e88;
|
|
89
|
-
}
|
|
90
|
-
&-horizontaline {
|
|
91
|
-
width: 540px;
|
|
92
|
-
height: 2px;
|
|
93
|
-
margin: 0 auto;
|
|
94
|
-
background: #096e88;
|
|
95
|
-
}
|
|
96
|
-
&-verticaline4 {
|
|
97
|
-
width: 540px;
|
|
98
|
-
margin: 0 auto;
|
|
99
|
-
display: flex;
|
|
100
|
-
justify-content: space-between;
|
|
101
|
-
align-items: start;
|
|
102
|
-
&-item {
|
|
103
|
-
width: 2px;
|
|
104
|
-
height: 16px;
|
|
105
|
-
background: #096e88;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
&-content {
|
|
109
|
-
width: 100%;
|
|
110
|
-
margin: 0 auto;
|
|
111
|
-
display: flex;
|
|
112
|
-
justify-content: space-between;
|
|
113
|
-
align-items: start;
|
|
114
|
-
&-item {
|
|
115
|
-
width: 80px;
|
|
116
|
-
text-align: center;
|
|
117
|
-
&--progress {
|
|
118
|
-
margin-top: 6px;
|
|
119
|
-
}
|
|
120
|
-
&--name {
|
|
121
|
-
margin-top: 12px;
|
|
122
|
-
color: var(--label-color);
|
|
123
|
-
}
|
|
124
|
-
&--value {
|
|
125
|
-
color: var(--info-color);
|
|
126
|
-
span {
|
|
127
|
-
font-size: 22px;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
.ant-progress-text {
|
|
134
|
-
color: var(--info-color) !important;
|
|
135
|
-
}
|
|
136
|
-
}
|
|
1
|
+
.df-condition {
|
|
2
|
+
padding: 10px;
|
|
3
|
+
&-head {
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: space-between;
|
|
6
|
+
align-items: center;
|
|
7
|
+
padding: 10px 16px;
|
|
8
|
+
background-color: var(--bg-color2);
|
|
9
|
+
border: 1px solid var(--bg-border-color2);
|
|
10
|
+
}
|
|
11
|
+
.environment-monitor {
|
|
12
|
+
padding: 10px 16px;
|
|
13
|
+
border: 1px solid var(--bg-border-color2);
|
|
14
|
+
|
|
15
|
+
background-color: var(--bg-color2);
|
|
16
|
+
text-align: center;
|
|
17
|
+
&-head {
|
|
18
|
+
display: flex;
|
|
19
|
+
// justify-content: space-around;
|
|
20
|
+
align-items: center;
|
|
21
|
+
width: 100%;
|
|
22
|
+
overflow: auto;
|
|
23
|
+
&::-webkit-scrollbar {
|
|
24
|
+
width: 0px;
|
|
25
|
+
height: 4px;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&::-webkit-scrollbar-thumb {
|
|
29
|
+
background: var(--scroll-bar-hover-bg);
|
|
30
|
+
border-radius: 5px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&-item-active {
|
|
34
|
+
padding: 8px 12px;
|
|
35
|
+
background-color: var(--block-bg-color);
|
|
36
|
+
// min-width: 130px;
|
|
37
|
+
margin: 0 10px;
|
|
38
|
+
}
|
|
39
|
+
&-item {
|
|
40
|
+
// min-width: 130px;
|
|
41
|
+
padding: 8px 12px;
|
|
42
|
+
margin: 0 10px;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
&-table {
|
|
46
|
+
margin-top: 20px;
|
|
47
|
+
min-height: 440px;
|
|
48
|
+
}
|
|
49
|
+
&-situation {
|
|
50
|
+
height: 100%;
|
|
51
|
+
min-height: 500px;
|
|
52
|
+
padding: 10px 16px;
|
|
53
|
+
background-color: var(--bg-color2);
|
|
54
|
+
border: 1px solid var(--bg-border-color2);
|
|
55
|
+
|
|
56
|
+
&-noData {
|
|
57
|
+
text-align: center;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
.em-situation {
|
|
62
|
+
clear: both;
|
|
63
|
+
&-wrap {
|
|
64
|
+
width: 620px;
|
|
65
|
+
margin: 150px auto;
|
|
66
|
+
}
|
|
67
|
+
&-parent {
|
|
68
|
+
width: 324px;
|
|
69
|
+
height: 57px;
|
|
70
|
+
line-height: 50px;
|
|
71
|
+
margin: 0 auto;
|
|
72
|
+
background: url('../../imgs/situation_parent_bg.png') no-repeat 100% 100%;
|
|
73
|
+
color: var(--info-color);
|
|
74
|
+
img {
|
|
75
|
+
width: 46px;
|
|
76
|
+
height: 50px;
|
|
77
|
+
margin-left: 44px;
|
|
78
|
+
margin-right: 18px;
|
|
79
|
+
}
|
|
80
|
+
span {
|
|
81
|
+
font-size: 22px;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
&-verticaline {
|
|
85
|
+
width: 2px;
|
|
86
|
+
height: 28px;
|
|
87
|
+
margin: 0 auto;
|
|
88
|
+
background: #096e88;
|
|
89
|
+
}
|
|
90
|
+
&-horizontaline {
|
|
91
|
+
width: 540px;
|
|
92
|
+
height: 2px;
|
|
93
|
+
margin: 0 auto;
|
|
94
|
+
background: #096e88;
|
|
95
|
+
}
|
|
96
|
+
&-verticaline4 {
|
|
97
|
+
width: 540px;
|
|
98
|
+
margin: 0 auto;
|
|
99
|
+
display: flex;
|
|
100
|
+
justify-content: space-between;
|
|
101
|
+
align-items: start;
|
|
102
|
+
&-item {
|
|
103
|
+
width: 2px;
|
|
104
|
+
height: 16px;
|
|
105
|
+
background: #096e88;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
&-content {
|
|
109
|
+
width: 100%;
|
|
110
|
+
margin: 0 auto;
|
|
111
|
+
display: flex;
|
|
112
|
+
justify-content: space-between;
|
|
113
|
+
align-items: start;
|
|
114
|
+
&-item {
|
|
115
|
+
width: 80px;
|
|
116
|
+
text-align: center;
|
|
117
|
+
&--progress {
|
|
118
|
+
margin-top: 6px;
|
|
119
|
+
}
|
|
120
|
+
&--name {
|
|
121
|
+
margin-top: 12px;
|
|
122
|
+
color: var(--label-color);
|
|
123
|
+
}
|
|
124
|
+
&--value {
|
|
125
|
+
color: var(--info-color);
|
|
126
|
+
span {
|
|
127
|
+
font-size: 22px;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
.ant-progress-text {
|
|
134
|
+
color: var(--info-color) !important;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
@@ -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';
|