@vtx/modals2 2.10.42 → 2.10.43

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.
Files changed (37) hide show
  1. package/lib/style/index.css +8 -6
  2. package/lib/style/themesHZ/dark.css +8 -6
  3. package/lib/style/themesHZ/dark.less +1 -0
  4. package/lib/style/themesHZ/default.css +7 -6
  5. package/lib/style/themesHZ/default.less +7 -10
  6. package/lib/style/themesHZ/index.css +8 -6
  7. package/lib/vm-common-components/common/vm-scrollable/style/index.css +1 -1
  8. package/lib/vm-common-components/common/vm-scrollable/style/index.less +2 -1
  9. package/lib/vm-common-components/components/Statistics/style/index.css +2 -7
  10. package/lib/vm-common-components/components/Statistics/style/index.less +3 -7
  11. package/lib/vm-common-components/style/index.css +8 -6
  12. package/lib/vm-video/index.css +8 -6
  13. package/lib/vtx-car-modal/style/index.css +8 -6
  14. package/lib/vtx-cc-cp-modal/style/index.css +8 -6
  15. package/lib/vtx-cp-modal/style/index.css +8 -6
  16. package/lib/vtx-default-modal/style/index.css +8 -6
  17. package/lib/vtx-df-modal/style/index.css +8 -6
  18. package/lib/vtx-hz-facility-modal/api.js +36 -36
  19. package/lib/vtx-hz-facility-modal/api.js.map +1 -1
  20. package/lib/vtx-hz-facility-modal/components/FacilityFile2/index.js +7 -17
  21. package/lib/vtx-hz-facility-modal/components/FacilityFile2/index.js.map +1 -1
  22. package/lib/vtx-hz-facility-modal/components/RealTime/index.js +2 -2
  23. package/lib/vtx-hz-facility-modal/components/RealTime/index.js.map +1 -1
  24. package/lib/vtx-hz-facility-modal/components/RecordOrder/index.js +1 -3
  25. package/lib/vtx-hz-facility-modal/components/RecordOrder/index.js.map +1 -1
  26. package/lib/vtx-hz-facility-modal/components/RecordTask/index.js +1 -3
  27. package/lib/vtx-hz-facility-modal/components/RecordTask/index.js.map +1 -1
  28. package/lib/vtx-hz-facility-modal/index.js +4 -3
  29. package/lib/vtx-hz-facility-modal/index.js.map +1 -1
  30. package/lib/vtx-hz-facility-modal/request.js +152 -0
  31. package/lib/vtx-hz-facility-modal/request.js.map +1 -0
  32. package/lib/vtx-kh-modal/style/index.css +8 -6
  33. package/lib/vtx-road-modal/style/index.css +8 -6
  34. package/lib/vtx-staff-modal/style/index.css +8 -6
  35. package/lib/vtx-wr-modal/style/index.css +8 -6
  36. package/lib/vtx-zg-modal/style/index.css +8 -6
  37. package/package.json +116 -116
@@ -90,13 +90,14 @@
90
90
  --head-bg: #fff;
91
91
  --label-color: black;
92
92
  --wrap-bg: #ffffff;
93
- --statisticsBg: rgba(0, 157, 255, 0.85);
94
- --button-text-color--defalut: #0dbafe;
95
- --button-text-color--active: #fefefe;
93
+ --statisticsBg: rgba(0, 157, 255, 0.65);
94
+ --statisticsBg--active: #009dff;
95
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
96
+ --button-text-color--active: #fff;
96
97
  --button-background-color--default: #fff;
97
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
98
- --button-border-color--default: #0dbafe;
99
- --button-border-color--active: #2a55e9;
98
+ --button-background-color--active: #1890ff;
99
+ --button-border-color--default: #d9d9d9;
100
+ --button-border-color--active: #1890ff;
100
101
  --sub-title-color: #222;
101
102
  --info-color: #222;
102
103
  --picker-border-color: #000;
@@ -136,6 +137,7 @@
136
137
  --title-color: #fff;
137
138
  --select-color: #c4e6ff;
138
139
  --statisticsBg: rgba(0, 157, 255, 0.15);
140
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
139
141
  --button-text-color--defalut: #ffffff;
140
142
  --button-text-color--active: #fefefe;
141
143
  --button-background-color--default: linear-gradient(0deg, rgba(20, 20, 20, 0.2), rgba(42, 42, 42, 0.2));
