nxd-plugin 1.5.7 → 1.5.9

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.
@@ -2,7 +2,7 @@ import "./rolldown-runtime-Dd0fQ6-X.mjs";
2
2
  import { n as e, r as t } from "./component-HighWayFreeze-Ckh45dhq.mjs";
3
3
  import { i as n, o as r, r as i } from "./component-HighWayEarlyWarningRed-C4eUxLai.mjs";
4
4
  import { i as a, n as o, r as ee } from "./component-HighwayLiveAlarm-BJQZsDZ2.mjs";
5
- import { Fragment as te, createBlock as ne, createElementBlock as s, createElementVNode as c, createTextVNode as l, createVNode as u, defineComponent as d, nextTick as f, normalizeClass as re, normalizeStyle as p, onBeforeUnmount as m, onMounted as h, openBlock as g, reactive as _, ref as v, renderList as ie, toDisplayString as y, unref as b, withCtx as x, withDirectives as ae } from "vue";
5
+ import { Fragment as s, createBlock as te, createElementBlock as c, createElementVNode as l, createTextVNode as u, createVNode as d, defineComponent as f, nextTick as p, normalizeClass as ne, normalizeStyle as m, onBeforeUnmount as re, onMounted as h, openBlock as g, reactive as _, ref as v, renderList as ie, toDisplayString as y, unref as b, withCtx as x, withDirectives as ae } from "vue";
6
6
  //#region node_modules/js-base64/base64.mjs
7
7
  var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder == "function" ? new TextDecoder() : void 0, E = typeof TextEncoder == "function" ? new TextEncoder() : void 0, D = Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="), O = ((e) => {
8
8
  let t = {};
@@ -40,19 +40,19 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
40
40
  let t, n, r, i = [];
41
41
  for (let a = 0; a < e.length;) t = O[e.charAt(a++)] << 18 | O[e.charAt(a++)] << 12 | (n = O[e.charAt(a++)]) << 6 | (r = O[e.charAt(a++)]), n === 64 ? i.push(A(t >> 16 & 255)) : r === 64 ? i.push(A(t >> 16 & 255, t >> 8 & 255)) : i.push(A(t >> 16 & 255, t >> 8 & 255, t & 255));
42
42
  return i.join("");
