nxd-plugin 1.7.2 → 1.7.3

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.
@@ -576,7 +576,7 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
576
576
  itemStyle: { color: a },
577
577
  label: { color: a }
578
578
  });
579
- }), x.value = d, S.value = f, b.value = ["全部", ...f.map((e) => e.name)], b.value.includes(y.value) || (y.value = "全部"), It(y.value), Vt(), c.value = Ae(u), F(), u.length > 0 && le(), je(s);
579
+ }), x.value = d, S.value = f, b.value = ["全部", ...f.map((e) => e.name)], b.value.includes(y.value) || (y.value = "全部"), Ft(y.value), Bt(), c.value = Ae(u), F(), u.length > 0 && le(), je(s);
580
580
  }, he = (e) => {
581
581
  r("toMapView", {
582
582
  lng: e.longitude ? Number(e.longitude) : Number(e.x),
@@ -713,22 +713,10 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
713
713
  m.value.setOption(n);
714
714
  }, Me = async (e) => {
715
715
  h.value = e, e === "chart" && (await de(), m.value?.resize());
716
- }, Ot = (e) => e === "全部" ? Object.values(x.value) : x.value[e] ? [x.value[e]] : [], kt = () => y.value === "全部" ? o.value : o.value.filter((e) => e.name === y.value), At = (e) => e?.pointds || e?.pointds$1 || [], jt = (e) => {
717
- if (e.length < 3) return [e];
718
- let t = [], n = [e[0]];
719
- for (let r = 1; r < e.length - 1; r++) {
720
- let i = e[r - 1], a = e[r], o = e[r + 1], s = Number(i.x ?? i.longitude) - Number(a.x ?? a.longitude), c = Number(i.y ?? i.latitude) - Number(a.y ?? a.latitude), l = Number(o.x ?? o.longitude) - Number(a.x ?? a.longitude), u = Number(o.y ?? o.latitude) - Number(a.y ?? a.latitude), d = Math.sqrt(s * s + c * c), f = Math.sqrt(l * l + u * u);
721
- if (d > 0 && f > 0 && (s * l + c * u) / (d * f) < -.5) {
722
- n.push(a), t.push(n), n = [a];
723
- continue;
724
- }
725
- n.push(a);
726
- }
727
- return n.push(e[e.length - 1]), t.push(n), t;
728
- }, Mt = (e, t) => (t === e.length - 1 ? [e[t - 1], e[t]] : [e[t], e[t + 1]]).filter(Boolean).map((e) => ({
716
+ }, Ot = (e) => e === "全部" ? Object.values(x.value) : x.value[e] ? [x.value[e]] : [], kt = () => y.value === "全部" ? o.value : o.value.filter((e) => e.name === y.value), At = (e) => e?.pointds || e?.pointds$1 || [], jt = (e, t) => (t === e.length - 1 ? [e[t - 1], e[t]] : [e[t], e[t + 1]]).filter(Boolean).map((e) => ({
729
717
  lng: Number(e.x ?? e.longitude),
730
718
  lat: Number(e.y ?? e.latitude)
731
- })).filter((e) => Number.isFinite(e.lng) && Number.isFinite(e.lat)), Nt = (e, t) => {
719
+ })).filter((e) => Number.isFinite(e.lng) && Number.isFinite(e.lat)), Mt = (e, t) => {
732
720
  let n = [
733
721
  t?.station_number,
734
722
  t?.stationid,
@@ -749,13 +737,17 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
749
737
  let a = Number(e?.x ?? e?.longitude), o = Number(e?.y ?? e?.latitude);
750
738
  return Number.isFinite(r) && Number.isFinite(i) && Number.isFinite(a) && Number.isFinite(o) && a === r && o === i;
751
739
  });
752
- }, Pt = () => {
740
+ }, Nt = () => {
753
741
  r("removeLine", "line_HighwayLiveAlarmNew");
754
742
  let e = { lineArr: [] }, t = /* @__PURE__ */ new Set();
755
743
  if (kt().forEach((n) => {
756
744
  let r = At(n);
757
745
  if (r.length < 2) return;
758
- let i = jt(r), a = [...(n.zdzds || []).filter((e) => q(e)), ...(n.zhds || []).filter((e) => be(e))], o = (n) => {
746
+ let i = r.filter((e) => e.name === n.name);
747
+ if (i.length < 2) return;
748
+ let a = [...(n.zdzds || []).filter((e) => q(e)), ...(n.zhds || []).filter((e) => be(e))].map((e) => Mt(i, e)).filter((e) => e >= 0).sort((e, t) => e - t).filter((e, t, n) => t === 0 || e !== n[t - 1]);
749
+ if (!a.length) return;
750
+ let o = (n) => {
759
751
  if (n.length !== 2) return;
760
752
  let r = `${n[0].lng},${n[0].lat}|${n[1].lng},${n[1].lat}`;
761
753
  t.has(r) || (t.add(r), e.lineArr.push({
@@ -766,45 +758,42 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
766
758
  otherData: { lineId: "line_HighwayLiveAlarmNew" }
767
759
  }));
768
760
  };
769
- i.forEach((e) => {
770
- if (e.length < 2) return;
771
- let t = a.map((t) => Nt(e, t)).filter((e) => e >= 0).sort((e, t) => e - t).filter((e, t, n) => t === 0 || e !== n[t - 1]);
772
- if (t.length) {
773
- if (t.length === 1) {
774
- o(Mt(e, t[0]));
775
- return;
776
- }
777
- for (let n = 0; n < t.length - 1; n++) {
778
- let r = t[n], i = t[n + 1];
779
- for (let t = r; t < i; t++) {
780
- let n = [e[t], e[t + 1]].filter(Boolean).map((e) => ({
781
- lng: Number(e.x ?? e.longitude),
782
- lat: Number(e.y ?? e.latitude)
783
- })).filter((e) => Number.isFinite(e.lng) && Number.isFinite(e.lat));
784
- n.length === 2 && o(n);
785
- }
786
- }
761
+ if (a.length === 1) {
762
+ o(jt(i, a[0]));
763
+ return;
764
+ }
765
+ for (let e = 0; e < a.length - 1; e++) {
766
+ let t = a[e], n = a[e + 1];
767
+ for (let e = t; e < n; e++) {
768
+ let t = {
769
+ lng: Number(i[e].x ?? i[e].longitude),
770
+ lat: Number(i[e].y ?? i[e].latitude)
771
+ }, n = {
772
+ lng: Number(i[e + 1].x ?? i[e + 1].longitude),
773
+ lat: Number(i[e + 1].y ?? i[e + 1].latitude)
774
+ };
775
+ Number.isFinite(t.lng) && Number.isFinite(t.lat) && Number.isFinite(n.lng) && Number.isFinite(n.lat) && o([t, n]);
787
776
  }
788
- });
777
+ }
789
778
  }), !e.lineArr.length) return r("removeLine", "line_HighwayLiveAlarmNew");
790
779
  r("addLine", {
791
780
  removeLine: "line_HighwayLiveAlarmNew",
792
781
  mapLine: e
793
782
  });
794
- }, Ft = () => {
783
+ }, Pt = () => {
795
784
  let e = ue.value.find((e) => Z(e.tags)), t = {}, n = {}, r = {};
796
785
  e && (t[e.name] = !0, n[e.name] = !1, r[e.name] = !0), C.value = t, w.value = n, T.value = r;
797
- }, It = (e) => {
798
- y.value = e, Ft(), r("removeLayers", Object.values(x.value).map((e) => e.name)), setTimeout(() => {
786
+ }, Ft = (e) => {
787
+ y.value = e, Pt(), r("removeLayers", Object.values(x.value).map((e) => e.name)), setTimeout(() => {
799
788
  r("addLayers", {
800
789
  layers: Ot(e),
801
790
  isRemove: !0
802
791
  });
803
- }, 1e3), Bt(), Pt();
804
- }, Lt = () => s[g.value], Rt = (e, t) => {
792
+ }, 1e3), zt(), Nt();
793
+ }, It = () => s[g.value], Lt = (e, t) => {
805
794
  let n = Number(e?.[t]);
806
795
  return H(n) ? t === "visibility_min" ? (n / 1e3).toString() : String(e?.[t]) : "";
807
- }, zt = (e, t, n) => `
796
+ }, Rt = (e, t, n) => `
808
797
  <div style='display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;'>
809
798
  <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;'>
810
799
  ${t}${n}
@@ -814,7 +803,7 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
814
803
  ${e.station_name || "--"}
815
804
  </div>
816
805
  </div>
817
- `, Bt = () => {
806
+ `, zt = () => {
818
807
  let e = {
819
808
  clickOpen: !1,
820
809
  spotObject: [{
@@ -829,9 +818,9 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
829
818
  }],
830
819
  drawArrObj: [],
831
820
  onlyLayerID: "station_highway"
832
- }, t = Lt(), n = t.field, i = t.unit;
821
+ }, t = It(), n = t.field, i = t.unit;
833
822
  Te().forEach((t) => {
834
- let r = zt(t, Rt(t, n), i), a = {
823
+ let r = Rt(t, Lt(t, n), i), a = {
835
824
  lng: t.longitude,
836
825
  lat: t.latitude,
837
826
  htmlString: r,
@@ -843,7 +832,7 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
843
832
  mapMarker: e,
844
833
  removeMarker: "station_highway"
845
834
  });
846
- }, Vt = () => {
835
+ }, Bt = () => {
847
836
  if (!_.value) return r("removeMarker", "pile_highway");
848
837
  let e = {
849
838
  clickOpen: !0,
@@ -902,14 +891,14 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
902
891
  mapMarker: e,
903
892
  removeMarker: "pile_highway"
904
893
  });
905
- }, Ht = (e) => {
894
+ }, Vt = (e) => {
906
895
  let t = !!C.value[e];
907
896
  C.value[e] = !t, t || (w.value[e] = !1, T.value[e] = !0);
908
- }, Ut = (e) => {
897
+ }, Ht = (e) => {
909
898
  w.value[e] = !w.value[e];
910
- }, Wt = (e) => {
899
+ }, Ut = (e) => {
911
900
  T.value[e] = !T.value[e];
912
- }, Gt = () => {
901
+ }, Wt = () => {
913
902
  r("close", "HighwayLiveAlarmNew");
914
903
  };
915
904
  return (e, t) => {
@@ -931,7 +920,7 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
931
920
  onClick: t[1] ||= (e) => Me("table")
932
921
  }, " 表格 ", 2)]), M("div", {
933
922
  class: "closeBtn",
934
- onClick: Gt,
923
+ onClick: Wt,
935
924
  title: "关闭"
936
925
  })])]), t[8] ||= M("img", {
937
926
  class: "HighwayLiveAlarmNew-head-line",
@@ -948,7 +937,7 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
948
937
  modelValue: _.value,
949
938
  "onUpdate:modelValue": t[2] ||= (e) => _.value = e,
950
939
  class: "pile-checkbox",
951
- onChange: Vt
940
+ onChange: Bt
952
941
  }, {
953
942
  default: J(() => [...t[9] ||= [N(" 显示 ", -1)]]),
954
943
  _: 1
@@ -957,7 +946,7 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
957
946
  modelValue: g.value,
958
947
  "onUpdate:modelValue": t[3] ||= (e) => g.value = e,
959
948
  class: "setting-radios",
960
- onChange: Bt
949
+ onChange: zt
961
950
  }, {
962
951
  default: J(() => [
963
952
  P(r, { value: "降水" }, {
@@ -980,7 +969,7 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
980
969
  "onUpdate:modelValue": t[4] ||= (e) => y.value = e,
981
970
  placeholder: "请选择路线",
982
971
  class: "dark-select",
983
- onChange: It
972
+ onChange: Ft
984
973
  }, {
985
974
  default: J(() => [(z(!0), j(O, null, V(b.value, (e) => (z(), ce(o, {
986
975
  key: e,
@@ -1000,7 +989,7 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
1000
989
  }, [
1001
990
  M("div", {
1002
991
  class: "table-row-main",
1003
- onClick: (t) => Ht(e.name)
992
+ onClick: (t) => Vt(e.name)
1004
993
  }, [
1005
994
  M("span", Ze, U(e.name), 1),
1006
995
  M("div", { class: R(["status-tags", { "has-warn": Z(e.tags) }]) }, [(z(!0), j(O, null, V(e.tags, (t) => (z(), j("span", {
@@ -1017,7 +1006,7 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
1017
1006
  ], 8, Xe),
1018
1007
  Y(M("div", {
1019
1008
  class: "station-title",
1020
- onClick: (t) => Ut(e.name)
1009
+ onClick: (t) => Ht(e.name)
1021
1010
  }, [M("span", null, [t[16] ||= N(" 自动站数据 ", -1), D(e.stations) > 0 ? (z(), j("span", $e, " (报警数量:" + U(D(e.stations)) + "个) ", 1)) : A("", !0)]), M("span", { class: R(["panel-arrow", { expanded: w.value[e.name] }]) }, [P(u, null, {
1022
1011
  default: J(() => [P(W(a))]),
1023
1012
  _: 1
@@ -1041,7 +1030,7 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
1041
1030
  ], 10, ht))), 128))])) : (z(), j("div", bt, "暂无站点数据"))], 512), [[K, C.value[e.name] && w.value[e.name]]]),
1042
1031
  Y(M("div", {
1043
1032
  class: "pile-title",
1044
- onClick: (t) => Wt(e.name)
1033
+ onClick: (t) => Ut(e.name)
1045
1034
  }, [M("span", null, [t[26] ||= N(" 桩号数据 ", -1), e.pileWarnCount > 0 ? (z(), j("span", St, " (报警数量:" + U(e.pileWarnCount) + "个)", 1)) : A("", !0)]), M("span", { class: R(["panel-arrow", { expanded: T.value[e.name] }]) }, [P(u, null, {
1046
1035
  default: J(() => [P(W(a))]),
1047
1036
  _: 1
@@ -1067,6 +1056,6 @@ var Pe = "data:audio/mpeg;base64,SUQzBAAAAAAAfVRYWFgAAAAZAAADY29tbWVudAB3d3cuaWd
1067
1056
  ])), [[m, l.value]]);
1068
1057
  };
1069
1058
  }
1070
- }), [["__scopeId", "data-v-d28f4c1c"]]);
1059
+ }), [["__scopeId", "data-v-80e34855"]]);
1071
1060
  //#endregion
1072
1061
  export { Ne as n, Ot as t };
@@ -2,7 +2,7 @@ import { i as e, t } from "./rolldown-runtime-Dd0fQ6-X.mjs";
2
2
  import { $ as n, C as r, E as i, G as a, I as o, K as s, L as c, M as l, P as u, Q as d, R as f, T as p, W as m, Z as h, a as g, b as _, c as v, d as y, et as b, i as x, l as S, m as C, n as w, r as ee, tt as T, u as E, v as D, w as O, y as te, z as ne } from "./component-HighWayFreeze-C_Y5P0wN.mjs";
3
3
  import { At as re, B as ie, Bt as ae, C as oe, Ct as se, D as k, Dt as ce, E as le, Et as ue, Ft as de, Gt as fe, Ht as pe, It as me, Jt as he, Kt as ge, Lt as _e, Mt as ve, Nt as ye, Ot as be, P as xe, Pt as Se, R as Ce, Rt as we, St as Te, Tt as Ee, Ut as De, Vt as Oe, Wt as ke, Yt as Ae, Zt as je, a as Me, c as Ne, f as Pe, g as Fe, h as Ie, ht as Le, in as Re, jt as ze, kt as Be, l as Ve, n as He, nn as Ue, o as We, on as Ge, qt as Ke, u as qe, v as Je, zt as Ye } from "./component-AqiMonitor-DoGm_NCt.mjs";
4
4
  import { a as Xe } from "./component-HighwayLiveAlarm-DMdnrD3c.mjs";
5
- import { n as Ze } from "./component-HighwayLiveAlarmNew-KR4OZB7F.mjs";
5
+ import { n as Ze } from "./component-HighwayLiveAlarmNew-Br-t28Hr.mjs";
6
6
  import "./component-HighWayEarlyWarningRed-D89gFa50.mjs";
7
7
  import { Fragment as Qe, Text as $e, computed as A, createApp as et, createBlock as tt, createCommentVNode as nt, createElementBlock as j, createElementVNode as M, createTextVNode as rt, createVNode as N, defineComponent as it, getCurrentInstance as at, h as ot, inject as st, markRaw as ct, mergeProps as lt, nextTick as ut, normalizeClass as P, normalizeStyle as dt, onMounted as ft, openBlock as F, provide as pt, reactive as mt, ref as ht, renderList as gt, renderSlot as _t, resolveDynamicComponent as vt, shallowRef as yt, toDisplayString as I, toRef as bt, unref as L, useAttrs as xt, useSlots as St, vShow as Ct, watch as wt, watchEffect as Tt, withCtx as Et, withDirectives as R, withKeys as Dt, withModifiers as Ot } from "vue";
8
8
  //#region node_modules/lodash-es/now.js
@@ -1,8 +1,8 @@
1
1
  import "./rolldown-runtime-Dd0fQ6-X.mjs";
2
2
  import { A as e, S as t, j as n, m as r } from "./component-HighWayFreeze-C_Y5P0wN.mjs";
3
3
  import { a as i, n as a, r as o } from "./component-AqiMonitor-DoGm_NCt.mjs";
4
- import "./component-ImageGeneration-Ch_ajmOP.mjs";
5
- import { n as s } from "./component-HighwayLiveAlarmNew-KR4OZB7F.mjs";
4
+ import "./component-ImageGeneration-DSUc0Jzf.mjs";
5
+ import { n as s } from "./component-HighwayLiveAlarmNew-Br-t28Hr.mjs";
6
6
  import { n as c } from "./component-HighWayEarlyWarningRed-D89gFa50.mjs";
7
7
  import { Fragment as l, computed as u, createBlock as ee, createCommentVNode as te, createElementBlock as d, createElementVNode as f, createTextVNode as p, createVNode as m, defineComponent as h, nextTick as ne, normalizeClass as g, normalizeStyle as _, onBeforeUnmount as re, onMounted as ie, openBlock as v, ref as y, renderList as b, toDisplayString as x, unref as S, vShow as C, watch as w, withCtx as T, withDirectives as E } from "vue";
8
8
  //#region src/components/RadarShortTerm/RadarShortTerm.vue?vue&type=script&setup=true&lang.ts
@@ -2,7 +2,7 @@ import "./rolldown-runtime-Dd0fQ6-X.mjs";
2
2
  import { B as e, H as t, N as n, P as r, U as i, V as a, et as o, h as s, m as c, o as l, s as u, y as d } from "./component-HighWayFreeze-C_Y5P0wN.mjs";
3
3
  import { C as f, D as p, E as m, Lt as h, Mt as g, Nt as _, Tt as v, _ as y, b, c as ee, g as x, h as S, in as te, j as C, n as w, p as ne, un as T, v as E, w as D, x as O, y as k } from "./component-AqiMonitor-DoGm_NCt.mjs";
4
4
  import { a as A } from "./component-HighwayLiveAlarm-DMdnrD3c.mjs";
5
- import { n as re } from "./component-ImageGeneration-Ch_ajmOP.mjs";
5
+ import { n as re } from "./component-ImageGeneration-DSUc0Jzf.mjs";
6
6
  import "./component-HighWayEarlyWarningRed-D89gFa50.mjs";
7
7
  import { Fragment as j, Transition as M, computed as N, createBlock as P, createCommentVNode as F, createElementBlock as I, createElementVNode as L, createSlots as ie, createTextVNode as R, createVNode as z, defineComponent as B, getCurrentInstance as ae, h as oe, inject as V, isRef as H, mergeProps as U, nextTick as se, normalizeClass as W, normalizeStyle as G, onBeforeUnmount as K, onMounted as q, onScopeDispose as ce, openBlock as J, provide as le, ref as Y, renderSlot as X, resolveDynamicComponent as ue, toDisplayString as de, unref as Z, useSlots as fe, vShow as pe, watch as Q, watchEffect as me, withCtx as $, withDirectives as he } from "vue";
8
8
  //#region node_modules/element-plus/es/hooks/use-draggable/index.mjs
@@ -2,8 +2,8 @@ import "./rolldown-runtime-Dd0fQ6-X.mjs";
2
2
  import { D as e, F as t, I as n, P as r, S as i, V as a, W as o, _ as s, d as c, f as l, g as u, k as d, m as f, p, q as m, tt as h, x as ee, y as g } from "./component-HighWayFreeze-C_Y5P0wN.mjs";
3
3
  import { C as _, D as v, E as y, Ht as b, M as te, Mt as x, Nt as S, O as C, P as w, dn as ne, en as T, h as E, in as D, j as O, jt as k, n as A, nn as re, r as ie, s as ae, sn as oe, un as se, v as ce, w as le } from "./component-AqiMonitor-DoGm_NCt.mjs";
4
4
  import { s as ue } from "./component-HighwayLiveAlarm-DMdnrD3c.mjs";
5
- import { a as de, i as fe, n as pe, r as j } from "./component-ImageGeneration-Ch_ajmOP.mjs";
6
- import { n as me } from "./component-ServiceMaterialsBtn-DbRVspkX.mjs";
5
+ import { a as de, i as fe, n as pe, r as j } from "./component-ImageGeneration-DSUc0Jzf.mjs";
6
+ import { n as me } from "./component-ServiceMaterialsBtn-DzeJfuGW.mjs";
7
7
  import "./component-HighWayEarlyWarningRed-D89gFa50.mjs";
8
8
  import { Fragment as he, Transition as ge, TransitionGroup as _e, computed as M, createBlock as N, createCommentVNode as P, createElementBlock as F, createElementVNode as I, createStaticVNode as ve, createTextVNode as ye, createVNode as L, defineComponent as R, inject as be, isVNode as xe, nextTick as Se, normalizeClass as z, normalizeStyle as B, onBeforeUnmount as Ce, onMounted as we, onUnmounted as Te, onUpdated as Ee, openBlock as V, provide as De, reactive as Oe, ref as H, render as ke, renderList as U, renderSlot as W, resolveDynamicComponent as Ae, shallowReactive as je, toDisplayString as G, toRefs as Me, unref as K, useSlots as Ne, vShow as Pe, watch as Fe, withCtx as q, withDirectives as Ie, withKeys as Le, withModifiers as Re } from "vue";
9
9
  //#region node_modules/lodash-es/cloneDeep.js
@@ -1,8 +1,8 @@
1
1
  import "./rolldown-runtime-Dd0fQ6-X.mjs";
2
2
  import { D as e, O as t, k as n, m as r } from "./component-HighWayFreeze-C_Y5P0wN.mjs";
3
3
  import { n as i } from "./component-AqiMonitor-DoGm_NCt.mjs";
4
- import { i as a, n as o, r as s } from "./component-YCHome-CJTR9axy.mjs";
5
- import { i as c, n as l } from "./component-ImageGeneration-Ch_ajmOP.mjs";
4
+ import { i as a, n as o, r as s } from "./component-YCHome-4jtJSQOh.mjs";
5
+ import { i as c, n as l } from "./component-ImageGeneration-DSUc0Jzf.mjs";
6
6
  import { Fragment as u, createElementBlock as d, createElementVNode as f, createVNode as p, defineComponent as m, onMounted as h, openBlock as g, reactive as _, ref as v, renderList as y, unref as b, withCtx as x, withKeys as S } from "vue";
7
7
  //#region src/components/YCLogin/YCLogin.vue?vue&type=script&setup=true&lang.ts
8
8
  var C = { class: "YCLogin" }, w = { class: "particles" }, T = { class: "login-container" }, E = { class: "login-wrapper" }, D = { class: "login-box" }, O = { class: "login-header" }, k = { class: "header-icon" }, A = { class: "input-icon-box" }, j = { class: "input-icon-box" }, M = /* @__PURE__ */ i(/* @__PURE__ */ m({
@@ -1,8 +1,8 @@
1
1
  import "./rolldown-runtime-Dd0fQ6-X.mjs";
2
2
  import { D as e, O as t, k as n, m as r } from "./component-HighWayFreeze-C_Y5P0wN.mjs";
3
3
  import { n as i, r as a } from "./component-AqiMonitor-DoGm_NCt.mjs";
4
- import { i as o, n as s, r as c } from "./component-YCHome-CJTR9axy.mjs";
5
- import { i as l, n as u } from "./component-ImageGeneration-Ch_ajmOP.mjs";
4
+ import { i as o, n as s, r as c } from "./component-YCHome-4jtJSQOh.mjs";
5
+ import { i as l, n as u } from "./component-ImageGeneration-DSUc0Jzf.mjs";
6
6
  import { n as d } from "./component-LithiumBatteryMiningArea-Dj1DMKuU.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
@@ -1,17 +1,17 @@
1
1
  import { t as e } from "./chunks/component-HighWayFreeze-C_Y5P0wN.mjs";
2
2
  import { t } from "./chunks/component-AqiMonitor-DoGm_NCt.mjs";
3
3
  import { t as n } from "./chunks/component-HighwayLiveAlarm-DMdnrD3c.mjs";
4
- import { t as r } from "./chunks/component-YCHome-CJTR9axy.mjs";
5
- import { t as i } from "./chunks/component-ImageGeneration-Ch_ajmOP.mjs";
6
- import { t as a } from "./chunks/component-ServiceMaterialsBtn-DbRVspkX.mjs";
7
- import { t as o } from "./chunks/component-HighwayLiveAlarmNew-KR4OZB7F.mjs";
4
+ import { t as r } from "./chunks/component-YCHome-4jtJSQOh.mjs";
5
+ import { t as i } from "./chunks/component-ImageGeneration-DSUc0Jzf.mjs";
6
+ import { t as a } from "./chunks/component-ServiceMaterialsBtn-DzeJfuGW.mjs";
7
+ import { t as o } from "./chunks/component-HighwayLiveAlarmNew-Br-t28Hr.mjs";
8
8
  import { t as s } from "./chunks/component-HighWayEarlyWarningRed-D89gFa50.mjs";
9
9
  import { t as c } from "./chunks/component-HighwayStations-CNs3P4Vw.mjs";
10
10
  import { t as l } from "./chunks/component-HighwayWeatherForecast-Dn6tjaR-.mjs";
11
- import { t as u } from "./chunks/component-YCLogin-BJEVO5e9.mjs";
11
+ import { t as u } from "./chunks/component-YCLogin-3JpsBCAJ.mjs";
12
12
  import { t as d } from "./chunks/component-LithiumBatteryMiningArea-Dj1DMKuU.mjs";
13
- import { t as f } from "./chunks/component-YCLoginNew-CWtDmJk-.mjs";
14
- import { t as p } from "./chunks/component-RadarShortTerm-Dxq3c_j-.mjs";
13
+ import { t as f } from "./chunks/component-YCLoginNew-BZvJGYAm.mjs";
14
+ import { t as p } from "./chunks/component-RadarShortTerm-CidtgjJ5.mjs";
15
15
  import { t as m } from "./chunks/component-TimeBasedForecast-D4syarmJ.mjs";
16
16
  import { t as h } from "./chunks/component-WeatherForecast-CYzKbPGG.mjs";
17
17
  import { t as g } from "./chunks/component-WarningSignal-Dj3r1iCu.mjs";
@@ -1 +1 @@
1
- .el-checkbox{--el-checkbox-font-size:14px;--el-checkbox-font-weight:var(--el-font-weight-primary);--el-checkbox-text-color:var(--el-text-color-regular);--el-checkbox-input-height:14px;--el-checkbox-input-width:14px;--el-checkbox-border-radius:var(--el-border-radius-small);--el-checkbox-bg-color:var(--el-fill-color-blank);--el-checkbox-input-border:var(--el-border);--el-checkbox-disabled-border-color:var(--el-border-color);--el-checkbox-disabled-input-fill:var(--el-fill-color-light);--el-checkbox-disabled-icon-color:var(--el-text-color-placeholder);--el-checkbox-disabled-checked-input-fill:var(--el-border-color-extra-light);--el-checkbox-disabled-checked-input-border-color:var(--el-border-color);--el-checkbox-disabled-checked-icon-color:var(--el-text-color-placeholder);--el-checkbox-checked-text-color:var(--el-color-primary);--el-checkbox-checked-input-border-color:var(--el-color-primary);--el-checkbox-checked-bg-color:var(--el-color-primary);--el-checkbox-checked-icon-color:var(--el-color-white);--el-checkbox-input-border-color-hover:var(--el-color-primary);color:var(--el-checkbox-text-color);font-weight:var(--el-checkbox-font-weight);font-size:var(--el-font-size-base);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;height:var(--el-checkbox-height,32px);align-items:center;margin-right:30px;display:inline-flex;position:relative}.el-checkbox.is-disabled{cursor:not-allowed}.el-checkbox.is-bordered{border-radius:var(--el-border-radius-base);border:var(--el-border);box-sizing:border-box;padding:0 15px 0 9px}.el-checkbox.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-checkbox.is-bordered.is-disabled{border-color:var(--el-border-color-lighter)}.el-checkbox.is-bordered.el-checkbox--large{border-radius:var(--el-border-radius-base);padding:0 19px 0 11px}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label{font-size:var(--el-font-size-base)}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner{width:14px;height:14px}.el-checkbox.is-bordered.el-checkbox--small{border-radius:calc(var(--el-border-radius-base) - 1px);padding:0 11px 0 7px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{width:12px;height:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{width:2px;height:6px}.el-checkbox input:focus-visible+.el-checkbox__inner{outline:2px solid var(--el-checkbox-input-border-color-hover);outline-offset:1px;border-radius:var(--el-checkbox-border-radius)}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:none;display:inline-flex;position:relative}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:var(--el-checkbox-disabled-input-fill);border-color:var(--el-checkbox-disabled-border-color);cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{cursor:not-allowed;border-color:var(--el-checkbox-disabled-icon-color);will-change:transform}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-disabled-checked-icon-color);border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-checked-icon-color);transform:translate(-45%,-60%)rotate(45deg)scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:var(--el-checkbox-checked-text-color)}.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible){border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{content:"";background-color:var(--el-checkbox-checked-icon-color);height:2px;display:block;position:absolute;top:5px;left:0;right:0;transform:scale(.5)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{border:var(--el-checkbox-input-border);border-radius:var(--el-checkbox-border-radius);box-sizing:border-box;width:var(--el-checkbox-input-width);height:var(--el-checkbox-input-height);background-color:var(--el-checkbox-bg-color);z-index:var(--el-index-normal);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46);display:inline-block;position:relative}.el-checkbox__inner:hover{border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__inner:after{box-sizing:content-box;content:"";transform-origin:50%;border:1px solid #0000;border-top:0;border-left:0;width:3px;height:7px;transition:transform .15s ease-in 50ms;position:absolute;top:50%;left:50%;transform:translate(-45%,-60%)rotate(45deg)scaleY(0)}.el-checkbox__original{opacity:0;z-index:-1;outline:none;width:0;height:0;margin:0;position:absolute}.el-checkbox__label{line-height:1;font-size:var(--el-checkbox-font-size);padding-left:8px;display:inline-block}.el-checkbox.el-checkbox--large{height:40px}.el-checkbox.el-checkbox--large .el-checkbox__label{font-size:14px}.el-checkbox.el-checkbox--large .el-checkbox__inner{width:14px;height:14px}.el-checkbox.el-checkbox--small{height:24px}.el-checkbox.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.el-checkbox--small .el-checkbox__inner{width:12px;height:12px}.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{top:4px}.el-checkbox.el-checkbox--small .el-checkbox__inner:after{width:2px;height:6px}.el-checkbox:last-of-type{margin-right:0}.HighwayLiveAlarmNew[data-v-d28f4c1c]{position:relative}.HighwayLiveAlarmNew .voice-permission-mask[data-v-d28f4c1c]{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.HighwayLiveAlarmNew .voice-permission-dialog[data-v-d28f4c1c]{text-align:center;background:#002140f2;border:1px solid #0bc4e966;border-radius:6px;width:220px;padding:12px}.HighwayLiveAlarmNew .voice-permission-title[data-v-d28f4c1c]{color:#fff;font-size:13px;font-weight:600}.HighwayLiveAlarmNew .voice-permission-desc[data-v-d28f4c1c]{color:#ffffffd1;margin-top:6px;font-size:12px}.HighwayLiveAlarmNew .voice-permission-btn[data-v-d28f4c1c]{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0bc4e9 0%,#1593ff 100%);border:1px solid #0bc4e999;border-radius:14px;min-width:88px;height:28px;margin-top:10px}.HighwayLiveAlarmNew[data-v-d28f4c1c]{color:#fff;background:#002140e6;border:1px solid #0bc4e9;width:360px;min-height:400px;padding:10px}.HighwayLiveAlarmNew .view-switch[data-v-d28f4c1c]{background:#0bc4e914;border:1px solid #0bc4e959;border-radius:999px;gap:2px;width:112px;margin:0;padding:2px;display:flex}.HighwayLiveAlarmNew .view-switch .switch-btn[data-v-d28f4c1c]{color:#ffffffd9;cursor:pointer;background:0 0;border:none;border-radius:999px;flex:1;height:22px;font-size:12px;line-height:22px;transition:all .2s}.HighwayLiveAlarmNew .view-switch .switch-btn.active[data-v-d28f4c1c]{color:#fff;background:linear-gradient(90deg,#0bc4e9 0%,#1593ff 100%);font-weight:600;box-shadow:0 2px 8px #0bc4e959}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head[data-v-d28f4c1c]{width:100%;position:relative}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top[data-v-d28f4c1c]{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}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .head-actions[data-v-d28f4c1c]{align-items:center;gap:8px;display:flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-d28f4c1c]{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}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-d28f4c1c]:before,.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-d28f4c1c]: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%}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-d28f4c1c]:before{transform:translate(-50%,-50%)rotate(45deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-d28f4c1c]:after{transform:translate(-50%,-50%)rotate(-45deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-d28f4c1c]:hover{background:#ff5f57;border-color:#e0443e;transform:scale(1.14);box-shadow:inset 0 1px 1px #ffffff59,0 0 0 1px #0003}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-d28f4c1c]:hover:before,.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-d28f4c1c]:hover:after{opacity:1}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-d28f4c1c]:active{transform:scale(.96)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-line[data-v-d28f4c1c]{width:100%;height:10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-summary[data-v-d28f4c1c]{margin:8px 0 10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-chart[data-v-d28f4c1c]{background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;width:100%;height:300px;box-shadow:inset 0 0 10px #0bc4e933}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-setting-panel[data-v-d28f4c1c]{background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;width:100%;margin-top:10px;overflow:hidden}.HighwayLiveAlarmNew .display-setting[data-v-d28f4c1c]{flex-direction:column;gap:6px;padding:8px 10px 6px;font-size:12px;display:flex;overflow:visible}.HighwayLiveAlarmNew .display-setting .setting-row[data-v-d28f4c1c]{align-items:center;gap:6px;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .setting-row-pile[data-v-d28f4c1c]{margin-bottom:2px}.HighwayLiveAlarmNew .display-setting .setting-pile-options[data-v-d28f4c1c]{flex:1;align-items:center;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-d28f4c1c]{margin-right:0}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-d28f4c1c] .el-checkbox__label{color:#ffffffe0;padding-left:4px;font-size:12px}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-d28f4c1c] .el-checkbox__input.is-checked+.el-checkbox__label{color:#0bc4e9}.HighwayLiveAlarmNew .display-setting .setting-label[data-v-d28f4c1c]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-d28f4c1c]{white-space:nowrap;flex-wrap:nowrap;flex:1;justify-content:space-between;align-items:center;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-d28f4c1c] .el-radio{color:#fffc;white-space:nowrap;margin-right:0}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-d28f4c1c] .el-radio__label{color:#ffffffe0;padding-left:4px;font-size:12px}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-d28f4c1c] .el-radio__input.is-checked+.el-radio__label{color:#0bc4e9}.HighwayLiveAlarmNew .display-setting[data-v-d28f4c1c] .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}.HighwayLiveAlarmNew .display-setting[data-v-d28f4c1c] .dark-select .el-select__placeholder,.HighwayLiveAlarmNew .display-setting[data-v-d28f4c1c] .dark-select .el-select__selected-item{color:#ffffffdb}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table[data-v-d28f4c1c]{background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;width:100%;height:auto;max-height:none;margin-top:10px;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-head[data-v-d28f4c1c],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row-main[data-v-d28f4c1c]{grid-template-columns:140px minmax(0,1fr) 14px;gap:4px;padding:0 8px;display:grid}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-head[data-v-d28f4c1c]{color:#88dfff;background:#0bc4e914;border-bottom:1px solid #0bc4e94d;align-items:center;height:34px;font-size:12px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-head .head-arrow[data-v-d28f4c1c]{text-align:center}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-d28f4c1c]{height:auto;max-height:none;overflow:visible}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-d28f4c1c]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-d28f4c1c]::-webkit-scrollbar-thumb{background:#0bc4e966;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row[data-v-d28f4c1c]{border-bottom:1px solid #0bc4e926}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row-main[data-v-d28f4c1c]{cursor:pointer;align-items:start;min-height:36px;padding-top:8px;padding-bottom:8px;font-size:13px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .name[data-v-d28f4c1c]{color:#ffffffeb;line-height:22px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tags[data-v-d28f4c1c]{flex-wrap:nowrap;gap:6px;display:flex;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tags.has-warn[data-v-d28f4c1c]{flex-wrap:wrap}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .expand-arrow[data-v-d28f4c1c]{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)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .expand-arrow .el-icon[data-v-d28f4c1c]{display:inline-flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .expand-arrow.expanded[data-v-d28f4c1c]{color:#0bc4e9;transform:rotate(90deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tag[data-v-d28f4c1c]{color:#52c41a;white-space:nowrap;background:#52c41a24;border:1px solid #52c41a8c;border-radius:4px;justify-content:center;align-items:center;gap:4px;height:22px;padding:0 6px;font-size:12px;display:inline-flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tag.warn[data-v-d28f4c1c]{color:#ff4d4f;background:#ff4d4f24;border:1px solid #ff4d4f8c}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .tag-value[data-v-d28f4c1c]{color:#fffffff2;background:#ff4d4f47;border:1px solid #ff4d4f6b;border-radius:10px;padding:1px 5px;font-size:11px;line-height:1}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-panel[data-v-d28f4c1c]{background:#05182873;border:1px solid #0bc4e933;border-radius:4px;margin:0 10px 8px;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-title[data-v-d28f4c1c]{letter-spacing:.5px;color:#88dffff5;box-shadow:none;text-shadow:none;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;margin:2px 10px 4px;padding:6px 8px 6px 16px;font-size:11px;font-weight:600;display:flex;position:relative}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-title[data-v-d28f4c1c]: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%)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-head[data-v-d28f4c1c],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-d28f4c1c]{grid-template-columns:1.8fr .72fr .72fr .72fr .82fr;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:grid}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-head[data-v-d28f4c1c]{color:#88dffff2;background:#0bc4e914;border-bottom:1px solid #0bc4e933}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-head>span[data-v-d28f4c1c],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row>span[data-v-d28f4c1c]{text-align:left;justify-self:start}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head[data-v-d28f4c1c]{flex-flow:column;justify-content:center;align-items:flex-start;row-gap:1px;max-width:100%;line-height:1.05;display:inline-flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .label[data-v-d28f4c1c],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .unit[data-v-d28f4c1c]{white-space:normal;text-align:left;display:block}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .warn-count[data-v-d28f4c1c]{color:#ff4d4f;white-space:nowrap;margin-left:2px;font-size:10px;font-weight:600}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .unit[data-v-d28f4c1c]{opacity:.9;font-size:10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-d28f4c1c]{max-height:180px;overflow:auto}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-d28f4c1c]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-d28f4c1c]::-webkit-scrollbar-thumb{background:#0bc4e959;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-d28f4c1c]{color:#ffffffe6;cursor:pointer;border-bottom:1px solid #0bc4e91f}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-d28f4c1c]:hover{background:#ffffff1a}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-value.warn[data-v-d28f4c1c]{color:#ff6b6b;font-weight:600}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row.is-warn[data-v-d28f4c1c]{color:#ffd9d9;background:linear-gradient(90deg,#ff4d4f38 0%,#ff4d4f14 100%);border-left:2px solid #ff4d4fcc;padding-left:8px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-d28f4c1c]:last-child{border-bottom:none}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-empty[data-v-d28f4c1c]{text-align:center;color:#fff9;padding:10px;font-size:12px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-title[data-v-d28f4c1c]{letter-spacing:.5px;color:#88dffff5;box-shadow:none;text-shadow:none;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}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-title[data-v-d28f4c1c]: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%)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .panel-arrow[data-v-d28f4c1c]{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)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .panel-arrow.expanded[data-v-d28f4c1c]{color:#0bc4e9;transform:rotate(90deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-panel[data-v-d28f4c1c]{background:#05182873;border:1px solid #0bc4e933;border-radius:4px;margin:0 10px 8px;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-head[data-v-d28f4c1c]{color:#88dffff2;background:#0bc4e914;border-bottom:1px solid #0bc4e933;grid-template-columns:1.2fr .82fr .82fr .82fr .82fr;gap:6px;padding:6px 8px;font-size:12px;display:grid}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-body[data-v-d28f4c1c]{max-height:140px;overflow:auto}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-body[data-v-d28f4c1c]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-body[data-v-d28f4c1c]::-webkit-scrollbar-thumb{background:#0bc4e966;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row[data-v-d28f4c1c]{color:#ffffffe6;cursor:pointer;border-bottom:1px solid #0bc4e91f;grid-template-columns:1.2fr .82fr .82fr .82fr .82fr;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:grid}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row[data-v-d28f4c1c]:hover{background:#ffffff1a}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row.is-warn[data-v-d28f4c1c]{color:#ffd9d9;background:linear-gradient(90deg,#ff4d4f38 0%,#ff4d4f14 100%);border-left:2px solid #ff4d4fcc;padding-left:8px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row[data-v-d28f4c1c]:last-child{border-bottom:none}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-empty[data-v-d28f4c1c]{text-align:center;color:#fff9;padding:10px;font-size:12px}
1
+ .el-checkbox{--el-checkbox-font-size:14px;--el-checkbox-font-weight:var(--el-font-weight-primary);--el-checkbox-text-color:var(--el-text-color-regular);--el-checkbox-input-height:14px;--el-checkbox-input-width:14px;--el-checkbox-border-radius:var(--el-border-radius-small);--el-checkbox-bg-color:var(--el-fill-color-blank);--el-checkbox-input-border:var(--el-border);--el-checkbox-disabled-border-color:var(--el-border-color);--el-checkbox-disabled-input-fill:var(--el-fill-color-light);--el-checkbox-disabled-icon-color:var(--el-text-color-placeholder);--el-checkbox-disabled-checked-input-fill:var(--el-border-color-extra-light);--el-checkbox-disabled-checked-input-border-color:var(--el-border-color);--el-checkbox-disabled-checked-icon-color:var(--el-text-color-placeholder);--el-checkbox-checked-text-color:var(--el-color-primary);--el-checkbox-checked-input-border-color:var(--el-color-primary);--el-checkbox-checked-bg-color:var(--el-color-primary);--el-checkbox-checked-icon-color:var(--el-color-white);--el-checkbox-input-border-color-hover:var(--el-color-primary);color:var(--el-checkbox-text-color);font-weight:var(--el-checkbox-font-weight);font-size:var(--el-font-size-base);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;height:var(--el-checkbox-height,32px);align-items:center;margin-right:30px;display:inline-flex;position:relative}.el-checkbox.is-disabled{cursor:not-allowed}.el-checkbox.is-bordered{border-radius:var(--el-border-radius-base);border:var(--el-border);box-sizing:border-box;padding:0 15px 0 9px}.el-checkbox.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-checkbox.is-bordered.is-disabled{border-color:var(--el-border-color-lighter)}.el-checkbox.is-bordered.el-checkbox--large{border-radius:var(--el-border-radius-base);padding:0 19px 0 11px}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label{font-size:var(--el-font-size-base)}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner{width:14px;height:14px}.el-checkbox.is-bordered.el-checkbox--small{border-radius:calc(var(--el-border-radius-base) - 1px);padding:0 11px 0 7px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{width:12px;height:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{width:2px;height:6px}.el-checkbox input:focus-visible+.el-checkbox__inner{outline:2px solid var(--el-checkbox-input-border-color-hover);outline-offset:1px;border-radius:var(--el-checkbox-border-radius)}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:none;display:inline-flex;position:relative}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:var(--el-checkbox-disabled-input-fill);border-color:var(--el-checkbox-disabled-border-color);cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{cursor:not-allowed;border-color:var(--el-checkbox-disabled-icon-color);will-change:transform}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-disabled-checked-icon-color);border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-checked-icon-color);transform:translate(-45%,-60%)rotate(45deg)scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:var(--el-checkbox-checked-text-color)}.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible){border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{content:"";background-color:var(--el-checkbox-checked-icon-color);height:2px;display:block;position:absolute;top:5px;left:0;right:0;transform:scale(.5)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{border:var(--el-checkbox-input-border);border-radius:var(--el-checkbox-border-radius);box-sizing:border-box;width:var(--el-checkbox-input-width);height:var(--el-checkbox-input-height);background-color:var(--el-checkbox-bg-color);z-index:var(--el-index-normal);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46);display:inline-block;position:relative}.el-checkbox__inner:hover{border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__inner:after{box-sizing:content-box;content:"";transform-origin:50%;border:1px solid #0000;border-top:0;border-left:0;width:3px;height:7px;transition:transform .15s ease-in 50ms;position:absolute;top:50%;left:50%;transform:translate(-45%,-60%)rotate(45deg)scaleY(0)}.el-checkbox__original{opacity:0;z-index:-1;outline:none;width:0;height:0;margin:0;position:absolute}.el-checkbox__label{line-height:1;font-size:var(--el-checkbox-font-size);padding-left:8px;display:inline-block}.el-checkbox.el-checkbox--large{height:40px}.el-checkbox.el-checkbox--large .el-checkbox__label{font-size:14px}.el-checkbox.el-checkbox--large .el-checkbox__inner{width:14px;height:14px}.el-checkbox.el-checkbox--small{height:24px}.el-checkbox.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.el-checkbox--small .el-checkbox__inner{width:12px;height:12px}.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{top:4px}.el-checkbox.el-checkbox--small .el-checkbox__inner:after{width:2px;height:6px}.el-checkbox:last-of-type{margin-right:0}.HighwayLiveAlarmNew[data-v-80e34855]{position:relative}.HighwayLiveAlarmNew .voice-permission-mask[data-v-80e34855]{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.HighwayLiveAlarmNew .voice-permission-dialog[data-v-80e34855]{text-align:center;background:#002140f2;border:1px solid #0bc4e966;border-radius:6px;width:220px;padding:12px}.HighwayLiveAlarmNew .voice-permission-title[data-v-80e34855]{color:#fff;font-size:13px;font-weight:600}.HighwayLiveAlarmNew .voice-permission-desc[data-v-80e34855]{color:#ffffffd1;margin-top:6px;font-size:12px}.HighwayLiveAlarmNew .voice-permission-btn[data-v-80e34855]{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0bc4e9 0%,#1593ff 100%);border:1px solid #0bc4e999;border-radius:14px;min-width:88px;height:28px;margin-top:10px}.HighwayLiveAlarmNew[data-v-80e34855]{color:#fff;background:#002140e6;border:1px solid #0bc4e9;width:360px;min-height:400px;padding:10px}.HighwayLiveAlarmNew .view-switch[data-v-80e34855]{background:#0bc4e914;border:1px solid #0bc4e959;border-radius:999px;gap:2px;width:112px;margin:0;padding:2px;display:flex}.HighwayLiveAlarmNew .view-switch .switch-btn[data-v-80e34855]{color:#ffffffd9;cursor:pointer;background:0 0;border:none;border-radius:999px;flex:1;height:22px;font-size:12px;line-height:22px;transition:all .2s}.HighwayLiveAlarmNew .view-switch .switch-btn.active[data-v-80e34855]{color:#fff;background:linear-gradient(90deg,#0bc4e9 0%,#1593ff 100%);font-weight:600;box-shadow:0 2px 8px #0bc4e959}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head[data-v-80e34855]{width:100%;position:relative}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top[data-v-80e34855]{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}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .head-actions[data-v-80e34855]{align-items:center;gap:8px;display:flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-80e34855]{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}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-80e34855]:before,.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-80e34855]: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%}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-80e34855]:before{transform:translate(-50%,-50%)rotate(45deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-80e34855]:after{transform:translate(-50%,-50%)rotate(-45deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-80e34855]:hover{background:#ff5f57;border-color:#e0443e;transform:scale(1.14);box-shadow:inset 0 1px 1px #ffffff59,0 0 0 1px #0003}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-80e34855]:hover:before,.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-80e34855]:hover:after{opacity:1}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-80e34855]:active{transform:scale(.96)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-line[data-v-80e34855]{width:100%;height:10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-summary[data-v-80e34855]{margin:8px 0 10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-chart[data-v-80e34855]{background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;width:100%;height:300px;box-shadow:inset 0 0 10px #0bc4e933}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-setting-panel[data-v-80e34855]{background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;width:100%;margin-top:10px;overflow:hidden}.HighwayLiveAlarmNew .display-setting[data-v-80e34855]{flex-direction:column;gap:6px;padding:8px 10px 6px;font-size:12px;display:flex;overflow:visible}.HighwayLiveAlarmNew .display-setting .setting-row[data-v-80e34855]{align-items:center;gap:6px;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .setting-row-pile[data-v-80e34855]{margin-bottom:2px}.HighwayLiveAlarmNew .display-setting .setting-pile-options[data-v-80e34855]{flex:1;align-items:center;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-80e34855]{margin-right:0}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-80e34855] .el-checkbox__label{color:#ffffffe0;padding-left:4px;font-size:12px}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-80e34855] .el-checkbox__input.is-checked+.el-checkbox__label{color:#0bc4e9}.HighwayLiveAlarmNew .display-setting .setting-label[data-v-80e34855]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-80e34855]{white-space:nowrap;flex-wrap:nowrap;flex:1;justify-content:space-between;align-items:center;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-80e34855] .el-radio{color:#fffc;white-space:nowrap;margin-right:0}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-80e34855] .el-radio__label{color:#ffffffe0;padding-left:4px;font-size:12px}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-80e34855] .el-radio__input.is-checked+.el-radio__label{color:#0bc4e9}.HighwayLiveAlarmNew .display-setting[data-v-80e34855] .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}.HighwayLiveAlarmNew .display-setting[data-v-80e34855] .dark-select .el-select__placeholder,.HighwayLiveAlarmNew .display-setting[data-v-80e34855] .dark-select .el-select__selected-item{color:#ffffffdb}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table[data-v-80e34855]{background:linear-gradient(#0bc4e91a 0%,#0bc4e905 100%);border:1px solid #0bc4e94d;border-radius:4px;width:100%;height:auto;max-height:none;margin-top:10px;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-head[data-v-80e34855],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row-main[data-v-80e34855]{grid-template-columns:140px minmax(0,1fr) 14px;gap:4px;padding:0 8px;display:grid}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-head[data-v-80e34855]{color:#88dfff;background:#0bc4e914;border-bottom:1px solid #0bc4e94d;align-items:center;height:34px;font-size:12px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-head .head-arrow[data-v-80e34855]{text-align:center}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-80e34855]{height:auto;max-height:none;overflow:visible}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-80e34855]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-80e34855]::-webkit-scrollbar-thumb{background:#0bc4e966;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row[data-v-80e34855]{border-bottom:1px solid #0bc4e926}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row-main[data-v-80e34855]{cursor:pointer;align-items:start;min-height:36px;padding-top:8px;padding-bottom:8px;font-size:13px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .name[data-v-80e34855]{color:#ffffffeb;line-height:22px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tags[data-v-80e34855]{flex-wrap:nowrap;gap:6px;display:flex;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tags.has-warn[data-v-80e34855]{flex-wrap:wrap}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .expand-arrow[data-v-80e34855]{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)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .expand-arrow .el-icon[data-v-80e34855]{display:inline-flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .expand-arrow.expanded[data-v-80e34855]{color:#0bc4e9;transform:rotate(90deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tag[data-v-80e34855]{color:#52c41a;white-space:nowrap;background:#52c41a24;border:1px solid #52c41a8c;border-radius:4px;justify-content:center;align-items:center;gap:4px;height:22px;padding:0 6px;font-size:12px;display:inline-flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tag.warn[data-v-80e34855]{color:#ff4d4f;background:#ff4d4f24;border:1px solid #ff4d4f8c}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .tag-value[data-v-80e34855]{color:#fffffff2;background:#ff4d4f47;border:1px solid #ff4d4f6b;border-radius:10px;padding:1px 5px;font-size:11px;line-height:1}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-panel[data-v-80e34855]{background:#05182873;border:1px solid #0bc4e933;border-radius:4px;margin:0 10px 8px;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-title[data-v-80e34855]{letter-spacing:.5px;color:#88dffff5;box-shadow:none;text-shadow:none;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;margin:2px 10px 4px;padding:6px 8px 6px 16px;font-size:11px;font-weight:600;display:flex;position:relative}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-title[data-v-80e34855]: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%)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-head[data-v-80e34855],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-80e34855]{grid-template-columns:1.8fr .72fr .72fr .72fr .82fr;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:grid}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-head[data-v-80e34855]{color:#88dffff2;background:#0bc4e914;border-bottom:1px solid #0bc4e933}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-head>span[data-v-80e34855],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row>span[data-v-80e34855]{text-align:left;justify-self:start}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head[data-v-80e34855]{flex-flow:column;justify-content:center;align-items:flex-start;row-gap:1px;max-width:100%;line-height:1.05;display:inline-flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .label[data-v-80e34855],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .unit[data-v-80e34855]{white-space:normal;text-align:left;display:block}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .warn-count[data-v-80e34855]{color:#ff4d4f;white-space:nowrap;margin-left:2px;font-size:10px;font-weight:600}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .unit[data-v-80e34855]{opacity:.9;font-size:10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-80e34855]{max-height:180px;overflow:auto}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-80e34855]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-80e34855]::-webkit-scrollbar-thumb{background:#0bc4e959;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-80e34855]{color:#ffffffe6;cursor:pointer;border-bottom:1px solid #0bc4e91f}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-80e34855]:hover{background:#ffffff1a}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-value.warn[data-v-80e34855]{color:#ff6b6b;font-weight:600}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row.is-warn[data-v-80e34855]{color:#ffd9d9;background:linear-gradient(90deg,#ff4d4f38 0%,#ff4d4f14 100%);border-left:2px solid #ff4d4fcc;padding-left:8px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-80e34855]:last-child{border-bottom:none}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-empty[data-v-80e34855]{text-align:center;color:#fff9;padding:10px;font-size:12px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-title[data-v-80e34855]{letter-spacing:.5px;color:#88dffff5;box-shadow:none;text-shadow:none;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}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-title[data-v-80e34855]: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%)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .panel-arrow[data-v-80e34855]{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)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .panel-arrow.expanded[data-v-80e34855]{color:#0bc4e9;transform:rotate(90deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-panel[data-v-80e34855]{background:#05182873;border:1px solid #0bc4e933;border-radius:4px;margin:0 10px 8px;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-head[data-v-80e34855]{color:#88dffff2;background:#0bc4e914;border-bottom:1px solid #0bc4e933;grid-template-columns:1.2fr .82fr .82fr .82fr .82fr;gap:6px;padding:6px 8px;font-size:12px;display:grid}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-body[data-v-80e34855]{max-height:140px;overflow:auto}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-body[data-v-80e34855]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-body[data-v-80e34855]::-webkit-scrollbar-thumb{background:#0bc4e966;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row[data-v-80e34855]{color:#ffffffe6;cursor:pointer;border-bottom:1px solid #0bc4e91f;grid-template-columns:1.2fr .82fr .82fr .82fr .82fr;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:grid}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row[data-v-80e34855]:hover{background:#ffffff1a}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row.is-warn[data-v-80e34855]{color:#ffd9d9;background:linear-gradient(90deg,#ff4d4f38 0%,#ff4d4f14 100%);border-left:2px solid #ff4d4fcc;padding-left:8px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row[data-v-80e34855]:last-child{border-bottom:none}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-empty[data-v-80e34855]{text-align:center;color:#fff9;padding:10px;font-size:12px}