@@ -2,13 +2,14 @@
2
2
  --head-bg: #fff;
3
3
  --label-color: black;
4
4
  --wrap-bg: #ffffff;
5
- --statisticsBg: rgba(0, 157, 255, 0.85);
6
- --button-text-color--defalut: #0dbafe;
7
- --button-text-color--active: #fefefe;
5
+ --statisticsBg: rgba(0, 157, 255, 0.65);
6
+ --statisticsBg--active: #009dff;
7
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
8
+ --button-text-color--active: #fff;
8
9
  --button-background-color--default: #fff;
9
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
10
- --button-border-color--default: #0dbafe;
11
- --button-border-color--active: #2a55e9;
10
+ --button-background-color--active: #1890ff;
11
+ --button-border-color--default: #d9d9d9;
12
+ --button-border-color--active: #1890ff;
12
13
  --sub-title-color: #222;
13
14
  --info-color: #222;
14
15
  --picker-border-color: #000;
@@ -48,6 +49,7 @@
48
49
  --title-color: #fff;
49
50
  --select-color: #c4e6ff;
50
51
  --statisticsBg: rgba(0, 157, 255, 0.15);
52
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
51
53
  --button-text-color--defalut: #ffffff;
52
54
  --button-text-color--active: #fefefe;
53
55
  --button-background-color--default: linear-gradient(0deg, rgba(20, 20, 20, 0.2), rgba(42, 42, 42, 0.2));
@@ -44,6 +44,7 @@
44
44
  --title-color: #fff;
45
45
  --select-color: #c4e6ff; // 下拉选字体颜色
46
46
  --statisticsBg: rgba(0, 157, 255, 0.15);
47
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
47
48
  --button-text-color--defalut: #ffffff;
48
49
  --button-text-color--active: #fefefe;
49
50
  --button-background-color--default: linear-gradient(
@@ -2,13 +2,14 @@
2
2
  --head-bg: #fff;
3
3
  --label-color: black;
4
4
  --wrap-bg: #ffffff;
5
- --statisticsBg: rgba(0, 157, 255, 0.85);
6
- --button-text-color--defalut: #0dbafe;
7
- --button-text-color--active: #fefefe;
5
+ --statisticsBg: rgba(0, 157, 255, 0.65);
6
+ --statisticsBg--active: #009dff;
7
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
8
+ --button-text-color--active: #fff;
8
9
  --button-background-color--default: #fff;
9
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
10
- --button-border-color--default: #0dbafe;
11
- --button-border-color--active: #2a55e9;
10
+ --button-background-color--active: #1890ff;
11
+ --button-border-color--default: #d9d9d9;
12
+ --button-border-color--active: #1890ff;
12
13
  --sub-title-color: #222;
13
14
  --info-color: #222;
14
15
  --picker-border-color: #000;
@@ -2,17 +2,14 @@
2
2
  --head-bg: #fff;
3
3
  --label-color: black;
4
4
  --wrap-bg: rgba(255, 255, 255, 1);
5
- --statisticsBg: rgba(0, 157, 255, 0.85);
6
- --button-text-color--defalut: rgba(13, 186, 254, 1);
7
- --button-text-color--active: #fefefe;
5
+ --statisticsBg: rgba(0, 157, 255, 0.65);
6
+ --statisticsBg--active: rgba(0, 157, 255, 1);
7
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
8
+ --button-text-color--active: #fff;
8
9
  --button-background-color--default: #fff;
9
- --button-background-color--active: linear-gradient(
10
- 0deg,
11
- rgba(42, 85, 233, 1),
12
- rgba(13, 186, 254, 1)
13
- );
14
- --button-border-color--default: rgba(13, 186, 254, 1);
15
- --button-border-color--active: rgba(42, 85, 233, 1);
10
+ --button-background-color--active: #1890ff;
11
+ --button-border-color--default: #d9d9d9;
12
+ --button-border-color--active: #1890ff;
16
13
  --sub-title-color: #222;
17
14
  --info-color: #222;
18
15
  --picker-border-color: #000;
@@ -2,13 +2,14 @@
2
2
  --head-bg: #fff;
3
3
  --label-color: black;
4
4
  --wrap-bg: #ffffff;
5
- --statisticsBg: rgba(0, 157, 255, 0.85);
6
- --button-text-color--defalut: #0dbafe;
7
- --button-text-color--active: #fefefe;
5
+ --statisticsBg: rgba(0, 157, 255, 0.65);
6
+ --statisticsBg--active: #009dff;
7
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
8
+ --button-text-color--active: #fff;
8
9
  --button-background-color--default: #fff;
9
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
10
- --button-border-color--default: #0dbafe;
11
- --button-border-color--active: #2a55e9;
10
+ --button-background-color--active: #1890ff;
11
+ --button-border-color--default: #d9d9d9;
12
+ --button-border-color--active: #1890ff;
12
13
  --sub-title-color: #222;
13
14
  --info-color: #222;
14
15
  --picker-border-color: #000;
@@ -48,6 +49,7 @@
48
49
  --title-color: #fff;
49
50
  --select-color: #c4e6ff;
50
51
  --statisticsBg: rgba(0, 157, 255, 0.15);
52
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
51
53
  --button-text-color--defalut: #ffffff;
52
54
  --button-text-color--active: #fefefe;
53
55
  --button-background-color--default: linear-gradient(0deg, rgba(20, 20, 20, 0.2), rgba(42, 42, 42, 0.2));
@@ -8,7 +8,7 @@
8
8
  border-radius: 5px;
9
9
  }