43
- }, J = typeof atob == "function" ? (e) => atob(N(e)) : w ? (e) => Buffer.from(e, "base64").toString("binary") : q, Y = w ? (e) => j(Buffer.from(e, "base64")) : (e) => j(J(e).split("").map((e) => e.charCodeAt(0))), X = (e) => Y(se(e)), oe = w ? (e) => Buffer.from(e, "base64").toString("utf8") : T ? (e) => T.decode(Y(e)) : (e) => K(J(e)), se = (e) => N(e.replace(/[-_]/g, (e) => e == "-" ? "+" : "/")), Z = (e) => oe(se(e)), ce = (e) => {
43
+ }, J = typeof atob == "function" ? (e) => atob(N(e)) : w ? (e) => Buffer.from(e, "base64").toString("binary") : q, Y = w ? (e) => j(Buffer.from(e, "base64")) : (e) => j(J(e).split("").map((e) => e.charCodeAt(0))), X = (e) => Y(Z(e)), oe = w ? (e) => Buffer.from(e, "base64").toString("utf8") : T ? (e) => T.decode(Y(e)) : (e) => K(J(e)), Z = (e) => N(e.replace(/[-_]/g, (e) => e == "-" ? "+" : "/")), Q = (e) => oe(Z(e)), se = (e) => {
44
44
  if (typeof e != "string") return !1;
45
45
  let t = e.replace(/\s+/g, "").replace(/={0,2}$/, "");
46
46
  return !/[^\s0-9a-zA-Z\+/]/.test(t) || !/[^\s0-9a-zA-Z\-_]/.test(t);
47
- }, Q = (e) => ({
47
+ }, ce = (e) => ({
48
48
  value: e,
49
49
  enumerable: !1,
50
50
  writable: !0,
51
51
  configurable: !0
52
52
  }), le = function() {
53
- let e = (e, t) => Object.defineProperty(String.prototype, e, Q(t));
53
+ let e = (e, t) => Object.defineProperty(String.prototype, e, ce(t));
54
54
  e("fromBase64", function() {
55
- return Z(this);
55
+ return Q(this);
56
56
  }), e("toBase64", function(e) {
57
57
  return H(this, e);
58
58
  }), e("toBase64URI", function() {
@@ -63,7 +63,7 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
63
63
  return X(this);
64
64
  });
65
65
  }, ue = function() {
66
- let e = (e, t) => Object.defineProperty(Uint8Array.prototype, e, Q(t));
66
+ let e = (e, t) => Object.defineProperty(Uint8Array.prototype, e, ce(t));
67
67
  e("toBase64", function(e) {
68
68
  return L(this, e);
69
69
  }), e("toBase64URI", function() {
@@ -78,15 +78,15 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
78
78
  atobPolyfill: q,
79
79
  btoa: F,
80
80
  btoaPolyfill: P,
81
- fromBase64: Z,
81
+ fromBase64: Q,
82
82
  toBase64: H,
83
83
  encode: H,
84
84
  encodeURI: U,
85
85
  encodeURL: U,
86
86
  utob: B,
87
87
  btou: K,
88
- decode: Z,
89
- isValid: ce,
88
+ decode: Q,
89
+ isValid: se,
90
90
  fromUint8Array: L,
91
91
  toUint8Array: X,
92
92
  extendString: le,
@@ -2979,7 +2979,7 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
2979
2979
  }, me = {
2980
2980
  class: "LithiumBatteryMiningArea",
2981
2981
  "element-loading-background": "rgba(0, 0, 0, 0.4)"
2982
- }, he = { class: "LithiumBatteryMiningArea__head" }, ge = { class: "setting-row" }, _e = { class: "LithiumBatteryMiningArea__select" }, ve = { class: "lithium__realTime-block" }, ye = { class: "lithium__realTime-item" }, be = { class: "lithium__realTime-value" }, xe = { class: "lithium__realTime-item" }, Se = { class: "lithium__realTime-value" }, Ce = { class: "lithium__realTime-item" }, we = { class: "lithium__realTime-value" }, Te = { class: "lithium__realTime-item" }, Ee = { class: "lithium__realTime-value" }, De = { class: "lithium__realTime-block" }, Oe = { class: "lithium__realTime-item" }, ke = { class: "lithium__realTime-value" }, Ae = { class: "lithium__realTime-item" }, je = { class: "lithium__realTime-value" }, Me = { class: "lithium__realTime-item" }, Ne = { class: "lithium__realTime-value" }, Pe = { class: "lithium__realTime-chartOpt" }, Fe = ["onClick"], Ie = { class: "lithium__realTime-chart" }, Le = { class: "lithium__realTime-chart-unit" }, Re = { class: "lithium__realTime-chart-scroll" }, ze = /* @__PURE__ */ i(/* @__PURE__ */ d({
2982
+ }, he = { class: "LithiumBatteryMiningArea__head" }, ge = { class: "setting-row" }, _e = { class: "LithiumBatteryMiningArea__select" }, ve = { class: "lithium__realTime-block" }, ye = { class: "lithium__realTime-item" }, be = { class: "lithium__realTime-value" }, xe = { class: "lithium__realTime-item" }, Se = { class: "lithium__realTime-value" }, Ce = { class: "lithium__realTime-item" }, we = { class: "lithium__realTime-value" }, Te = { class: "lithium__realTime-item" }, Ee = { class: "lithium__realTime-value" }, De = { class: "lithium__realTime-block" }, Oe = { class: "lithium__realTime-item" }, ke = { class: "lithium__realTime-value" }, Ae = { class: "lithium__realTime-item" }, je = { class: "lithium__realTime-value" }, Me = { class: "lithium__realTime-item" }, Ne = { class: "lithium__realTime-value" }, Pe = { class: "lithium__realTime-chartOpt" }, Fe = ["onClick"], Ie = { class: "lithium__realTime-chart" }, Le = { class: "lithium__realTime-chart-unit" }, Re = { class: "lithium__realTime-chart-scroll" }, ze = /* @__PURE__ */ i(/* @__PURE__ */ f({
2983
2983
  __name: "LithiumBatteryMiningArea",
2984
2984
  props: {
2985
2985
  appKey: {
@@ -3007,8 +3007,8 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
3007
3007
  "addMarker",
3008
3008
  "removeMarker"
3009
3009
  ],
3010
- setup(i, { emit: d }) {
3011
- let S = i, C = d, w = v(!1), T = v(""), E = v("降水"), D = v([]), O = v(null), k = null, A = _([
3010
+ setup(i, { emit: f }) {
3011
+ let S = i, C = f, w = v(!1), T = v(""), E = v("温度"), D = v([]), O = v(null), k = null, A = _([
3012
3012
  {
3013
3013
  title: "气温",
3014
3014
  isActive: !0
@@ -3030,7 +3030,7 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
3030
3030
  B(), z.value = setInterval(() => {
3031
3031
  B();
3032
3032
  }, 1e3 * 60 * 10);
3033
- }), m(() => {
3033
+ }), re(() => {
3034
3034
  k?.dispose(), k = null, clearInterval(z.value);
3035
3035
  });
3036
3036
  let B = async () => {
@@ -3070,7 +3070,7 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
3070
3070
  clickOpen: !1,
3071
3071
  spotObject: [{
3072
3072
  offsetX: -6,
3073
- offsetY: -24,
3073
+ offsetY: -50,
3074
3074
  spotArrone: []
3075
3075
  }],
3076
3076
  drawArrObj: [],
@@ -3078,7 +3078,7 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
3078
3078
  };
3079
3079
  D.value.forEach((t) => {
3080
3080
  let n = M.value.find((e) => e.station_number === t.station_number), r = "", i = "";
3081
- E.value === "降水" && (r = n?.rainfall_1h, i = "mm"), E.value === "温度" && (r = n?.temperature, i = "℃"), E.value === "能见度" && (r = n?.visibility_min === "-" ? "" : (Number(n?.visibility_min) / 1e3).toString(), i = "km");
3081
+ E.value === "降水" && (r = n?.rainfall_1h, i = "mm"), E.value === "温度" && (r = n?.temperature, i = "℃"), E.value === "风速风向" && (r = `${n?.wind_speed}m/s ${n?.wind_direction}`, i = ""), E.value === "湿度" && (r = n?.relative_humidity, i = "%");
3082
3082
  let a = `
3083
3083
  <div style='display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;'>
3084
3084
  <div style='color:blue;font-size:14px;font-bold:true;transform:scale(0.9);text-shadow:1px 0 #fff,-1px 0 #fff,0 1px #fff,0 -1px #fff,1px 1px #fff,-1px -1px #fff,1px -1px #fff,-1px 1px #fff;'>
@@ -3131,7 +3131,7 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
3131
3131
  }), R = r, Y();
3132
3132
  }, Y = async () => {
3133
3133
  let e = A.find((e) => e.isActive)?.title || "气温", t = "line", n = [], r = 0, i = 100;
3134
- e === "气温" ? (N.value = "单位:℃", P.value = "_time", F.value = 60, n = R.map((e) => e._temperature), r = (e) => Math.floor(e.min), i = (e) => Math.ceil(e.max)) : e === "风向风速" ? (N.value = "单位:m/s", P.value = "_windDirectionTime", F.value = 96, n = R.map((e) => e._windSpeed), r = 0, i = (e) => Math.ceil(e.max)) : e === "湿度" ? (N.value = "单位:%", P.value = "_time", F.value = 60, n = R.map((e) => e._humidity), r = 0, i = 100) : (N.value = "单位:mm", P.value = "_time", F.value = 60, t = "bar", n = R.map((e) => e._rainfall), r = 0, i = (e) => Math.ceil(e.max)), I.value = R.length * F.value + 46, await f(), O.value && (k ? k.resize({
3134
+ e === "气温" ? (N.value = "单位:℃", P.value = "_time", F.value = 60, n = R.map((e) => e._temperature), r = (e) => Math.floor(e.min), i = (e) => Math.ceil(e.max)) : e === "风向风速" ? (N.value = "单位:m/s", P.value = "_windDirectionTime", F.value = 96, n = R.map((e) => e._windSpeed), r = 0, i = (e) => Math.ceil(e.max)) : e === "湿度" ? (N.value = "单位:%", P.value = "_time", F.value = 60, n = R.map((e) => e._humidity), r = 0, i = 100) : (N.value = "单位:mm", P.value = "_time", F.value = 60, t = "bar", n = R.map((e) => e._rainfall), r = 0, i = (e) => Math.ceil(e.max)), I.value = R.length * F.value + 46, await p(), O.value && (k ? k.resize({
3135
3135
  width: I.value,
3136
3136
  height: 210
3137
3137
  }) : k = o(O.value), k.setOption({
@@ -3236,49 +3236,53 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
3236
3236
  });
3237
3237
  };
3238
3238
  return (n, i) => {
3239
- let o = ee, d = a, f = e, m = t, h = r;
3240
- return ae((g(), s("div", me, [
3241
- c("div", he, [
3242
- c("div", { class: "LithiumBatteryMiningArea__head-top" }, [i[2] ||= c("div", null, "矿区实况", -1), c("div", {
3239
+ let o = ee, f = a, p = e, re = t, h = r;
3240
+ return ae((g(), c("div", me, [
3241
+ l("div", he, [
3242
+ l("div", { class: "LithiumBatteryMiningArea__head-top" }, [i[2] ||= l("div", null, "矿区实况", -1), l("div", {
3243
3243
  class: "closeBtn",
3244
3244
  onClick: V,
3245
3245
  title: "关闭"
3246
3246
  })]),
3247
- i[8] ||= c("img", {
3247
+ i[9] ||= l("img", {
3248
3248
  class: "LithiumBatteryMiningArea__head-line",
3249
3249
  src: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbsAAAASBAMAAAAwI22/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURQAAAAem/wem/wem/wem/wem/wem/wem/wem/wem/wem/wem/wem/wem/wem/wem/5bu5GYAAAAPdFJOUwAFwAwc2M8ULQYDn/hGXGnV2UoAAAGZSURBVEjH7ZM/S8NAGId/JYGmmeLspptThurk0CHWRXGo0Nk/S50y6CYSHMRF7Efo4uQXEIpbwUnM6OhnEIeChXjv5ZLLXdLtLCX68vDCe0eGJ7/3AJN1VcL+UImB/SruVJwYTqSAW5V3LLyaPR1c+IIdH12OPZiLcyTAjccZEdccZ0Nn4bXpC3KpCuFu5tkdziX3FJxBSBZZdFk9HempCduMk4xSitJTpOgJSSIPrx10YAUB0tYOwrQ1g12k7ZyODIYXZmQpppLV26rtbDFOXVhua2Fn7WTWwUEyAe5Zc2hiLWTTC3jjk8Hw+jrSM9/Z8raKOAtZVmyr9jbpee4lU9hvSUStw6YvOpqwiXlK9d8IL0Oq5tuqvc3KLMs7q9uyCC0y22aKvDVp4u2SjnJ1c+Wecg7h9gV4CFV8NHpEaw7yF2wVGcIa6OBx/Ax3PI6pRWx6Am98alBbpSODNVTxgAbQUpF3KeVv0s80xMUow8N//YVaqWEV9BJDdby2PBUZ1/te0uU0YzeLa623jjrrvaLOep/+str9ACyAtv25BhHcAAAAAElFTkSuQmCC",
3250
3250
  alt: ""
3251
3251
  }, null, -1),
3252
- c("div", ge, [i[6] ||= c("span", { class: "setting-label" }, "地图要素:", -1), u(d, {
3252
+ l("div", ge, [i[7] ||= l("span", { class: "setting-label" }, "地图要素:", -1), d(f, {
3253
3253
  modelValue: E.value,
3254
3254
  "onUpdate:modelValue": i[0] ||= (e) => E.value = e,
3255
3255
  class: "setting-radios",
3256
3256
  onChange: K
3257
3257
  }, {
3258
3258
  default: x(() => [
3259
- u(o, { value: "降水" }, {
3260
- default: x(() => [...i[3] ||= [l("降水", -1)]]),
3259
+ d(o, { value: "温度" }, {
3260
+ default: x(() => [...i[3] ||= [u("温度", -1)]]),
3261
3261
  _: 1
3262
3262
  }),
3263
- u(o, { value: "温度" }, {
3264
- default: x(() => [...i[4] ||= [l("温度", -1)]]),
3263
+ d(o, { value: "湿度" }, {
3264
+ default: x(() => [...i[4] ||= [u("湿度", -1)]]),
3265
3265
  _: 1
3266
3266
  }),
3267
- u(o, { value: "能见度" }, {
3268
- default: x(() => [...i[5] ||= [l("能见度", -1)]]),
3267
+ d(o, { value: "风速风向" }, {
3268
+ default: x(() => [...i[5] ||= [u("风速风向", -1)]]),
3269
+ _: 1
3270
+ }),
3271
+ d(o, { value: "降水" }, {
3272
+ default: x(() => [...i[6] ||= [u("降水", -1)]]),
3269
3273
  _: 1
3270
3274
  })
3271
3275
  ]),
3272
3276
  _: 1
3273
3277
  }, 8, ["modelValue"])]),
3274
- c("div", _e, [i[7] ||= c("span", { class: "LithiumBatteryMiningArea__select-label" }, "矿区选择:", -1), u(m, {
3278
+ l("div", _e, [i[8] ||= l("span", { class: "LithiumBatteryMiningArea__select-label" }, "矿区选择:", -1), d(re, {
3275
3279
  modelValue: T.value,
3276
3280
  "onUpdate:modelValue": i[1] ||= (e) => T.value = e,
3277
3281
  placeholder: "请选择矿区",
3278
3282
  class: "dark-select",
3279
3283
  onChange: H
3280
3284
  }, {
3281
- default: x(() => [(g(!0), s(te, null, ie(b(D), (e) => (g(), ne(f, {
3285
+ default: x(() => [(g(!0), c(s, null, ie(b(D), (e) => (g(), te(p, {
3282
3286
  key: e.name,
3283
3287
  label: e.name,
3284
3288
  value: e.name
@@ -3286,32 +3290,32 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
3286
3290
  _: 1
3287
3291
  }, 8, ["modelValue"])])
3288
3292
  ]),
3289
- c("div", ve, [
3290
- i[13] ||= c("div", { class: "lithium__realTime-subTitle" }, "实时监测", -1),
3291
- c("div", ye, [i[9] ||= c("span", { class: "lithium__realTime-label" }, "温度:", -1), c("span", be, y(b(j).temperature) + "℃", 1)]),
3292
- c("div", xe, [i[10] ||= c("span", { class: "lithium__realTime-label" }, "湿度:", -1), c("span", Se, y(b(j).relative_humidity) + "%", 1)]),
3293
- c("div", Ce, [i[11] ||= c("span", { class: "lithium__realTime-label" }, "风速风向:", -1), c("span", we, y(b(j).wind_speed) + "m/s " + y(b(j).wind_direction), 1)]),
3294
- c("div", Te, [i[12] ||= c("span", { class: "lithium__realTime-label" }, "1小时累计降水:", -1), c("span", Ee, y(b(j).rainfall_1h) + "mm", 1)])
3293
+ l("div", ve, [
3294
+ i[14] ||= l("div", { class: "lithium__realTime-subTitle" }, "实时监测", -1),
3295
+ l("div", ye, [i[10] ||= l("span", { class: "lithium__realTime-label" }, "温度:", -1), l("span", be, y(b(j).temperature) + "℃", 1)]),
3296
+ l("div", xe, [i[11] ||= l("span", { class: "lithium__realTime-label" }, "湿度:", -1), l("span", Se, y(b(j).relative_humidity) + "%", 1)]),
3297
+ l("div", Ce, [i[12] ||= l("span", { class: "lithium__realTime-label" }, "风速风向:", -1), l("span", we, y(b(j).wind_speed) + "m/s " + y(b(j).wind_direction), 1)]),
3298
+ l("div", Te, [i[13] ||= l("span", { class: "lithium__realTime-label" }, "1小时累计降水:", -1), l("span", Ee, y(b(j).rainfall_1h) + "mm", 1)])
3295
3299
  ]),
3296
- c("div", De, [
3297
- i[17] ||= c("div", { class: "lithium__realTime-subTitle" }, "统计信息", -1),
3298
- c("div", Oe, [i[14] ||= c("span", { class: "lithium__realTime-label" }, "24小时最低温度:", -1), c("span", ke, y(b(L).min_temperature_24h) + "℃", 1)]),
3299
- c("div", Ae, [i[15] ||= c("span", { class: "lithium__realTime-label" }, "24小时最高温度:", -1), c("span", je, y(b(L).max_temperature_24h) + "℃", 1)]),
3300
- c("div", Me, [i[16] ||= c("span", { class: "lithium__realTime-label" }, "24小时累计降水:", -1), c("span", Ne, y(b(L).rainfall_sum_24h) + "mm", 1)])
3300
+ l("div", De, [
3301
+ i[18] ||= l("div", { class: "lithium__realTime-subTitle" }, "统计信息", -1),
3302
+ l("div", Oe, [i[15] ||= l("span", { class: "lithium__realTime-label" }, "24小时最低温度:", -1), l("span", ke, y(b(L).min_temperature_24h) + "℃", 1)]),
3303
+ l("div", Ae, [i[16] ||= l("span", { class: "lithium__realTime-label" }, "24小时最高温度:", -1), l("span", je, y(b(L).max_temperature_24h) + "℃", 1)]),
3304
+ l("div", Me, [i[17] ||= l("span", { class: "lithium__realTime-label" }, "24小时累计降水:", -1), l("span", Ne, y(b(L).rainfall_sum_24h) + "mm", 1)])
3301
3305
  ]),
3302
- c("div", Pe, [(g(!0), s(te, null, ie(A, (e, t) => (g(), s("div", {
3306
+ l("div", Pe, [(g(!0), c(s, null, ie(A, (e, t) => (g(), c("div", {
3303
3307
  key: e.title,
3304
- class: re(["lithium__realTime-chartOpt-item", { "lithium__realTime-chartOpt-item--active": e.isActive }]),
3308
+ class: ne(["lithium__realTime-chartOpt-item", { "lithium__realTime-chartOpt-item--active": e.isActive }]),
3305
3309
  onClick: (e) => W(t)
3306
3310
  }, y(e.title), 11, Fe))), 128))]),
3307
- c("div", Ie, [c("div", Le, y(N.value), 1), c("div", Re, [c("div", {
3311
+ l("div", Ie, [l("div", Le, y(N.value), 1), l("div", Re, [l("div", {
3308
3312
  class: "lithium__realTime-chart-board",
3309
- style: p({ width: `${I.value}px` })
3310
- }, [c("div", {
3313
+ style: m({ width: `${I.value}px` })
3314
+ }, [l("div", {
3311
3315
  ref_key: "ref_RealTimeChart",
3312
3316
  ref: O,
3313
3317
  class: "lithium__realTime-echarts",
3314
- style: p({
3318
+ style: m({
3315
3319
  width: `${I.value}px`,
3316
3320
  height: "210px"
3317
3321
  })
@@ -3319,6 +3323,6 @@ var S = "3.7.8", C = S, w = typeof Buffer == "function", T = typeof TextDecoder
3319
3323
  ])), [[h, w.value]]);
3320
3324
  };
3321
3325
  }
3322
- }), [["__scopeId", "data-v-163b4a03"]]);
3326
+ }), [["__scopeId", "data-v-c6fff6a5"]]);
3323
3327
  //#endregion
3324
3328
  export { $ as n, ze as t };
@@ -3,7 +3,7 @@ import { n as e, r as t } from "./component-HighWayFreeze-Ckh45dhq.mjs";
3
3
  import { i as n, o as r, r as i } from "./component-HighWayEarlyWarningRed-C4eUxLai.mjs";
4
4
  import { n as a } from "./component-HighwayLiveAlarm-BJQZsDZ2.mjs";
5
5
  import { A as o, C as s, D as c, E as l, M as u, N as d, O as ee, P as te, S as ne, T as re, _ as ie, a as ae, b as f, c as p, d as m, f as h, g, h as _, i as v, j as oe, k as se, l as ce, m as le, n as ue, o as de, p as fe, r as pe, s as me, u as he, v as ge, w as y, x as b, y as x } from "./component-HighwayWeatherForecast-shTrLuFz.mjs";
6
- import { n as S } from "./component-LithiumBatteryMiningArea-Bna6jbsi.mjs";
6
+ import { n as S } from "./component-LithiumBatteryMiningArea-CaghGyZC.mjs";
7
7
  import { Fragment as C, createElementBlock as w, createElementVNode as T, createVNode as E, defineComponent as D, getCurrentInstance as O, nextTick as k, normalizeStyle as A, onBeforeUnmount as j, onMounted as M, openBlock as N, ref as P, renderList as F, toDisplayString as I, watch as L, withCtx as _e, withDirectives as R } from "vue";
8
8
  //#region src/components/TimeBasedForecast/TimeBasedForecast.vue?vue&type=script&setup=true&lang.ts
9
9
  var ve = {
@@ -1,7 +1,7 @@
1
1
  import "./rolldown-runtime-Dd0fQ6-X.mjs";
2
2
  import { i as e, o as t, r as n } from "./component-HighWayEarlyWarningRed-C4eUxLai.mjs";
3
3
  import { A as r, C as i, D as a, E as o, M as s, N as ee, O as c, P as l, S as u, T as d, _ as f, a as p, b as te, c as ne, d as re, f as ie, g as m, h, i as g, j as _, k as v, l as y, m as b, n as x, o as S, p as C, r as w, s as T, u as E, v as D, w as O, x as k, y as A } from "./component-HighwayWeatherForecast-shTrLuFz.mjs";
4
- import { n as j } from "./component-LithiumBatteryMiningArea-Bna6jbsi.mjs";
4
+ import { n as j } from "./component-LithiumBatteryMiningArea-CaghGyZC.mjs";
5
5
  import { Fragment as M, createElementBlock as N, createElementVNode as P, defineComponent as F, getCurrentInstance as I, onMounted as L, openBlock as R, ref as z, renderList as B, toDisplayString as V, withDirectives as H } from "vue";
6
6
  //#region src/components/WeatherForecast/WeatherForecast.vue?vue&type=script&setup=true&lang.ts
7
7
  var U = {
@@ -3,7 +3,7 @@ import { A as e, M as t, O as n, m as r } from "./component-HighWayFreeze-Ckh45d
3
3
  import { i, r as a } from "./component-HighWayEarlyWarningRed-C4eUxLai.mjs";
4
4
  import { i as o, n as s, r as c } from "./component-YCHome-C5nCaoI3.mjs";
5
5
  import { i as l, n as u } from "./component-ImageGeneration-fM3XhtlC.mjs";
6
- import { n as d } from "./component-LithiumBatteryMiningArea-Bna6jbsi.mjs";
6
+ import { n as d } from "./component-LithiumBatteryMiningArea-CaghGyZC.mjs";
7
7
  import { Fragment as f, createElementBlock as p, createElementVNode as m, createVNode as h, defineComponent as g, onMounted as _, openBlock as v, reactive as y, ref as b, renderList as x, unref as S, withCtx as C, withKeys as w } from "vue";
8
8
  //#region src/components/YCLoginNew/YCLoginNew.vue?vue&type=script&setup=true&lang.ts
9
9
  var T = { class: "YCLoginNew" }, E = { class: "particles" }, D = { class: "login-container" }, O = { class: "login-wrapper" }, k = { class: "login-box" }, A = { class: "login-header" }, j = { class: "header-icon" }, M = { class: "input-icon-box" }, N = { class: "input-icon-box" }, P = /* @__PURE__ */ a(/* @__PURE__ */ g({
@@ -9,10 +9,10 @@ import { t as s } from "./chunks/component-HighwayLiveAlarmNew-C5KlMjlj.mjs";
9
9
  import { t as c } from "./chunks/component-HighwayStations-C0dO_r1R.mjs";
10
10
  import { t as l } from "./chunks/component-HighwayWeatherForecast-shTrLuFz.mjs";
11
11
  import { t as u } from "./chunks/component-YCLogin-Dr5Q9rj3.mjs";
12
- import { t as d } from "./chunks/component-LithiumBatteryMiningArea-Bna6jbsi.mjs";
13
- import { t as f } from "./chunks/component-YCLoginNew-BM0MdvGN.mjs";
14
- import { t as p } from "./chunks/component-TimeBasedForecast-D996sMjK.mjs";
15
- import { t as m } from "./chunks/component-WeatherForecast-AJtTdM3j.mjs";
12
+ import { t as d } from "./chunks/component-LithiumBatteryMiningArea-CaghGyZC.mjs";
13
+ import { t as f } from "./chunks/component-YCLoginNew-BPxGi6F_.mjs";
14
+ import { t as p } from "./chunks/component-TimeBasedForecast-hko63_2i.mjs";
15
+ import { t as m } from "./chunks/component-WeatherForecast-B_d-ajBP.mjs";
16
16
  //#region src/index.ts
17
17
  var h = { install(h) {
18
18
  h.component("HighwayLiveAlarm", n), h.component("HighwayLiveAlarmNew", s), h.component("HighwayStations", c), h.component("HighWayEarlyWarningRed", t), h.component("HighwayWeatherForecast", l), h.component("ServiceMaterialsBtn", o), h.component("YCHome", r), h.component("YCLogin", u), h.component("YCLoginNew", f), h.component("HighWayFreeze", e), h.component("RadarShortTerm", a), h.component("LithiumBatteryMiningArea", d), h.component("TimeBasedForecast", p), h.component("WeatherForecast", m), h.component("ImageGeneration", i);
@@ -1 +1 @@
1
- .LithiumBatteryMiningArea[data-v-163b4a03]{color:#fff;box-sizing:border-box;background:#002140e6;border:1px solid #0bc4e9;width:360px;min-height:220px;padding:10px;position:relative}.LithiumBatteryMiningArea .setting-row[data-v-163b4a03]{align-items:center;gap:6px;min-width:0;margin-top:8px;font-size:12px;display:flex}.LithiumBatteryMiningArea .setting-row .setting-label[data-v-163b4a03]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.LithiumBatteryMiningArea .setting-row .setting-radios[data-v-163b4a03]{white-space:nowrap;flex-wrap:nowrap;flex:1;justify-content:space-between;align-items:center;min-width:0;display:flex}.LithiumBatteryMiningArea .setting-row .setting-radios[data-v-163b4a03] .el-radio{color:#fffc;white-space:nowrap;margin-right:0}.LithiumBatteryMiningArea .setting-row .setting-radios[data-v-163b4a03] .el-radio__label{color:#ffffffe0;padding-left:4px;font-size:12px}.LithiumBatteryMiningArea .setting-row .setting-radios[data-v-163b4a03] .el-radio__input.is-checked+.el-radio__label{color:#0bc4e9}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head[data-v-163b4a03]{width:100%;position:relative}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top[data-v-163b4a03]{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-163b4a03]{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-163b4a03]:before,.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-163b4a03]: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-163b4a03]:before{transform:translate(-50%,-50%)rotate(45deg)}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-163b4a03]:after{transform:translate(-50%,-50%)rotate(-45deg)}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-163b4a03]: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-163b4a03]:hover:before,.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-163b4a03]:hover:after{opacity:1}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-163b4a03]:active{transform:scale(.96)}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-line[data-v-163b4a03]{width:100%;height:10px}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select[data-v-163b4a03]{align-items:center;gap:6px;min-width:0;margin-top:8px;font-size:12px;display:flex}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select .LithiumBatteryMiningArea__select-label[data-v-163b4a03]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select .dark-select[data-v-163b4a03]{flex:1;min-width:0}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select[data-v-163b4a03] .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-163b4a03] .dark-select .el-select__placeholder,.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select[data-v-163b4a03] .dark-select .el-select__selected-item{color:#ffffffdb}.LithiumBatteryMiningArea .lithium__realTime-block[data-v-163b4a03]{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-163b4a03]{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-163b4a03]{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-163b4a03]:last-child,.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-item[data-v-163b4a03]:nth-last-child(2):nth-child(2n){border-bottom:none}.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-label[data-v-163b4a03]{color:#ffffffad;flex-shrink:0;font-size:12px}.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-value[data-v-163b4a03]{color:#8decfff5;font-size:12px;font-weight:500}.LithiumBatteryMiningArea .lithium__realTime-chartOpt[data-v-163b4a03]{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-163b4a03]{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-163b4a03]{color:#fff;background:#0bc4e966}.LithiumBatteryMiningArea .lithium__realTime-chartOpt .lithium__realTime-chartOpt-item[data-v-163b4a03]:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.LithiumBatteryMiningArea .lithium__realTime-chartOpt .lithium__realTime-chartOpt-item[data-v-163b4a03]:last-child{border-right:none;border-top-right-radius:5px;border-bottom-right-radius:5px}.LithiumBatteryMiningArea .lithium__realTime-chart[data-v-163b4a03]{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-163b4a03]{color:#ffffffb8;padding:0 0 6px;font-size:11px;line-height:16px}.LithiumBatteryMiningArea .lithium__realTime-chart-scroll[data-v-163b4a03]{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-163b4a03] ::-webkit-scrollbar{height:4px}.LithiumBatteryMiningArea .lithium__realTime-chart-scroll[data-v-163b4a03] ::-webkit-scrollbar-track{background:#06213cbf;border-radius:2px}.LithiumBatteryMiningArea .lithium__realTime-chart-scroll[data-v-163b4a03] ::-webkit-scrollbar-thumb{background:#55c8ff80;border-radius:2px}.LithiumBatteryMiningArea .lithium__realTime-chart-board[data-v-163b4a03]{background:0 0;min-width:100%}.LithiumBatteryMiningArea .lithium__realTime-echarts[data-v-163b4a03]{height:210px;display:block}
1
+ .LithiumBatteryMiningArea[data-v-c6fff6a5]{color:#fff;box-sizing:border-box;background:#002140e6;border:1px solid #0bc4e9;width:360px;min-height:220px;padding:10px;position:relative}.LithiumBatteryMiningArea .setting-row[data-v-c6fff6a5]{align-items:center;gap:6px;min-width:0;margin-top:8px;font-size:12px;display:flex}.LithiumBatteryMiningArea .setting-row .setting-label[data-v-c6fff6a5]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.LithiumBatteryMiningArea .setting-row .setting-radios[data-v-c6fff6a5]{white-space:nowrap;flex-wrap:nowrap;flex:1;justify-content:space-between;align-items:center;min-width:0;display:flex}.LithiumBatteryMiningArea .setting-row .setting-radios[data-v-c6fff6a5] .el-radio{color:#fffc;white-space:nowrap;margin-right:0}.LithiumBatteryMiningArea .setting-row .setting-radios[data-v-c6fff6a5] .el-radio__label{color:#ffffffe0;padding-left:4px;font-size:12px}.LithiumBatteryMiningArea .setting-row .setting-radios[data-v-c6fff6a5] .el-radio__input.is-checked+.el-radio__label{color:#0bc4e9}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head[data-v-c6fff6a5]{width:100%;position:relative}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top[data-v-c6fff6a5]{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-c6fff6a5]{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-c6fff6a5]:before,.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-c6fff6a5]: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-c6fff6a5]:before{transform:translate(-50%,-50%)rotate(45deg)}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-c6fff6a5]:after{transform:translate(-50%,-50%)rotate(-45deg)}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-c6fff6a5]: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-c6fff6a5]:hover:before,.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-c6fff6a5]:hover:after{opacity:1}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-top .closeBtn[data-v-c6fff6a5]:active{transform:scale(.96)}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__head .LithiumBatteryMiningArea__head-line[data-v-c6fff6a5]{width:100%;height:10px}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select[data-v-c6fff6a5]{align-items:center;gap:6px;min-width:0;margin-top:8px;font-size:12px;display:flex}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select .LithiumBatteryMiningArea__select-label[data-v-c6fff6a5]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select .dark-select[data-v-c6fff6a5]{flex:1;min-width:0}.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select[data-v-c6fff6a5] .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-c6fff6a5] .dark-select .el-select__placeholder,.LithiumBatteryMiningArea .LithiumBatteryMiningArea__select[data-v-c6fff6a5] .dark-select .el-select__selected-item{color:#ffffffdb}.LithiumBatteryMiningArea .lithium__realTime-block[data-v-c6fff6a5]{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-c6fff6a5]{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-c6fff6a5]{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-c6fff6a5]:last-child,.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-item[data-v-c6fff6a5]:nth-last-child(2):nth-child(2n){border-bottom:none}.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-label[data-v-c6fff6a5]{color:#ffffffad;flex-shrink:0;font-size:12px}.LithiumBatteryMiningArea .lithium__realTime-block .lithium__realTime-value[data-v-c6fff6a5]{color:#8decfff5;font-size:12px;font-weight:500}.LithiumBatteryMiningArea .lithium__realTime-chartOpt[data-v-c6fff6a5]{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-c6fff6a5]{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-c6fff6a5]{color:#fff;background:#0bc4e966}.LithiumBatteryMiningArea .lithium__realTime-chartOpt .lithium__realTime-chartOpt-item[data-v-c6fff6a5]:first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.LithiumBatteryMiningArea .lithium__realTime-chartOpt .lithium__realTime-chartOpt-item[data-v-c6fff6a5]:last-child{border-right:none;border-top-right-radius:5px;border-bottom-right-radius:5px}.LithiumBatteryMiningArea .lithium__realTime-chart[data-v-c6fff6a5]{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-c6fff6a5]{color:#ffffffb8;padding:0 0 6px;font-size:11px;line-height:16px}.LithiumBatteryMiningArea .lithium__realTime-chart-scroll[data-v-c6fff6a5]{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-c6fff6a5] ::-webkit-scrollbar{height:4px}.LithiumBatteryMiningArea .lithium__realTime-chart-scroll[data-v-c6fff6a5] ::-webkit-scrollbar-track{background:#06213cbf;border-radius:2px}.LithiumBatteryMiningArea .lithium__realTime-chart-scroll[data-v-c6fff6a5] ::-webkit-scrollbar-thumb{background:#55c8ff80;border-radius:2px}.LithiumBatteryMiningArea .lithium__realTime-chart-board[data-v-c6fff6a5]{background:0 0;min-width:100%}.LithiumBatteryMiningArea .lithium__realTime-echarts[data-v-c6fff6a5]{height:210px;display:block}