nxd-plugin 1.3.3 → 1.3.5
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/dist/chunks/{component-HighwayWeatherForecast-DdNgGl6A.mjs → component-HighwayWeatherForecast-DfD4TY_f.mjs} +65 -65
- package/dist/chunks/component-LithiumBatteryMiningArea-D0xC13R9.mjs +5288 -0
- package/dist/chunks/{component-RadarShortTerm-CBpoLQ8h.mjs → component-RadarShortTerm-BeeWDY9X.mjs} +2 -2
- package/dist/chunks/component-TimeBasedForecast-jWDSjLo1.mjs +345 -0
- package/dist/chunks/component-WeatherForecast-Cl188OT3.mjs +219 -0
- package/dist/components/LithiumBatteryMiningArea/miningArea.json.d.ts +59 -0
- package/dist/components/LithiumBatteryMiningArea/realTimeData.json.d.ts +2144 -0
- package/dist/components/LithiumBatteryMiningArea//345/245/211/346/226/260/345/216/277.json.d.ts +4529 -0
- package/dist/components/LithiumBatteryMiningArea//345/256/234/344/270/260/345/216/277.json.d.ts +2809 -0
- package/dist/components/LithiumBatteryMiningArea//350/242/201/345/267/236/345/214/272.json.d.ts +4025 -0
- package/dist/components/TimeBasedForecast/hourForecast.json.d.ts +147 -0
- package/dist/components/WeatherForecast/weatherForecast.json.d.ts +113 -0
- package/dist/nxd-plugin.mjs +8 -5
- package/dist/src/components/LithiumBatteryMiningArea/LithiumBatteryMiningArea.vue.d.ts +12 -0
- package/dist/src/components/TimeBasedForecast/TimeBasedForecast.vue.d.ts +8 -0
- package/dist/src/components/WeatherForecast/WeatherForecast.vue.d.ts +18 -0
- package/dist/src/index.d.ts +4 -1
- package/dist/styles/component-LithiumBatteryMiningArea.css +1 -0
- package/dist/styles/component-RadarShortTerm.css +1 -1
- package/dist/styles/component-TimeBasedForecast.css +1 -0
- package/dist/styles/component-WeatherForecast.css +1 -0
- package/dist/styles/component-YCLogin.css +1 -1
- package/dist/styles/component-YCLoginNew.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"msg": "success",
|
|
3
|
+
"code": 0,
|
|
4
|
+
"startTime": "2026/05/08 08:00:00",
|
|
5
|
+
"diagonal": [
|
|
6
|
+
{
|
|
7
|
+
"lng": 115.0,
|
|
8
|
+
"lat": 28.7
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"lng": 115.05,
|
|
12
|
+
"lat": 28.7
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"lng": 115.05,
|
|
16
|
+
"lat": 28.650002
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"lng": 115.0,
|
|
20
|
+
"lat": 28.650002
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"ds": [
|
|
24
|
+
{
|
|
25
|
+
"temper": 25.8,
|
|
26
|
+
"weather": "阴",
|
|
27
|
+
"observation_time": "2026/05/10 11:00:00",
|
|
28
|
+
"address": "",
|
|
29
|
+
"wind_direction": 126.9,
|
|
30
|
+
"wind_speed": 0.5,
|
|
31
|
+
"rh": 58,
|
|
32
|
+
"precip": 0.0,
|
|
33
|
+
"weatherPhenomenon": "2",
|
|
34
|
+
"vis": 15600.0,
|
|
35
|
+
"wind_direction_txt": "东南风",
|
|
36
|
+
"cloud": 99,
|
|
37
|
+
"wind_grade": 1
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"wind_direction_txt": "西风",
|
|
41
|
+
"wind_direction": 291.8,
|
|
42
|
+
"weatherPhenomenon": "2",
|
|
43
|
+
"address": "",
|
|
44
|
+
"rh": 52,
|
|
45
|
+
"precip": 0.0,
|
|
46
|
+
"observation_time": "2026/05/10 14:00:00",
|
|
47
|
+
"weather": "阴",
|
|
48
|
+
"wind_grade": 1,
|
|
49
|
+
"wind_speed": 0.5,
|
|
50
|
+
"cloud": 100,
|
|
51
|
+
"vis": 21700.0,
|
|
52
|
+
"temper": 28.3
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"wind_direction_txt": "南风",
|
|
56
|
+
"weather": "阴",
|
|
57
|
+
"temper": 27.3,
|
|
58
|
+
"precip": 0.0,
|
|
59
|
+
"cloud": 100,
|
|
60
|
+
"weatherPhenomenon": "2",
|
|
61
|
+
"wind_grade": 1,
|
|
62
|
+
"address": "",
|
|
63
|
+
"observation_time": "2026/05/10 17:00:00",
|
|
64
|
+
"vis": 16500.0,
|
|
65
|
+
"rh": 58,
|
|
66
|
+
"wind_direction": 158.2,
|
|
67
|
+
"wind_speed": 0.5
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"observation_time": "2026/05/10 20:00:00",
|
|
71
|
+
"wind_direction_txt": "西风",
|
|
72
|
+
"weatherPhenomenon": "2",
|
|
73
|
+
"address": "",
|
|
74
|
+
"wind_grade": 1,
|
|
75
|
+
"rh": 75,
|
|
76
|
+
"weather": "阴",
|
|
77
|
+
"wind_speed": 0.9,
|
|
78
|
+
"temper": 20.9,
|
|
79
|
+
"cloud": 100,
|
|
80
|
+
"wind_direction": 276.3,
|
|
81
|
+
"precip": 0.0,
|
|
82
|
+
"vis": 11400.0
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"wind_speed": 0.7,
|
|
86
|
+
"weatherPhenomenon": "2",
|
|
87
|
+
"wind_direction_txt": "南风",
|
|
88
|
+
"cloud": 98,
|
|
89
|
+
"precip": 0.0,
|
|
90
|
+
"address": "",
|
|
91
|
+
"vis": 8400.0,
|
|
92
|
+
"observation_time": "2026/05/10 23:00:00",
|
|
93
|
+
"temper": 18.5,
|
|
94
|
+
"wind_direction": 164.1,
|
|
95
|
+
"wind_grade": 1,
|
|
96
|
+
"weather": "阴",
|
|
97
|
+
"rh": 84
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"temper": 17.1,
|
|
101
|
+
"wind_speed": 0.4,
|
|
102
|
+
"cloud": 97,
|
|
103
|
+
"rh": 93,
|
|
104
|
+
"wind_direction": 236.3,
|
|
105
|
+
"precip": 0.0,
|
|
106
|
+
"address": "",
|
|
107
|
+
"wind_direction_txt": "西南风",
|
|
108
|
+
"weatherPhenomenon": "2",
|
|
109
|
+
"observation_time": "2026/05/11 02:00:00",
|
|
110
|
+
"wind_grade": 1,
|
|
111
|
+
"vis": 5500.0,
|
|
112
|
+
"weather": "阴"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"wind_direction": 76.0,
|
|
116
|
+
"precip": 0.0,
|
|
117
|
+
"vis": 6100.0,
|
|
118
|
+
"wind_direction_txt": "东风",
|
|
119
|
+
"temper": 17.0,
|
|
120
|
+
"wind_speed": 0.4,
|
|
121
|
+
"wind_grade": 1,
|
|
122
|
+
"weatherPhenomenon": "2",
|
|
123
|
+
"observation_time": "2026/05/11 05:00:00",
|
|
124
|
+
"weather": "阴",
|
|
125
|
+
"cloud": 93,
|
|
126
|
+
"address": "",
|
|
127
|
+
"rh": 87
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"address": "",
|
|
131
|
+
"weatherPhenomenon": "2",
|
|
132
|
+
"wind_grade": 1,
|
|
133
|
+
"wind_speed": 0.6,
|
|
134
|
+
"precip": 0.0,
|
|
135
|
+
"weather": "阴",
|
|
136
|
+
"wind_direction_txt": "南风",
|
|
137
|
+
"rh": 80,
|
|
138
|
+
"vis": 6700.0,
|
|
139
|
+
"temper": 21.3,
|
|
140
|
+
"wind_direction": 189.5,
|
|
141
|
+
"cloud": 88,
|
|
142
|
+
"observation_time": "2026/05/11 08:00:00"
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
export default _default;
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"msg": "success",
|
|
3
|
+
"code": 0,
|
|
4
|
+
"ds": [
|
|
5
|
+
{
|
|
6
|
+
"temperMax": "21.6",
|
|
7
|
+
"observation_time": "2026/05/08 08:00:00",
|
|
8
|
+
"wind_speed_value": "2.4",
|
|
9
|
+
"weatherPhenomenonTwo": "2",
|
|
10
|
+
"latitude": 27.7017,
|
|
11
|
+
"wind_direction": "西北风",
|
|
12
|
+
"weatherPhenomenon": "7",
|
|
13
|
+
"temperMin": "17.0",
|
|
14
|
+
"hour": 24,
|
|
15
|
+
"weather": "阴转小雨",
|
|
16
|
+
"wind_speed": "<3级",
|
|
17
|
+
"wind_direction_value": "323.6",
|
|
18
|
+
"longitude": 114.474
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"temperMax": "23.5",
|
|
22
|
+
"observation_time": "2026/05/08 08:00:00",
|
|
23
|
+
"wind_speed_value": "0.6",
|
|
24
|
+
"weatherPhenomenonTwo": "2",
|
|
25
|
+
"latitude": 27.7017,
|
|
26
|
+
"wind_direction": "北风转东风",
|
|
27
|
+
"weatherPhenomenon": "2",
|
|
28
|
+
"temperMin": "15.5",
|
|
29
|
+
"hour": 48,
|
|
30
|
+
"weather": "阴",
|
|
31
|
+
"wind_speed": "<3级",
|
|
32
|
+
"wind_direction_value": "80.5",
|
|
33
|
+
"longitude": 114.474
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"temperMax": "28.5",
|
|
37
|
+
"observation_time": "2026/05/08 08:00:00",
|
|
38
|
+
"wind_speed_value": "1.6",
|
|
39
|
+
"weatherPhenomenonTwo": "2",
|
|
40
|
+
"latitude": 27.7017,
|
|
41
|
+
"wind_direction": "西北风",
|
|
42
|
+
"weatherPhenomenon": "2",
|
|
43
|
+
"temperMin": "17.9",
|
|
44
|
+
"hour": 72,
|
|
45
|
+
"weather": "阴",
|
|
46
|
+
"wind_speed": "<3级",
|
|
47
|
+
"wind_direction_value": "307.6",
|
|
48
|
+
"longitude": 114.474
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"temperMax": "30.0",
|
|
52
|
+
"observation_time": "2026/05/08 08:00:00",
|
|
53
|
+
"wind_speed_value": "0.5",
|
|
54
|
+
"weatherPhenomenonTwo": "2",
|
|
55
|
+
"latitude": 27.7017,
|
|
56
|
+
"wind_direction": "东南风转东风",
|
|
57
|
+
"weatherPhenomenon": "7",
|
|
58
|
+
"temperMin": "20.3",
|
|
59
|
+
"hour": 96,
|
|
60
|
+
"weather": "阴转小雨",
|
|
61
|
+
"wind_speed": "<3级",
|
|
62
|
+
"wind_direction_value": "111.8",
|
|
63
|
+
"longitude": 114.474
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"temperMax": "31.1",
|
|
67
|
+
"observation_time": "2026/05/08 08:00:00",
|
|
68
|
+
"wind_speed_value": "1.4",
|
|
69
|
+
"weatherPhenomenonTwo": "2",
|
|
70
|
+
"latitude": 27.7017,
|
|
71
|
+
"wind_direction": "东南风转西北风",
|
|
72
|
+
"weatherPhenomenon": "7",
|
|
73
|
+
"temperMin": "20.6",
|
|
74
|
+
"hour": 120,
|
|
75
|
+
"weather": "阴转小雨",
|
|
76
|
+
"wind_speed": "<3级",
|
|
77
|
+
"wind_direction_value": "294.8",
|
|
78
|
+
"longitude": 114.474
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"temperMax": "25.7",
|
|
82
|
+
"observation_time": "2026/05/08 08:00:00",
|
|
83
|
+
"wind_speed_value": "0.4",
|
|
84
|
+
"weatherPhenomenonTwo": "7",
|
|
85
|
+
"latitude": 27.7017,
|
|
86
|
+
"wind_direction": "西南风",
|
|
87
|
+
"weatherPhenomenon": "8",
|
|
88
|
+
"temperMin": "20.7",
|
|
89
|
+
"hour": 144,
|
|
90
|
+
"weather": "小雨转中雨",
|
|
91
|
+
"wind_speed": "<3级",
|
|
92
|
+
"wind_direction_value": "236.3",
|
|
93
|
+
"longitude": 114.474
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"temperMax": "27.3",
|
|
97
|
+
"observation_time": "2026/05/08 08:00:00",
|
|
98
|
+
"wind_speed_value": "1.9",
|
|
99
|
+
"weatherPhenomenonTwo": "2",
|
|
100
|
+
"latitude": 27.7017,
|
|
101
|
+
"wind_direction": "西南风",
|
|
102
|
+
"weatherPhenomenon": "7",
|
|
103
|
+
"temperMin": "20.8",
|
|
104
|
+
"hour": 168,
|
|
105
|
+
"weather": "阴转小雨",
|
|
106
|
+
"wind_speed": "<3级",
|
|
107
|
+
"wind_direction_value": "212.0",
|
|
108
|
+
"longitude": 114.474
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
export default _default;
|
package/dist/nxd-plugin.mjs
CHANGED
|
@@ -5,13 +5,16 @@ import { t as r } from "./chunks/component-YCHome-TTUuIPor.mjs";
|
|
|
5
5
|
import { t as i } from "./chunks/component-ServiceMaterialsBtn-Sj_vfugh.mjs";
|
|
6
6
|
import { t as a } from "./chunks/component-HighwayLiveAlarmNew-Ccqk1-Nv.mjs";
|
|
7
7
|
import { t as o } from "./chunks/component-HighwayStations-DBsRXgHk.mjs";
|
|
8
|
-
import { t as s } from "./chunks/component-HighwayWeatherForecast-
|
|
8
|
+
import { t as s } from "./chunks/component-HighwayWeatherForecast-DfD4TY_f.mjs";
|
|
9
9
|
import { t as c } from "./chunks/component-YCLogin-7PlITuZv.mjs";
|
|
10
10
|
import { t as l } from "./chunks/component-YCLoginNew-Bzpu-Daf.mjs";
|
|
11
|
-
import { t as u } from "./chunks/component-RadarShortTerm-
|
|
11
|
+
import { t as u } from "./chunks/component-RadarShortTerm-BeeWDY9X.mjs";
|
|
12
|
+
import { t as d } from "./chunks/component-LithiumBatteryMiningArea-D0xC13R9.mjs";
|
|
13
|
+
import { t as f } from "./chunks/component-TimeBasedForecast-jWDSjLo1.mjs";
|
|
14
|
+
import { t as p } from "./chunks/component-WeatherForecast-Cl188OT3.mjs";
|
|
12
15
|
//#region src/index.ts
|
|
13
|
-
var
|
|
14
|
-
|
|
16
|
+
var m = { install(m) {
|
|
17
|
+
m.component("HighwayLiveAlarm", n), m.component("HighwayLiveAlarmNew", a), m.component("HighwayStations", o), m.component("HighWayEarlyWarningRed", t), m.component("HighwayWeatherForecast", s), m.component("ServiceMaterialsBtn", i), m.component("YCHome", r), m.component("YCLogin", c), m.component("YCLoginNew", l), m.component("HighWayFreeze", e), m.component("RadarShortTerm", u), m.component("LithiumBatteryMiningArea", d), m.component("TimeBasedForecast", f), m.component("WeatherForecast", p);
|
|
15
18
|
} };
|
|
16
19
|
//#endregion
|
|
17
|
-
export { t as HighWayEarlyWarningRed, e as HighWayFreeze, n as HighwayLiveAlarm, a as HighwayLiveAlarmNew, o as HighwayStations, s as HighwayWeatherForecast, u as RadarShortTerm, i as ServiceMaterialsBtn, r as YCHome, c as YCLogin, l as YCLoginNew,
|
|
20
|
+
export { t as HighWayEarlyWarningRed, e as HighWayFreeze, n as HighwayLiveAlarm, a as HighwayLiveAlarmNew, o as HighwayStations, s as HighwayWeatherForecast, d as LithiumBatteryMiningArea, u as RadarShortTerm, i as ServiceMaterialsBtn, f as TimeBasedForecast, p as WeatherForecast, r as YCHome, c as YCLogin, l as YCLoginNew, m as default };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
close: (...args: any[]) => void;
|
|
3
|
+
clearPolygon: (...args: any[]) => void;
|
|
4
|
+
addPolygon: (...args: any[]) => void;
|
|
5
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
6
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
7
|
+
onClearPolygon?: ((...args: any[]) => any) | undefined;
|
|
8
|
+
onAddPolygon?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
10
|
+
ref_RealTimeChart: HTMLDivElement;
|
|
11
|
+
}, HTMLDivElement>;
|
|
12
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
2
|
+
close: (...args: any[]) => void;
|
|
3
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
4
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
6
|
+
ref_ForecastChart: HTMLDivElement;
|
|
7
|
+
}, HTMLDivElement>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7
|
+
close: (...args: any[]) => void;
|
|
8
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
+
title: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{
|
|
14
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
title: string;
|
|
17
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
18
|
+
export default _default;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -9,7 +9,10 @@ import { default as YCLogin } from './components/YCLogin/YCLogin.vue';
|
|
|
9
9
|
import { default as YCLoginNew } from './components/YCLoginNew/YCLoginNew.vue';
|
|
10
10
|
import { default as HighWayFreeze } from './components/HighWayFreeze/HighWayFreeze.vue';
|
|
11
11
|
import { default as RadarShortTerm } from './components/RadarShortTerm/RadarShortTerm.vue';
|
|
12
|
+
import { default as LithiumBatteryMiningArea } from './components/LithiumBatteryMiningArea/LithiumBatteryMiningArea.vue';
|
|
13
|
+
import { default as TimeBasedForecast } from './components/TimeBasedForecast/TimeBasedForecast.vue';
|
|
14
|
+
import { default as WeatherForecast } from './components/WeatherForecast/WeatherForecast.vue';
|
|
12
15
|
import { Plugin } from 'vue';
|
|
13
|
-
export { HighwayLiveAlarm, HighwayLiveAlarmNew, HighwayStations, HighWayEarlyWarningRed, HighwayWeatherForecast, ServiceMaterialsBtn, YCHome, YCLogin, YCLoginNew, HighWayFreeze, RadarShortTerm };
|
|
16
|
+
export { HighwayLiveAlarm, HighwayLiveAlarmNew, HighwayStations, HighWayEarlyWarningRed, HighwayWeatherForecast, ServiceMaterialsBtn, YCHome, YCLogin, YCLoginNew, HighWayFreeze, RadarShortTerm, LithiumBatteryMiningArea, TimeBasedForecast, WeatherForecast };
|
|
14
17
|
declare const plugin: Plugin;
|
|
15
18
|
export default plugin;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.LithiumBatteryMiningArea[data-v-49e02993]{color:#fff;box-sizing:border-box;background:#002140e6;border:1px solid #0bc4e9;width:360px;min-height:220px;padding:10px;position:relative}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head[data-v-49e02993]{width:100%;position:relative}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top[data-v-49e02993]{color:#fff;justify-content:space-between;align-items:center;width:100%;height:20px;margin-bottom:6px;font-size:16px;font-weight:700;display:flex}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-49e02993]{cursor:pointer;background:#b4c4d247;border:1px solid #b0d2e65c;border-radius:50%;width:16px;height:16px;transition:background-color .28s cubic-bezier(.22,1,.36,1),border-color .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);position:relative;transform:scale(1);box-shadow:inset 0 1px 1px #ffffff1f}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-49e02993]:before,.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-49e02993]:after{content:"";transform-origin:50%;opacity:0;background:#7a1b18;border-radius:1px;width:9px;height:1.8px;transition:opacity .2s;position:absolute;top:50%;left:50%}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-49e02993]:before{transform:translate(-50%,-50%)rotate(45deg)}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-49e02993]:after{transform:translate(-50%,-50%)rotate(-45deg)}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-49e02993]:hover{background:#ff5f57;border-color:#e0443e;transform:scale(1.14);box-shadow:inset 0 1px 1px #ffffff59,0 0 0 1px #0003}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-49e02993]:hover:before,.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-49e02993]:hover:after{opacity:1}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-49e02993]:active{transform:scale(.96)}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-line[data-v-49e02993]{width:100%;height:10px}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select[data-v-49e02993]{align-items:center;gap:6px;min-width:0;margin-top:8px;font-size:12px;display:flex}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select .LithiumBatteryMiningArea__select-label[data-v-49e02993]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select .dark-select[data-v-49e02993]{flex:1;min-width:0}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select[data-v-49e02993] .dark-select .el-select__wrapper{height:24px;min-height:24px;box-shadow:none;background:#0bc4e914;border:1px solid #0bc4e94d;padding-top:0;padding-bottom:0}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select[data-v-49e02993] .dark-select .el-select__placeholder,.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select[data-v-49e02993] .dark-select .el-select__selected-item{color:#ffffffdb}.LithiumBatteryMiningArea .lithium__realTime-block[data-v-49e02993]{background:linear-gradient(#05213a6b 0%,#03182e59 100%);border:1px solid #0bc4e93d;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 10px;min-width:0;margin-top:10px;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #ffffff0a}.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-subTitle[data-v-49e02993]{color:#fffffff0;letter-spacing:1px;grid-column:1/-1;margin-bottom:4px;font-size:13px;font-weight:600}.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-item[data-v-49e02993]{border-bottom:1px solid #0bc4e924;align-items:center;gap:4px;min-height:32px;padding:4px 0;display:flex}.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-item[data-v-49e02993]:last-child,.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-item[data-v-49e02993]:nth-last-child(2):nth-child(2n){border-bottom:none}.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-label[data-v-49e02993]{color:#ffffffad;flex-shrink:0;font-size:12px}.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-value[data-v-49e02993]{color:#8decfff5;font-size:12px;font-weight:500}.LithiumBatteryMiningArea .lithium__realTime-chartOpt[data-v-49e02993]{background:#0bc4e93d;border:1px solid #0bc4e957;border-radius:6px;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:280px;max-width:100%;margin:10px auto 0;padding:0;display:grid;overflow:hidden}.LithiumBatteryMiningArea .lithium__realTime-chartOpt .lithium__realTime-chartOpt-item[data-v-49e02993]{box-sizing:border-box;color:#ffffffb8;text-align:center;cursor:pointer;background:#06213cb8;border-right:1px solid #0bc4e938;justify-content:center;align-items:center;height:28px;padding:0 4px;font-size:11px;line-height:14px;display:flex}.LithiumBatteryMiningArea .lithium__realTime-chartOpt .lithium__realTime-chartOpt-item--active[data-v-49e02993]{color:#fff;background:#0bc4e966}.LithiumBatteryMiningArea .lithium__realTime-chartOpt .lithium__realTime-chartOpt-item[data-v-49e02993]:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.LithiumBatteryMiningArea .lithium__realTime-chartOpt .lithium__realTime-chartOpt-item[data-v-49e02993]:last-child{border-right:none;border-top-right-radius:5px;border-bottom-right-radius:5px}.LithiumBatteryMiningArea .lithium__realTime-chart[data-v-49e02993]{background:linear-gradient(#05213a6b 0%,#03182e59 100%);border:1px solid #0bc4e93d;border-radius:10px;min-width:0;margin-top:10px;padding:12px 10px 8px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a}.LithiumBatteryMiningArea .lithium__realTime-chart-unit[data-v-49e02993]{color:#ffffffb8;padding:0 0 6px;font-size:11px;line-height:16px}.LithiumBatteryMiningArea .lithium__realTime-chart-scroll[data-v-49e02993]{scrollbar-color:#55c8ff80 #06213cbf;scrollbar-width:thin;-webkit-overflow-scrolling:touch;width:100%;min-width:0;padding-bottom:4px;overflow:auto hidden}.LithiumBatteryMiningArea .lithium__realTime-chart-scroll[data-v-49e02993] ::-webkit-scrollbar{height:4px}.LithiumBatteryMiningArea .lithium__realTime-chart-scroll[data-v-49e02993] ::-webkit-scrollbar-track{background:#06213cbf;border-radius:2px}.LithiumBatteryMiningArea .lithium__realTime-chart-scroll[data-v-49e02993] ::-webkit-scrollbar-thumb{background:#55c8ff80;border-radius:2px}.LithiumBatteryMiningArea .lithium__realTime-chart-board[data-v-49e02993]{background:0 0;min-width:100%}.LithiumBatteryMiningArea .lithium__realTime-echarts[data-v-49e02993]{height:210px;display:block}.LithiumBatteryMiningArea .lithium__realTime-times[data-v-49e02993]{width:max-content;padding:2px 0 0;display:flex}.LithiumBatteryMiningArea .lithium__realTime-time[data-v-49e02993]{text-align:center;color:#ffffffad;white-space:nowrap;box-sizing:border-box;flex:none;padding:0 4px;font-size:10px;line-height:14px}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.RadarShortTerm[data-v-e2c52047]{color:#fff;background:#002140e6;border:1px solid #0bc4e9;width:360px;padding:10px}.RadarShortTerm .RadarShortTerm-head[data-v-e2c52047]{width:100%;position:relative}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top[data-v-e2c52047]{color:#fff;justify-content:space-between;align-items:center;width:100%;min-height:24px;margin-bottom:6px;font-size:16px;font-weight:700;display:flex}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .head-actions[data-v-e2c52047]{align-items:center;gap:8px;display:flex}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-e2c52047]{cursor:pointer;background:#b4c4d247;border:1px solid #b0d2e65c;border-radius:50%;width:16px;height:16px;transition:background-color .28s cubic-bezier(.22,1,.36,1),border-color .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);position:relative;transform:scale(1);box-shadow:inset 0 1px 1px #ffffff1f}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-e2c52047]:before,.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-e2c52047]:after{content:"";transform-origin:50%;opacity:0;background:#7a1b18;border-radius:1px;width:9px;height:1.8px;transition:opacity .2s;position:absolute;top:50%;left:50%}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-e2c52047]:before{transform:translate(-50%,-50%)rotate(45deg)}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-e2c52047]:after{transform:translate(-50%,-50%)rotate(-45deg)}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-e2c52047]:hover{background:#ff5f57;border-color:#e0443e;transform:scale(1.14);box-shadow:inset 0 1px 1px #ffffff59,0 0 0 1px #0003}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-e2c52047]:hover:before,.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-e2c52047]:hover:after{opacity:1}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-e2c52047]:active{transform:scale(.96)}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-line[data-v-e2c52047]{width:100%;height:10px}.RadarShortTerm .RadarShortTerm-setting-panel[data-v-e2c52047]{background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;margin-top:10px;overflow:hidden}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting[data-v-e2c52047]{flex-direction:column;gap:6px;padding:8px 10px;font-size:12px;display:flex;overflow:visible}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-row[data-v-e2c52047]{align-items:center;gap:6px;min-width:0;display:flex}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-row-pile[data-v-e2c52047]{margin-bottom:2px}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-pile-options[data-v-e2c52047]{flex:1;align-items:center;min-width:0;display:flex}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .pile-checkbox[data-v-e2c52047]{margin-right:0}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .pile-checkbox[data-v-e2c52047] .el-checkbox__label{color:#ffffffe0;padding-left:4px;font-size:12px}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .pile-checkbox[data-v-e2c52047] .el-checkbox__input.is-checked+.el-checkbox__label{color:#0bc4e9}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-label[data-v-e2c52047]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-radios[data-v-e2c52047]{white-space:nowrap;flex-wrap:nowrap;flex:1;justify-content:space-between;align-items:center;min-width:0;display:flex}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-radios[data-v-e2c52047] .el-radio{color:#fffc;white-space:nowrap;margin-right:0}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-radios[data-v-e2c52047] .el-radio__label{color:#ffffffe0;padding-left:4px;font-size:12px}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-radios[data-v-e2c52047] .el-radio__input.is-checked+.el-radio__label{color:#0bc4e9}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting[data-v-e2c52047] .dark-select .el-select__wrapper{height:24px;min-height:24px;box-shadow:none;background:#0bc4e914;border:1px solid #0bc4e94d;padding-top:0;padding-bottom:0}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting[data-v-e2c52047] .dark-select .el-select__placeholder,.RadarShortTerm .RadarShortTerm-setting-panel .display-setting[data-v-e2c52047] .dark-select .el-select__selected-item{color:#ffffffdb}.RadarShortTerm .RadarShortTerm-table[data-v-e2c52047]{background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;width:100%;margin-top:10px;overflow:hidden}.RadarShortTerm .RadarShortTerm-table .table-head[data-v-e2c52047],.RadarShortTerm .RadarShortTerm-table .table-row-main[data-v-e2c52047]{grid-template-columns:84px minmax(0,1fr) 14px;gap:4px;padding:0 8px;display:grid}.RadarShortTerm .RadarShortTerm-table .table-head[data-v-e2c52047]{color:#88dfff;background:#0bc4e914;border-bottom:1px solid #0bc4e94d;align-items:center;height:34px;font-size:12px}.RadarShortTerm .RadarShortTerm-table .table-head .head-arrow[data-v-e2c52047]{text-align:center}.RadarShortTerm .RadarShortTerm-table .table-body[data-v-e2c52047]{height:auto;max-height:none;overflow:visible}.RadarShortTerm .RadarShortTerm-table .table-body[data-v-e2c52047]::-webkit-scrollbar{width:4px}.RadarShortTerm .RadarShortTerm-table .table-body[data-v-e2c52047]::-webkit-scrollbar-thumb{background:#0bc4e966;border-radius:2px}.RadarShortTerm .RadarShortTerm-table .table-row[data-v-e2c52047]{border-bottom:1px solid #0bc4e926}.RadarShortTerm .RadarShortTerm-table .table-row-main[data-v-e2c52047]{cursor:pointer;align-items:start;min-height:36px;padding-top:8px;padding-bottom:8px;font-size:13px}.RadarShortTerm .RadarShortTerm-table .name[data-v-e2c52047]{color:#ffffffeb;line-height:22px}.RadarShortTerm .RadarShortTerm-table .status-tags[data-v-e2c52047]{flex-wrap:nowrap;gap:6px;display:flex;overflow:hidden}.RadarShortTerm .RadarShortTerm-table .status-tags.has-warn[data-v-e2c52047]{flex-wrap:wrap}.RadarShortTerm .RadarShortTerm-table .status-tag[data-v-e2c52047]{box-sizing:border-box;letter-spacing:0;color:#52c41a;white-space:nowrap;background:#52c41a24;border:1px solid #52c41a8c;border-radius:4px;flex:none;justify-content:center;align-items:center;gap:4px;width:62px;height:22px;padding:0;font-size:12px;line-height:22px;display:inline-flex}.RadarShortTerm .RadarShortTerm-table .status-tag>span[data-v-e2c52047]{display:inline-block}.RadarShortTerm .RadarShortTerm-table .status-tag.warn[data-v-e2c52047]{color:#ff4d4f;background:#ff4d4f24;border:1px solid #ff4d4f8c}.RadarShortTerm .RadarShortTerm-table .expand-arrow[data-v-e2c52047]{color:#88dfffcc;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;transition:transform .2s,color .2s;display:inline-flex;transform:rotate(0)}.RadarShortTerm .RadarShortTerm-table .expand-arrow .el-icon[data-v-e2c52047]{display:inline-flex}.RadarShortTerm .RadarShortTerm-table .expand-arrow.expanded[data-v-e2c52047]{color:#0bc4e9;transform:rotate(90deg)}.RadarShortTerm .RadarShortTerm-table .pile-title[data-v-e2c52047]{letter-spacing:.5px;color:#88dffff5;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;margin:4px 10px;padding:6px 8px 6px 16px;font-size:11px;font-weight:600;display:flex;position:relative}.RadarShortTerm .RadarShortTerm-table .pile-title[data-v-e2c52047]:before{content:"";background:linear-gradient(#0bc4e9 0%,#1593ff 100%);border-radius:2px;width:3px;height:12px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.RadarShortTerm .RadarShortTerm-table .panel-arrow[data-v-e2c52047]{color:#88dfffdb;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;transition:transform .2s,color .2s;display:inline-flex;transform:rotate(0)}.RadarShortTerm .RadarShortTerm-table .panel-arrow.expanded[data-v-e2c52047]{color:#0bc4e9;transform:rotate(90deg)}.RadarShortTerm .RadarShortTerm-table .pile-panel[data-v-e2c52047]{background:#05182873;border:1px solid #0bc4e933;border-radius:4px;margin:0 10px 8px;overflow:hidden}.RadarShortTerm .RadarShortTerm-table .pile-head[data-v-e2c52047]{color:#88dffff2;background:#0bc4e914;border-bottom:1px solid #0bc4e933;grid-template-columns:1fr 1fr;gap:6px;padding:6px 8px;font-size:12px;display:grid}.RadarShortTerm .RadarShortTerm-table .pile-body[data-v-e2c52047]{max-height:140px;overflow:auto}.RadarShortTerm .RadarShortTerm-table .pile-row[data-v-e2c52047]{color:#ffffffe6;border-bottom:1px solid #0bc4e91f;grid-template-columns:1fr 1fr;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:grid}.RadarShortTerm .RadarShortTerm-table .pile-row.is-warn[data-v-e2c52047]{color:#ffd9d9;background:linear-gradient(90deg,#ff4d4f38 0%,#ff4d4f14 100%);border-left:2px solid #ff4d4fcc;padding-left:8px}.RadarShortTerm .RadarShortTerm-table .pile-row[data-v-e2c52047]:last-child{border-bottom:none}.RadarShortTerm .RadarShortTerm-table .pile-empty[data-v-e2c52047]{text-align:center;color:#fff9;padding:10px;font-size:12px}.RadarShortTerm .RadarShortTerm-timeline[data-v-e2c52047]{z-index:1200;background:#001930eb;border:1px solid #0bc4e973;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.RadarShortTerm .RadarShortTerm-timeline .timeline-title[data-v-e2c52047]{color:#fff;text-align:center;min-width:64px;font-size:13px;font-weight:600}.RadarShortTerm .RadarShortTerm-timeline .timeline-play-btn[data-v-e2c52047]{color:#fff;cursor:pointer;background:#0bc4e938;border:1px solid #0bc4e98c;border-radius:4px;justify-content:center;align-items:center;width:56px;height:32px;display:inline-flex}.RadarShortTerm .RadarShortTerm-timeline .timeline-play-btn .el-icon[data-v-e2c52047]{font-size:18px}.RadarShortTerm .RadarShortTerm-timeline .timeline-track[data-v-e2c52047]{align-items:center;gap:6px;display:flex}.RadarShortTerm .RadarShortTerm-timeline .timeline-item[data-v-e2c52047]{color:#ffffffeb;text-align:center;cursor:pointer;background:#0bc4e914;border:1px solid #88dfff59;border-radius:4px;width:46px;height:30px;font-size:11px;line-height:30px}.RadarShortTerm .RadarShortTerm-timeline .timeline-item.active[data-v-e2c52047]{color:#fff;background:linear-gradient(90deg,#0bc4e9 0%,#1593ff 100%);border-color:#0bc4e9;box-shadow:0 0 10px #0bc4e973}
|
|
1
|
+
.RadarShortTerm[data-v-30eb42da]{color:#fff;background:#002140e6;border:1px solid #0bc4e9;width:360px;padding:10px}.RadarShortTerm .RadarShortTerm-head[data-v-30eb42da]{width:100%;position:relative}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top[data-v-30eb42da]{color:#fff;justify-content:space-between;align-items:center;width:100%;min-height:24px;margin-bottom:6px;font-size:16px;font-weight:700;display:flex}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .head-actions[data-v-30eb42da]{align-items:center;gap:8px;display:flex}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-30eb42da]{cursor:pointer;background:#b4c4d247;border:1px solid #b0d2e65c;border-radius:50%;width:16px;height:16px;transition:background-color .28s cubic-bezier(.22,1,.36,1),border-color .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);position:relative;transform:scale(1);box-shadow:inset 0 1px 1px #ffffff1f}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-30eb42da]:before,.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-30eb42da]:after{content:"";transform-origin:50%;opacity:0;background:#7a1b18;border-radius:1px;width:9px;height:1.8px;transition:opacity .2s;position:absolute;top:50%;left:50%}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-30eb42da]:before{transform:translate(-50%,-50%)rotate(45deg)}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-30eb42da]:after{transform:translate(-50%,-50%)rotate(-45deg)}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-30eb42da]:hover{background:#ff5f57;border-color:#e0443e;transform:scale(1.14);box-shadow:inset 0 1px 1px #ffffff59,0 0 0 1px #0003}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-30eb42da]:hover:before,.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-30eb42da]:hover:after{opacity:1}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-top .closeBtn[data-v-30eb42da]:active{transform:scale(.96)}.RadarShortTerm .RadarShortTerm-head .RadarShortTerm-head-line[data-v-30eb42da]{width:100%;height:10px}.RadarShortTerm .RadarShortTerm-setting-panel[data-v-30eb42da]{background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;margin-top:10px;overflow:hidden}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting[data-v-30eb42da]{flex-direction:column;gap:6px;padding:8px 10px;font-size:12px;display:flex;overflow:visible}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-row[data-v-30eb42da]{align-items:center;gap:6px;min-width:0;display:flex}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-row-pile[data-v-30eb42da]{margin-bottom:2px}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-pile-options[data-v-30eb42da]{flex:1;align-items:center;min-width:0;display:flex}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .pile-checkbox[data-v-30eb42da]{margin-right:0}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .pile-checkbox[data-v-30eb42da] .el-checkbox__label{color:#ffffffe0;padding-left:4px;font-size:12px}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .pile-checkbox[data-v-30eb42da] .el-checkbox__input.is-checked+.el-checkbox__label{color:#0bc4e9}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-label[data-v-30eb42da]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-radios[data-v-30eb42da]{white-space:nowrap;flex-wrap:nowrap;flex:1;justify-content:space-between;align-items:center;min-width:0;display:flex}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-radios[data-v-30eb42da] .el-radio{color:#fffc;white-space:nowrap;margin-right:0}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-radios[data-v-30eb42da] .el-radio__label{color:#ffffffe0;padding-left:4px;font-size:12px}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting .setting-radios[data-v-30eb42da] .el-radio__input.is-checked+.el-radio__label{color:#0bc4e9}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting[data-v-30eb42da] .dark-select .el-select__wrapper{height:24px;min-height:24px;box-shadow:none;background:#0bc4e914;border:1px solid #0bc4e94d;padding-top:0;padding-bottom:0}.RadarShortTerm .RadarShortTerm-setting-panel .display-setting[data-v-30eb42da] .dark-select .el-select__placeholder,.RadarShortTerm .RadarShortTerm-setting-panel .display-setting[data-v-30eb42da] .dark-select .el-select__selected-item{color:#ffffffdb}.RadarShortTerm .RadarShortTerm-table[data-v-30eb42da]{background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;width:100%;margin-top:10px;overflow:hidden}.RadarShortTerm .RadarShortTerm-table .table-head[data-v-30eb42da],.RadarShortTerm .RadarShortTerm-table .table-row-main[data-v-30eb42da]{grid-template-columns:84px minmax(0,1fr) 14px;gap:4px;padding:0 8px;display:grid}.RadarShortTerm .RadarShortTerm-table .table-head[data-v-30eb42da]{color:#88dfff;background:#0bc4e914;border-bottom:1px solid #0bc4e94d;align-items:center;height:34px;font-size:12px}.RadarShortTerm .RadarShortTerm-table .table-head .head-arrow[data-v-30eb42da]{text-align:center}.RadarShortTerm .RadarShortTerm-table .table-body[data-v-30eb42da]{height:auto;max-height:none;overflow:visible}.RadarShortTerm .RadarShortTerm-table .table-body[data-v-30eb42da]::-webkit-scrollbar{width:4px}.RadarShortTerm .RadarShortTerm-table .table-body[data-v-30eb42da]::-webkit-scrollbar-thumb{background:#0bc4e966;border-radius:2px}.RadarShortTerm .RadarShortTerm-table .table-row[data-v-30eb42da]{border-bottom:1px solid #0bc4e926}.RadarShortTerm .RadarShortTerm-table .table-row-main[data-v-30eb42da]{cursor:pointer;align-items:start;min-height:36px;padding-top:8px;padding-bottom:8px;font-size:13px}.RadarShortTerm .RadarShortTerm-table .name[data-v-30eb42da]{color:#ffffffeb;line-height:22px}.RadarShortTerm .RadarShortTerm-table .status-tags[data-v-30eb42da]{flex-wrap:nowrap;gap:6px;display:flex;overflow:hidden}.RadarShortTerm .RadarShortTerm-table .status-tags.has-warn[data-v-30eb42da]{flex-wrap:wrap}.RadarShortTerm .RadarShortTerm-table .status-tag[data-v-30eb42da]{box-sizing:border-box;letter-spacing:0;color:#52c41a;white-space:nowrap;background:#52c41a24;border:1px solid #52c41a8c;border-radius:4px;flex:none;justify-content:center;align-items:center;gap:4px;width:62px;height:22px;padding:0;font-size:12px;line-height:22px;display:inline-flex}.RadarShortTerm .RadarShortTerm-table .status-tag>span[data-v-30eb42da]{display:inline-block}.RadarShortTerm .RadarShortTerm-table .status-tag.warn[data-v-30eb42da]{color:#ff4d4f;background:#ff4d4f24;border:1px solid #ff4d4f8c}.RadarShortTerm .RadarShortTerm-table .expand-arrow[data-v-30eb42da]{color:#88dfffcc;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;transition:transform .2s,color .2s;display:inline-flex;transform:rotate(0)}.RadarShortTerm .RadarShortTerm-table .expand-arrow .el-icon[data-v-30eb42da]{display:inline-flex}.RadarShortTerm .RadarShortTerm-table .expand-arrow.expanded[data-v-30eb42da]{color:#0bc4e9;transform:rotate(90deg)}.RadarShortTerm .RadarShortTerm-table .pile-title[data-v-30eb42da]{letter-spacing:.5px;color:#88dffff5;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;margin:4px 10px;padding:6px 8px 6px 16px;font-size:11px;font-weight:600;display:flex;position:relative}.RadarShortTerm .RadarShortTerm-table .pile-title[data-v-30eb42da]:before{content:"";background:linear-gradient(#0bc4e9 0%,#1593ff 100%);border-radius:2px;width:3px;height:12px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.RadarShortTerm .RadarShortTerm-table .panel-arrow[data-v-30eb42da]{color:#88dfffdb;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;transition:transform .2s,color .2s;display:inline-flex;transform:rotate(0)}.RadarShortTerm .RadarShortTerm-table .panel-arrow.expanded[data-v-30eb42da]{color:#0bc4e9;transform:rotate(90deg)}.RadarShortTerm .RadarShortTerm-table .pile-panel[data-v-30eb42da]{background:#05182873;border:1px solid #0bc4e933;border-radius:4px;margin:0 10px 8px;overflow:hidden}.RadarShortTerm .RadarShortTerm-table .pile-head[data-v-30eb42da]{color:#88dffff2;background:#0bc4e914;border-bottom:1px solid #0bc4e933;grid-template-columns:1fr 1fr;gap:6px;padding:6px 8px;font-size:12px;display:grid}.RadarShortTerm .RadarShortTerm-table .pile-body[data-v-30eb42da]{max-height:140px;overflow:auto}.RadarShortTerm .RadarShortTerm-table .pile-row[data-v-30eb42da]{color:#ffffffe6;border-bottom:1px solid #0bc4e91f;grid-template-columns:1fr 1fr;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:grid}.RadarShortTerm .RadarShortTerm-table .pile-row.is-warn[data-v-30eb42da]{color:#ffd9d9;background:linear-gradient(90deg,#ff4d4f38 0%,#ff4d4f14 100%);border-left:2px solid #ff4d4fcc;padding-left:8px}.RadarShortTerm .RadarShortTerm-table .pile-row[data-v-30eb42da]:last-child{border-bottom:none}.RadarShortTerm .RadarShortTerm-table .pile-empty[data-v-30eb42da]{text-align:center;color:#fff9;padding:10px;font-size:12px}.RadarShortTerm .RadarShortTerm-timeline[data-v-30eb42da]{z-index:1200;background:#001930eb;border:1px solid #0bc4e973;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.RadarShortTerm .RadarShortTerm-timeline .timeline-title[data-v-30eb42da]{color:#fff;text-align:center;min-width:64px;font-size:13px;font-weight:600}.RadarShortTerm .RadarShortTerm-timeline .timeline-play-btn[data-v-30eb42da]{color:#fff;cursor:pointer;background:#0bc4e938;border:1px solid #0bc4e98c;border-radius:4px;justify-content:center;align-items:center;width:56px;height:32px;display:inline-flex}.RadarShortTerm .RadarShortTerm-timeline .timeline-play-btn .el-icon[data-v-30eb42da]{font-size:18px}.RadarShortTerm .RadarShortTerm-timeline .timeline-track[data-v-30eb42da]{align-items:center;gap:6px;display:flex}.RadarShortTerm .RadarShortTerm-timeline .timeline-item[data-v-30eb42da]{color:#ffffffeb;text-align:center;cursor:pointer;background:#0bc4e914;border:1px solid #88dfff59;border-radius:4px;width:46px;height:30px;font-size:11px;line-height:30px}.RadarShortTerm .RadarShortTerm-timeline .timeline-item.active[data-v-30eb42da]{color:#fff;background:linear-gradient(90deg,#0bc4e9 0%,#1593ff 100%);border-color:#0bc4e9;box-shadow:0 0 10px #0bc4e973}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.TimeBasedForecast[data-v-5a17d7e5]{color:#dff3ff;box-sizing:border-box;background:#002140e6;border:1px solid #0bc4e9;border-radius:4px;width:360px;min-height:320px;padding:10px 12px 12px;position:relative}.TimeBasedForecast .TimeBasedForecast__head[data-v-5a17d7e5]{width:100%;position:relative}.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-top[data-v-5a17d7e5]{color:#fff;justify-content:space-between;align-items:center;width:100%;height:20px;margin-bottom:6px;font-size:16px;font-weight:700;display:flex}.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-top .closeBtn[data-v-5a17d7e5]{cursor:pointer;background:#b4c4d247;border:1px solid #b0d2e65c;border-radius:50%;width:16px;height:16px;transition:background-color .28s cubic-bezier(.22,1,.36,1),border-color .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);position:relative;transform:scale(1);box-shadow:inset 0 1px 1px #ffffff1f}.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-top .closeBtn[data-v-5a17d7e5]:before,.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-top .closeBtn[data-v-5a17d7e5]:after{content:"";transform-origin:50%;opacity:0;background:#7a1b18;border-radius:1px;width:9px;height:1.8px;transition:opacity .2s;position:absolute;top:50%;left:50%}.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-top .closeBtn[data-v-5a17d7e5]:before{transform:translate(-50%,-50%)rotate(45deg)}.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-top .closeBtn[data-v-5a17d7e5]:after{transform:translate(-50%,-50%)rotate(-45deg)}.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-top .closeBtn[data-v-5a17d7e5]:hover{background:#ff5f57;border-color:#e0443e;transform:scale(1.14);box-shadow:inset 0 1px 1px #ffffff59,0 0 0 1px #0003}.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-top .closeBtn[data-v-5a17d7e5]:hover:before,.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-top .closeBtn[data-v-5a17d7e5]:hover:after{opacity:1}.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-top .closeBtn[data-v-5a17d7e5]:active{transform:scale(.96)}.TimeBasedForecast .TimeBasedForecast__head .TimeBasedForecast__head-line[data-v-5a17d7e5]{width:100%;height:10px}.TimeBasedForecast .TimeBasedForecast__meta[data-v-5a17d7e5]{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;margin-bottom:10px;display:flex}.TimeBasedForecast .TimeBasedForecast__meta .TimeBasedForecast__control[data-v-5a17d7e5]{align-items:center;gap:8px;display:flex}.TimeBasedForecast .TimeBasedForecast__meta .TimeBasedForecast__label[data-v-5a17d7e5]{color:#a6c8e8;font-size:13px}.TimeBasedForecast .TimeBasedForecast__meta .dark-select[data-v-5a17d7e5]{width:120px}.TimeBasedForecast .TimeBasedForecast__meta[data-v-5a17d7e5] .dark-select .el-select__wrapper{height:28px;min-height:28px;box-shadow:none;background:#0bc4e914;border:1px solid #0bc4e94d;padding-top:0;padding-bottom:0}.TimeBasedForecast .TimeBasedForecast__meta[data-v-5a17d7e5] .dark-select .el-select__placeholder,.TimeBasedForecast .TimeBasedForecast__meta[data-v-5a17d7e5] .dark-select .el-select__selected-item{color:#ffffffdb;font-size:12px}.TimeBasedForecast .TimeBasedForecast__meta .TimeBasedForecast__time[data-v-5a17d7e5]{color:#8ab2d3;white-space:nowrap;font-size:12px}.TimeBasedForecast .TimeBasedForecast__content[data-v-5a17d7e5]{background:linear-gradient(#05213a6b 0%,#03182e59 100%);border:1px solid #0bc4e93d;border-radius:10px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a}.TimeBasedForecast .TimeBasedForecast__scroll[data-v-5a17d7e5]{scrollbar-color:#55c8ff80 #06213cbf;scrollbar-width:thin;-webkit-overflow-scrolling:touch;padding-bottom:4px;overflow:auto hidden}.TimeBasedForecast .TimeBasedForecast__scroll[data-v-5a17d7e5]::-webkit-scrollbar{height:4px}.TimeBasedForecast .TimeBasedForecast__scroll[data-v-5a17d7e5]::-webkit-scrollbar-track{background:#06213cbf;border-radius:2px}.TimeBasedForecast .TimeBasedForecast__scroll[data-v-5a17d7e5]::-webkit-scrollbar-thumb{background:#55c8ff80;border-radius:2px}.TimeBasedForecast .TimeBasedForecast__board[data-v-5a17d7e5]{min-width:100%}.TimeBasedForecast .TimeBasedForecast__dates[data-v-5a17d7e5]{display:flex}.TimeBasedForecast .TimeBasedForecast__dateItem[data-v-5a17d7e5]{text-align:center;box-sizing:border-box;flex:0 0 78px;padding-top:4px;font-size:12px}.TimeBasedForecast .TimeBasedForecast__date[data-v-5a17d7e5]{color:#c9e6ff;line-height:18px}.TimeBasedForecast .TimeBasedForecast__hour[data-v-5a17d7e5]{color:#8ab2d3;line-height:18px}.TimeBasedForecast .TimeBasedForecast__chart[data-v-5a17d7e5]{margin-top:2px}.TimeBasedForecast .TimeBasedForecast__table[data-v-5a17d7e5]{margin-top:4px}.TimeBasedForecast .TimeBasedForecast__row[data-v-5a17d7e5]{min-height:34px;display:flex}.TimeBasedForecast .TimeBasedForecast__row--icon[data-v-5a17d7e5]{min-height:46px}.TimeBasedForecast .TimeBasedForecast__cell[data-v-5a17d7e5]{color:#c9e6ff;text-align:center;box-sizing:border-box;flex:0 0 78px;justify-content:center;align-items:center;padding:4px;font-size:12px;display:flex}.TimeBasedForecast .TimeBasedForecast__weatherIcon[data-v-5a17d7e5]{width:28px;height:28px}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.WeatherForecast[data-v-76539554]{color:#fff;box-sizing:border-box;background:#002140e6;border:1px solid #0bc4e9;width:360px;min-height:220px;padding:10px;position:relative}.WeatherForecast .WeatherForecast__head[data-v-76539554]{width:100%;position:relative}.WeatherForecast .WeatherForecast__head .WeatherForecast__head-top[data-v-76539554]{color:#fff;justify-content:space-between;align-items:center;width:100%;height:20px;margin-bottom:6px;font-size:16px;font-weight:700;display:flex}.WeatherForecast .WeatherForecast__head .WeatherForecast__head-top .closeBtn[data-v-76539554]{cursor:pointer;background:#b4c4d247;border:1px solid #b0d2e65c;border-radius:50%;width:16px;height:16px;transition:background-color .28s cubic-bezier(.22,1,.36,1),border-color .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1),transform .22s cubic-bezier(.22,1,.36,1);position:relative;transform:scale(1);box-shadow:inset 0 1px 1px #ffffff1f}.WeatherForecast .WeatherForecast__head .WeatherForecast__head-top .closeBtn[data-v-76539554]:before,.WeatherForecast .WeatherForecast__head .WeatherForecast__head-top .closeBtn[data-v-76539554]:after{content:"";transform-origin:50%;opacity:0;background:#7a1b18;border-radius:1px;width:9px;height:1.8px;transition:opacity .2s;position:absolute;top:50%;left:50%}.WeatherForecast .WeatherForecast__head .WeatherForecast__head-top .closeBtn[data-v-76539554]:before{transform:translate(-50%,-50%)rotate(45deg)}.WeatherForecast .WeatherForecast__head .WeatherForecast__head-top .closeBtn[data-v-76539554]:after{transform:translate(-50%,-50%)rotate(-45deg)}.WeatherForecast .WeatherForecast__head .WeatherForecast__head-top .closeBtn[data-v-76539554]:hover{background:#ff5f57;border-color:#e0443e;transform:scale(1.14);box-shadow:inset 0 1px 1px #ffffff59,0 0 0 1px #0003}.WeatherForecast .WeatherForecast__head .WeatherForecast__head-top .closeBtn[data-v-76539554]:hover:before,.WeatherForecast .WeatherForecast__head .WeatherForecast__head-top .closeBtn[data-v-76539554]:hover:after{opacity:1}.WeatherForecast .WeatherForecast__head .WeatherForecast__head-top .closeBtn[data-v-76539554]:active{transform:scale(.96)}.WeatherForecast .WeatherForecast__head .WeatherForecast__head-line[data-v-76539554]{width:100%;height:10px}.WeatherForecast .WeatherForecast__body[data-v-76539554]{margin-top:8px}.WeatherForecast .WeatherForecast__wrap[data-v-76539554]{scrollbar-color:#55c8ff80 #06213cbf;scrollbar-width:thin;-webkit-overflow-scrolling:touch;background:linear-gradient(#05213a6b 0%,#03182e59 100%);border:1px solid #0bc4e93d;border-radius:10px;padding-bottom:4px;display:flex;overflow:auto hidden;box-shadow:inset 0 0 0 1px #ffffff0a}.WeatherForecast .WeatherForecast__wrap[data-v-76539554]::-webkit-scrollbar{height:4px}.WeatherForecast .WeatherForecast__wrap[data-v-76539554]::-webkit-scrollbar-track{background:#06213cbf;border-radius:2px}.WeatherForecast .WeatherForecast__wrap[data-v-76539554]::-webkit-scrollbar-thumb{background:#55c8ff80;border-radius:2px}.WeatherForecast .WeatherForecast__item[data-v-76539554]{color:#dcf0ffeb;text-align:center;box-sizing:border-box;flex-direction:column;flex:none;justify-content:center;align-items:center;width:92px;min-height:156px;padding:10px 8px;font-size:10px;line-height:14px;display:flex;position:relative}.WeatherForecast .WeatherForecast__item div[data-v-76539554]{margin:3px 0;font-size:10px;line-height:14px}.WeatherForecast .WeatherForecast__item img[data-v-76539554]{object-fit:contain;width:28px;height:28px;margin:8px 0}.WeatherForecast .WeatherForecast__item[data-v-76539554]:after{content:"";background:#0bc4e93d;width:1px;height:calc(100% - 32px);position:absolute;top:16px;right:0}.WeatherForecast .WeatherForecast__item[data-v-76539554]:last-child:after{display:none}
|