10
10
  .vm-scrollableRow-hz .scrollableItem.active {
11
- background-color: rgba(0, 157, 255, 0.65);
11
+ background-color: var(--statisticsBg--active);
12
12
  }
13
13
  .vm-scrollableRow-hz .scrollableValue {
14
14
  margin-top: 10px;
@@ -8,7 +8,8 @@
8
8
  cursor: pointer;
9
9
  border-radius: 5px;
10
10
  &.active {
11
- background-color: rgba(0, 157, 255, 0.65);
11
+ // background-color: rgba(0, 157, 255, 0.65);
12
+ background-color: var(--statisticsBg--active);
12
13
 
13
14
  }
14
15
  }
@@ -61,15 +61,10 @@
61
61
  background-color: var(--statisticsBg);
62
62
  border-radius: 10px;
63
63
  text-align: center;
64
- cursor: pointer;
65
64
  }
66
65
  .statisticsInfo4 .labelHZ {
67
66
  color: #fff;
68
67
  }
69
- .statisticsInfo4.active {
70
- background-color: #fff;
71
- }
72
- .statisticsInfo4.active .labelHZ,
73
- .statisticsInfo4.active .value {
74
- color: #222;
68
+ .statisticsInfo4 .value {
69
+ color: #fff;
75
70
  }
@@ -54,15 +54,11 @@
54
54
  background-color: var(--statisticsBg);
55
55
  border-radius: 10px;
56
56
  text-align: center;
57
- cursor: pointer;
58
57
  .labelHZ {
59
58
  color: #fff;
60
59
  }
61
- &.active {
62
- background-color: #fff;
63
- .labelHZ,
64
- .value {
65
- color: #222;
66
- }
60
+ .value{
61
+ color: #fff;
67
62
  }
63
+
68
64
  }
@@ -90,13 +90,14 @@
90
90
  --head-bg: #fff;
91
91
  --label-color: black;
92
92
  --wrap-bg: #ffffff;
93
- --statisticsBg: rgba(0, 157, 255, 0.85);
94
- --button-text-color--defalut: #0dbafe;
95
- --button-text-color--active: #fefefe;
93
+ --statisticsBg: rgba(0, 157, 255, 0.65);
94
+ --statisticsBg--active: #009dff;
95
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
96
+ --button-text-color--active: #fff;
96
97
  --button-background-color--default: #fff;
97
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
98
- --button-border-color--default: #0dbafe;
99
- --button-border-color--active: #2a55e9;
98
+ --button-background-color--active: #1890ff;
99
+ --button-border-color--default: #d9d9d9;
100
+ --button-border-color--active: #1890ff;
100
101
  --sub-title-color: #222;
101
102
  --info-color: #222;
102
103
  --picker-border-color: #000;
@@ -136,6 +137,7 @@
136
137
  --title-color: #fff;
137
138
  --select-color: #c4e6ff;
138
139
  --statisticsBg: rgba(0, 157, 255, 0.15);
140
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
139
141
  --button-text-color--defalut: #ffffff;
140
142
  --button-text-color--active: #fefefe;
141
143
  --button-background-color--default: linear-gradient(0deg, rgba(20, 20, 20, 0.2), rgba(42, 42, 42, 0.2));
@@ -90,13 +90,14 @@
90
90
  --head-bg: #fff;
91
91
  --label-color: black;
92
92
  --wrap-bg: #ffffff;
93
- --statisticsBg: rgba(0, 157, 255, 0.85);
94
- --button-text-color--defalut: #0dbafe;
95
- --button-text-color--active: #fefefe;
93
+ --statisticsBg: rgba(0, 157, 255, 0.65);
94
+ --statisticsBg--active: #009dff;
95
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
96
+ --button-text-color--active: #fff;
96
97
  --button-background-color--default: #fff;
97
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
98
- --button-border-color--default: #0dbafe;
99
- --button-border-color--active: #2a55e9;
98
+ --button-background-color--active: #1890ff;
99
+ --button-border-color--default: #d9d9d9;
100
+ --button-border-color--active: #1890ff;
100
101
  --sub-title-color: #222;
101
102
  --info-color: #222;
102
103
  --picker-border-color: #000;
@@ -136,6 +137,7 @@
136
137
  --title-color: #fff;
137
138
  --select-color: #c4e6ff;
138
139
  --statisticsBg: rgba(0, 157, 255, 0.15);
140
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
139
141
  --button-text-color--defalut: #ffffff;
140
142
  --button-text-color--active: #fefefe;
141
143
  --button-background-color--default: linear-gradient(0deg, rgba(20, 20, 20, 0.2), rgba(42, 42, 42, 0.2));
@@ -90,13 +90,14 @@
90
90
  --head-bg: #fff;
91
91
  --label-color: black;
92
92
  --wrap-bg: #ffffff;
93
- --statisticsBg: rgba(0, 157, 255, 0.85);
94
- --button-text-color--defalut: #0dbafe;
95
- --button-text-color--active: #fefefe;
93
+ --statisticsBg: rgba(0, 157, 255, 0.65);
94
+ --statisticsBg--active: #009dff;
95
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
96
+ --button-text-color--active: #fff;
96
97
  --button-background-color--default: #fff;
97
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
98
- --button-border-color--default: #0dbafe;
99
- --button-border-color--active: #2a55e9;
98
+ --button-background-color--active: #1890ff;
99
+ --button-border-color--default: #d9d9d9;
100
+ --button-border-color--active: #1890ff;
100
101
  --sub-title-color: #222;
101
102
  --info-color: #222;
102
103
  --picker-border-color: #000;
@@ -136,6 +137,7 @@
136
137
  --title-color: #fff;
137
138
  --select-color: #c4e6ff;
138
139
  --statisticsBg: rgba(0, 157, 255, 0.15);
140
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
139
141
  --button-text-color--defalut: #ffffff;
140
142
  --button-text-color--active: #fefefe;
141
143
  --button-background-color--default: linear-gradient(0deg, rgba(20, 20, 20, 0.2), rgba(42, 42, 42, 0.2));
@@ -90,13 +90,14 @@
90
90
  --head-bg: #fff;
91
91
  --label-color: black;
92
92
  --wrap-bg: #ffffff;
93
- --statisticsBg: rgba(0, 157, 255, 0.85);
94
- --button-text-color--defalut: #0dbafe;
95
- --button-text-color--active: #fefefe;
93
+ --statisticsBg: rgba(0, 157, 255, 0.65);
94
+ --statisticsBg--active: #009dff;
95
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
96
+ --button-text-color--active: #fff;
96
97
  --button-background-color--default: #fff;
97
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
98
- --button-border-color--default: #0dbafe;
99
- --button-border-color--active: #2a55e9;
98
+ --button-background-color--active: #1890ff;
99
+ --button-border-color--default: #d9d9d9;
100
+ --button-border-color--active: #1890ff;
100
101
  --sub-title-color: #222;
101
102
  --info-color: #222;
102
103
  --picker-border-color: #000;
@@ -136,6 +137,7 @@
136
137
  --title-color: #fff;
137
138
  --select-color: #c4e6ff;
138
139
  --statisticsBg: rgba(0, 157, 255, 0.15);
140
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
139
141
  --button-text-color--defalut: #ffffff;
140
142
  --button-text-color--active: #fefefe;
141
143
  --button-background-color--default: linear-gradient(0deg, rgba(20, 20, 20, 0.2), rgba(42, 42, 42, 0.2));
@@ -90,13 +90,14 @@
90
90
  --head-bg: #fff;
91
91
  --label-color: black;
92
92
  --wrap-bg: #ffffff;
93
- --statisticsBg: rgba(0, 157, 255, 0.85);
94
- --button-text-color--defalut: #0dbafe;
95
- --button-text-color--active: #fefefe;
93
+ --statisticsBg: rgba(0, 157, 255, 0.65);
94
+ --statisticsBg--active: #009dff;
95
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
96
+ --button-text-color--active: #fff;
96
97
  --button-background-color--default: #fff;
97
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
98
- --button-border-color--default: #0dbafe;
99
- --button-border-color--active: #2a55e9;
98
+ --button-background-color--active: #1890ff;
99
+ --button-border-color--default: #d9d9d9;
100
+ --button-border-color--active: #1890ff;
100
101
  --sub-title-color: #222;
101
102
  --info-color: #222;
102
103
  --picker-border-color: #000;
@@ -136,6 +137,7 @@
136
137
  --title-color: #fff;
137
138
  --select-color: #c4e6ff;
138
139
  --statisticsBg: rgba(0, 157, 255, 0.15);
140
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
139
141
  --button-text-color--defalut: #ffffff;
140
142
  --button-text-color--active: #fefefe;
141
143
  --button-background-color--default: linear-gradient(0deg, rgba(20, 20, 20, 0.2), rgba(42, 42, 42, 0.2));
@@ -90,13 +90,14 @@
90
90
  --head-bg: #fff;
91
91
  --label-color: black;
92
92
  --wrap-bg: #ffffff;
93
- --statisticsBg: rgba(0, 157, 255, 0.85);
94
- --button-text-color--defalut: #0dbafe;
95
- --button-text-color--active: #fefefe;
93
+ --statisticsBg: rgba(0, 157, 255, 0.65);
94
+ --statisticsBg--active: #009dff;
95
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
96
+ --button-text-color--active: #fff;
96
97
  --button-background-color--default: #fff;
97
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
98
- --button-border-color--default: #0dbafe;
99
- --button-border-color--active: #2a55e9;
98
+ --button-background-color--active: #1890ff;
99
+ --button-border-color--default: #d9d9d9;
100
+ --button-border-color--active: #1890ff;
100
101
  --sub-title-color: #222;
101
102
  --info-color: #222;
102
103
  --picker-border-color: #000;
@@ -136,6 +137,7 @@
136
137
  --title-color: #fff;
137
138
  --select-color: #c4e6ff;
138
139
  --statisticsBg: rgba(0, 157, 255, 0.15);
140
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
139
141
  --button-text-color--defalut: #ffffff;
140
142
  --button-text-color--active: #fefefe;
141
143
  --button-background-color--default: linear-gradient(0deg, rgba(20, 20, 20, 0.2), rgba(42, 42, 42, 0.2));
@@ -90,13 +90,14 @@
90
90
  --head-bg: #fff;
91
91
  --label-color: black;
92
92
  --wrap-bg: #ffffff;
93
- --statisticsBg: rgba(0, 157, 255, 0.85);
94
- --button-text-color--defalut: #0dbafe;
95
- --button-text-color--active: #fefefe;
93
+ --statisticsBg: rgba(0, 157, 255, 0.65);
94
+ --statisticsBg--active: #009dff;
95
+ --button-text-color--defalut: rgba(0, 0, 0, 0.88);
96
+ --button-text-color--active: #fff;
96
97
  --button-background-color--default: #fff;
97
- --button-background-color--active: linear-gradient(0deg, #2a55e9, #0dbafe);
98
- --button-border-color--default: #0dbafe;
99
- --button-border-color--active: #2a55e9;
98
+ --button-background-color--active: #1890ff;
99
+ --button-border-color--default: #d9d9d9;
100
+ --button-border-color--active: #1890ff;
100
101
  --sub-title-color: #222;
101
102
  --info-color: #222;
102
103
  --picker-border-color: #000;
@@ -136,6 +137,7 @@
136
137
  --title-color: #fff;
137
138
  --select-color: #c4e6ff;
138
139
  --statisticsBg: rgba(0, 157, 255, 0.15);
140
+ --statisticsBg--active: rgba(0, 157, 255, 0.85);
139
141
  --button-text-color--defalut: #ffffff;
140
142
  --button-text-color--active: #fefefe;
141
143
  --button-background-color--default: linear-gradient(0deg, rgba(20, 20, 20, 0.2), rgba(42, 42, 42, 0.2));