@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.
- package/lib/style/index.css +8 -6
- package/lib/style/themesHZ/dark.css +8 -6
- package/lib/style/themesHZ/dark.less +1 -0
- package/lib/style/themesHZ/default.css +7 -6
- package/lib/style/themesHZ/default.less +7 -10
- package/lib/style/themesHZ/index.css +8 -6
- package/lib/vm-common-components/common/vm-scrollable/style/index.css +1 -1
- package/lib/vm-common-components/common/vm-scrollable/style/index.less +2 -1
- package/lib/vm-common-components/components/Statistics/style/index.css +2 -7
- package/lib/vm-common-components/components/Statistics/style/index.less +3 -7
- package/lib/vm-common-components/style/index.css +8 -6
- package/lib/vm-video/index.css +8 -6
- package/lib/vtx-car-modal/style/index.css +8 -6
- package/lib/vtx-cc-cp-modal/style/index.css +8 -6
- package/lib/vtx-cp-modal/style/index.css +8 -6
- package/lib/vtx-default-modal/style/index.css +8 -6
- package/lib/vtx-df-modal/style/index.css +8 -6
- package/lib/vtx-hz-facility-modal/api.js +36 -36
- package/lib/vtx-hz-facility-modal/api.js.map +1 -1
- package/lib/vtx-hz-facility-modal/components/FacilityFile2/index.js +7 -17
- package/lib/vtx-hz-facility-modal/components/FacilityFile2/index.js.map +1 -1
- package/lib/vtx-hz-facility-modal/components/RealTime/index.js +2 -2
- package/lib/vtx-hz-facility-modal/components/RealTime/index.js.map +1 -1
- package/lib/vtx-hz-facility-modal/components/RecordOrder/index.js +1 -3
- package/lib/vtx-hz-facility-modal/components/RecordOrder/index.js.map +1 -1
- package/lib/vtx-hz-facility-modal/components/RecordTask/index.js +1 -3
- package/lib/vtx-hz-facility-modal/components/RecordTask/index.js.map +1 -1
- package/lib/vtx-hz-facility-modal/index.js +4 -3
- package/lib/vtx-hz-facility-modal/index.js.map +1 -1
- package/lib/vtx-hz-facility-modal/request.js +152 -0
- package/lib/vtx-hz-facility-modal/request.js.map +1 -0
- package/lib/vtx-kh-modal/style/index.css +8 -6
- package/lib/vtx-road-modal/style/index.css +8 -6
- package/lib/vtx-staff-modal/style/index.css +8 -6
- package/lib/vtx-wr-modal/style/index.css +8 -6
- package/lib/vtx-zg-modal/style/index.css +8 -6
- package/package.json +116 -116
package/lib/style/index.css
CHANGED
|
@@ -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.
|
|
94
|
-
--
|
|
95
|
-
--button-text-color--
|
|
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:
|
|
98
|
-
--button-border-color--default: #
|
|
99
|
-
--button-border-color--active: #
|
|
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.
|
|
6
|
-
--
|
|
7
|
-
--button-text-color--
|
|
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:
|
|
10
|
-
--button-border-color--default: #
|
|
11
|
-
--button-border-color--active: #
|
|
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.
|
|
6
|
-
--
|
|
7
|
-
--button-text-color--
|
|
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:
|
|
10
|
-
--button-border-color--default: #
|
|
11
|
-
--button-border-color--active: #
|
|
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.
|
|
6
|
-
--
|
|
7
|
-
--button-text-color--
|
|
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:
|
|
10
|
-
|
|
11
|
-
|
|
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.
|
|
6
|
-
--
|
|
7
|
-
--button-text-color--
|
|
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:
|
|
10
|
-
--button-border-color--default: #
|
|
11
|
-
--button-border-color--active: #
|
|
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));
|
|
@@ -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.
|
|
70
|
-
|
|
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
|
-
|
|
62
|
-
|
|
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.
|
|
94
|
-
--
|
|
95
|
-
--button-text-color--
|
|
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:
|
|
98
|
-
--button-border-color--default: #
|
|
99
|
-
--button-border-color--active: #
|
|
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));
|
package/lib/vm-video/index.css
CHANGED
|
@@ -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.
|
|
94
|
-
--
|
|
95
|
-
--button-text-color--
|
|
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:
|
|
98
|
-
--button-border-color--default: #
|
|
99
|
-
--button-border-color--active: #
|
|
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.
|
|
94
|
-
--
|
|
95
|
-
--button-text-color--
|
|
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:
|
|
98
|
-
--button-border-color--default: #
|
|
99
|
-
--button-border-color--active: #
|
|
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.
|
|
94
|
-
--
|
|
95
|
-
--button-text-color--
|
|
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:
|
|
98
|
-
--button-border-color--default: #
|
|
99
|
-
--button-border-color--active: #
|
|
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.
|
|
94
|
-
--
|
|
95
|
-
--button-text-color--
|
|
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:
|
|
98
|
-
--button-border-color--default: #
|
|
99
|
-
--button-border-color--active: #
|
|
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.
|
|
94
|
-
--
|
|
95
|
-
--button-text-color--
|
|
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:
|
|
98
|
-
--button-border-color--default: #
|
|
99
|
-
--button-border-color--active: #
|
|
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.
|
|
94
|
-
--
|
|
95
|
-
--button-text-color--
|
|
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:
|
|
98
|
-
--button-border-color--default: #
|
|
99
|
-
--button-border-color--active: #
|
|
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));
|