nxd-plugin 1.7.58 → 1.7.59
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.
|
@@ -23,7 +23,10 @@ var oe = {
|
|
|
23
23
|
}, _e = { class: "setting-pile-options" }, ve = {
|
|
24
24
|
class: "setting-row setting-row-pile",
|
|
25
25
|
style: { flex: "1" }
|
|
26
|
-
}, ye = { class: "setting-pile-options" }, be = {
|
|
26
|
+
}, ye = { class: "setting-pile-options" }, be = {
|
|
27
|
+
class: "setting-row",
|
|
28
|
+
style: { "align-items": "flex-start" }
|
|
29
|
+
}, xe = { class: "setting-row" }, Se = { class: "HighwayLiveAlarmNew-table" }, Ce = { class: "table-body" }, we = ["onClick"], Te = { class: "name" }, Ee = ["onClick"], De = {
|
|
27
30
|
key: 0,
|
|
28
31
|
style: { color: "red" }
|
|
29
32
|
}, Oe = { class: "station-panel" }, ke = { class: "station-head" }, Ae = { class: "metric-head" }, je = { class: "label" }, Me = {
|
|
@@ -96,10 +99,18 @@ var oe = {
|
|
|
96
99
|
field: "rainfall_1h",
|
|
97
100
|
unit: "mm"
|
|
98
101
|
},
|
|
102
|
+
"3h降水": {
|
|
103
|
+
field: "rainfall_3h",
|
|
104
|
+
unit: "mm"
|
|
105
|
+
},
|
|
99
106
|
"6h降水": {
|
|
100
107
|
field: "rainfall_6h",
|
|
101
108
|
unit: "mm"
|
|
102
109
|
},
|
|
110
|
+
当前累计降水: {
|
|
111
|
+
field: "rainfall_full_hour",
|
|
112
|
+
unit: "mm"
|
|
113
|
+
},
|
|
103
114
|
温度: {
|
|
104
115
|
field: "temperature",
|
|
105
116
|
unit: "℃"
|
|
@@ -437,7 +448,7 @@ var oe = {
|
|
|
437
448
|
offsetX: -6,
|
|
438
449
|
offsetY: -24,
|
|
439
450
|
spotArrone: [],
|
|
440
|
-
minZoom:
|
|
451
|
+
minZoom: 8.99
|
|
441
452
|
}],
|
|
442
453
|
drawArrObj: [],
|
|
443
454
|
onlyLayerID: "station_highway"
|
|
@@ -580,7 +591,10 @@ var oe = {
|
|
|
580
591
|
default: E(() => [...t[12] ||= [h(" 显示 ", -1)]]),
|
|
581
592
|
_: 1
|
|
582
593
|
}, 8, ["modelValue"])])])]),
|
|
583
|
-
m("div", be, [t[
|
|
594
|
+
m("div", be, [t[20] ||= m("span", {
|
|
595
|
+
class: "setting-label",
|
|
596
|
+
style: { "margin-top": "2px" }
|
|
597
|
+
}, "地图要素:", -1), g(_, {
|
|
584
598
|
modelValue: L.value,
|
|
585
599
|
"onUpdate:modelValue": t[4] ||= (e) => L.value = e,
|
|
586
600
|
class: "setting-radios",
|
|
@@ -591,22 +605,30 @@ var oe = {
|
|
|
591
605
|
default: E(() => [...t[14] ||= [h("1h降水", -1)]]),
|
|
592
606
|
_: 1
|
|
593
607
|
}),
|
|
608
|
+
g(d, { value: "3h降水" }, {
|
|
609
|
+
default: E(() => [...t[15] ||= [h("3h降水", -1)]]),
|
|
610
|
+
_: 1
|
|
611
|
+
}),
|
|
594
612
|
g(d, { value: "6h降水" }, {
|
|
595
|
-
default: E(() => [...t[
|
|
613
|
+
default: E(() => [...t[16] ||= [h("6h降水", -1)]]),
|
|
614
|
+
_: 1
|
|
615
|
+
}),
|
|
616
|
+
g(d, { value: "当前累计降水" }, {
|
|
617
|
+
default: E(() => [...t[17] ||= [h("当前累计降水", -1)]]),
|
|
596
618
|
_: 1
|
|
597
619
|
}),
|
|
598
620
|
g(d, { value: "温度" }, {
|
|
599
|
-
default: E(() => [...t[
|
|
621
|
+
default: E(() => [...t[18] ||= [h("温度", -1)]]),
|
|
600
622
|
_: 1
|
|
601
623
|
}),
|
|
602
624
|
g(d, { value: "能见度" }, {
|
|
603
|
-
default: E(() => [...t[
|
|
625
|
+
default: E(() => [...t[19] ||= [h("能见度", -1)]]),
|
|
604
626
|
_: 1
|
|
605
627
|
})
|
|
606
628
|
]),
|
|
607
629
|
_: 1
|
|
608
630
|
}, 8, ["modelValue"])]),
|
|
609
|
-
m("div", xe, [t[
|
|
631
|
+
m("div", xe, [t[21] ||= m("span", { class: "setting-label" }, "路线地图:", -1), g(re, {
|
|
610
632
|
modelValue: B.value,
|
|
611
633
|
"onUpdate:modelValue": t[5] ||= (e) => B.value = e,
|
|
612
634
|
placeholder: "请选择路线",
|
|
@@ -621,7 +643,7 @@ var oe = {
|
|
|
621
643
|
_: 1
|
|
622
644
|
}, 8, ["modelValue"])])
|
|
623
645
|
])], 512), [[T, I.value === "table"]]),
|
|
624
|
-
D(m("div", Se, [t[
|
|
646
|
+
D(m("div", Se, [t[34] ||= m("div", { class: "table-head" }, [
|
|
625
647
|
m("span", null, "高速名称"),
|
|
626
648
|
m("span", null, "状态要素"),
|
|
627
649
|
m("span", { class: "head-arrow" })
|
|
@@ -649,16 +671,16 @@ var oe = {
|
|
|
649
671
|
D(m("div", {
|
|
650
672
|
class: "station-title",
|
|
651
673
|
onClick: (t) => qt(e.name)
|
|
652
|
-
}, [m("span", null, [t[
|
|
674
|
+
}, [m("span", null, [t[22] ||= h(" 自动站数据 ", -1), ot(e.stations) > 0 ? (b(), p("span", De, " (报警数量:" + C(ot(e.stations)) + "个) ", 1)) : f("", !0)]), m("span", { class: v(["panel-arrow", { expanded: G.value[e.name] }]) }, [g(y, null, {
|
|
653
675
|
default: E(() => [g(w(ie))]),
|
|
654
676
|
_: 1
|
|
655
677
|
})], 2)], 8, Ee), [[T, W.value[e.name]]]),
|
|
656
678
|
D(m("div", Oe, [m("div", ke, [
|
|
657
|
-
t[
|
|
658
|
-
m("span", Ae, [m("span", je, [t[
|
|
659
|
-
m("span", Ne, [m("span", Pe, [t[
|
|
660
|
-
m("span", Ie, [m("span", Le, [t[
|
|
661
|
-
m("span", ze, [m("span", Be, [t[
|
|
679
|
+
t[31] ||= m("span", null, "站名", -1),
|
|
680
|
+
m("span", Ae, [m("span", je, [t[23] ||= h(" 1h降水 ", -1), e.warnCount.rainfall_1h > 0 ? (b(), p("span", Me, C(e.warnCount.rainfall_1h) + "条 ", 1)) : f("", !0)]), t[24] ||= m("span", { class: "unit" }, "(mm)", -1)]),
|
|
681
|
+
m("span", Ne, [m("span", Pe, [t[25] ||= h(" 6h降水 ", -1), e.warnCount.rainfall_6h > 0 ? (b(), p("span", Fe, C(e.warnCount.rainfall_6h) + "条 ", 1)) : f("", !0)]), t[26] ||= m("span", { class: "unit" }, "(mm)", -1)]),
|
|
682
|
+
m("span", Ie, [m("span", Le, [t[27] ||= h(" 温度 ", -1), e.warnCount.temp > 0 ? (b(), p("span", Re, C(e.warnCount.temp) + "条 ", 1)) : f("", !0)]), t[28] ||= m("span", { class: "unit" }, "(℃)", -1)]),
|
|
683
|
+
m("span", ze, [m("span", Be, [t[29] ||= h(" 能见度 ", -1), e.warnCount.vis > 0 ? (b(), p("span", Ve, C(e.warnCount.vis) + "条 ", 1)) : f("", !0)]), t[30] ||= m("span", { class: "unit" }, "(km)", -1)])
|
|
662
684
|
]), e.stations.length ? (b(), p("div", He, [(b(!0), p(u, null, S(e.stations, (t) => (b(), p("div", {
|
|
663
685
|
class: v(["station-row", { "is-warn": Z(t) }]),
|
|
664
686
|
key: `${e.name}-${t.station_number}`,
|
|
@@ -673,11 +695,11 @@ var oe = {
|
|
|
673
695
|
D(m("div", {
|
|
674
696
|
class: "pile-title",
|
|
675
697
|
onClick: (t) => Jt(e.name)
|
|
676
|
-
}, [m("span", null, [t[
|
|
698
|
+
}, [m("span", null, [t[32] ||= h(" 桩号数据 ", -1), e.pileWarnCount > 0 ? (b(), p("span", Xe, " (报警数量:" + C(e.pileWarnCount) + "个)", 1)) : f("", !0)]), m("span", { class: v(["panel-arrow", { expanded: K.value[e.name] }]) }, [g(y, null, {
|
|
677
699
|
default: E(() => [g(w(ie))]),
|
|
678
700
|
_: 1
|
|
679
701
|
})], 2)], 8, Ye), [[T, W.value[e.name]]]),
|
|
680
|
-
D(m("div", Ze, [t[
|
|
702
|
+
D(m("div", Ze, [t[33] ||= m("div", { class: "pile-head" }, [
|
|
681
703
|
m("span", null, "桩号"),
|
|
682
704
|
m("span", null, "1h降水"),
|
|
683
705
|
m("span", null, "6h降水"),
|
|
@@ -698,6 +720,6 @@ var oe = {
|
|
|
698
720
|
])), [[x, P.value]]);
|
|
699
721
|
};
|
|
700
722
|
}
|
|
701
|
-
}), [["__scopeId", "data-v-
|
|
723
|
+
}), [["__scopeId", "data-v-286a23eb"]]);
|
|
702
724
|
//#endregion
|
|
703
725
|
export { k as t };
|
package/dist/nxd-plugin.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as e } from "./chunks/component-AqiMonitor-BUy1MSaP.mjs";
|
|
2
2
|
import { t } from "./chunks/component-HighwayLiveAlarm-GTnOMO-n.mjs";
|
|
3
3
|
import { t as n } from "./chunks/component-GeologyLiveAlarm-DVTs1YA3.mjs";
|
|
4
|
-
import { t as r } from "./chunks/component-HighwayLiveAlarmNew-
|
|
4
|
+
import { t as r } from "./chunks/component-HighwayLiveAlarmNew-Dkyj6kWQ.mjs";
|
|
5
5
|
import { t as i } from "./chunks/component-HighwayStations-D3we6SUy.mjs";
|
|
6
6
|
import { t as a } from "./chunks/component-HighWayEarlyWarningRed-C9bkPvSS.mjs";
|
|
7
7
|
import { t as o } from "./chunks/component-HighwayWeatherForecast-BplmvdB0.mjs";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.HighwayLiveAlarmNew[data-v-2ef6bbf3]{position:relative}.HighwayLiveAlarmNew .voice-permission-mask[data-v-2ef6bbf3]{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.HighwayLiveAlarmNew .voice-permission-dialog[data-v-2ef6bbf3]{text-align:center;background:#002140f2;border:1px solid #0bc4e966;border-radius:6px;width:220px;padding:12px}.HighwayLiveAlarmNew .voice-permission-title[data-v-2ef6bbf3]{color:#fff;font-size:13px;font-weight:600}.HighwayLiveAlarmNew .voice-permission-desc[data-v-2ef6bbf3]{color:#ffffffd1;margin-top:6px;font-size:12px}.HighwayLiveAlarmNew .voice-permission-btn[data-v-2ef6bbf3]{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-2ef6bbf3]{color:#fff;background:#002140e6;border:1px solid #0bc4e9;width:360px;min-height:400px;padding:10px}.HighwayLiveAlarmNew .view-switch[data-v-2ef6bbf3]{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-2ef6bbf3]{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-2ef6bbf3]{color:#fff;background:linear-gradient(90deg,#0bc4e9 0%,#1593ff 100%);font-weight:600;box-shadow:0 2px 8px #0bc4e959}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head[data-v-2ef6bbf3]{width:100%;position:relative}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top[data-v-2ef6bbf3]{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-2ef6bbf3]{align-items:center;gap:8px;display:flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-2ef6bbf3]{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-2ef6bbf3]:before,.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-2ef6bbf3]: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-2ef6bbf3]:before{transform:translate(-50%,-50%)rotate(45deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-2ef6bbf3]:after{transform:translate(-50%,-50%)rotate(-45deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-2ef6bbf3]: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-2ef6bbf3]:hover:before,.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-2ef6bbf3]:hover:after{opacity:1}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-2ef6bbf3]:active{transform:scale(.96)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-line[data-v-2ef6bbf3]{width:100%;height:10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-summary[data-v-2ef6bbf3]{margin:8px 0 10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-chart[data-v-2ef6bbf3]{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-2ef6bbf3]{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-2ef6bbf3]{flex-direction:column;gap:6px;padding:8px 10px 6px;font-size:12px;display:flex;overflow:visible}.HighwayLiveAlarmNew .display-setting .setting-row[data-v-2ef6bbf3]{align-items:center;gap:6px;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .setting-row-pile[data-v-2ef6bbf3]{margin-bottom:2px}.HighwayLiveAlarmNew .display-setting .setting-pile-options[data-v-2ef6bbf3]{flex:1;align-items:center;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-2ef6bbf3]{margin-right:0}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-2ef6bbf3] .el-checkbox__label{color:#ffffffe0;padding-left:4px;font-size:12px}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-2ef6bbf3] .el-checkbox__input.is-checked+.el-checkbox__label{color:#0bc4e9}.HighwayLiveAlarmNew .display-setting .setting-label[data-v-2ef6bbf3]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-2ef6bbf3]{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-2ef6bbf3] .el-radio{color:#fffc;white-space:nowrap;margin-right:0}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-2ef6bbf3] .el-radio__label{color:#ffffffe0;padding-left:4px;font-size:12px}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-2ef6bbf3] .el-radio__input.is-checked+.el-radio__label{color:#0bc4e9}.HighwayLiveAlarmNew .display-setting[data-v-2ef6bbf3] .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-2ef6bbf3] .dark-select .el-select__placeholder,.HighwayLiveAlarmNew .display-setting[data-v-2ef6bbf3] .dark-select .el-select__selected-item{color:#ffffffdb}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table[data-v-2ef6bbf3]{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-2ef6bbf3],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row-main[data-v-2ef6bbf3]{grid-template-columns:140px minmax(0,1fr) 14px;gap:4px;padding:0 8px;display:grid}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-head[data-v-2ef6bbf3]{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-2ef6bbf3]{text-align:center}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-2ef6bbf3]{height:auto;max-height:none;overflow:visible}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-2ef6bbf3]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-2ef6bbf3]::-webkit-scrollbar-thumb{background:#0bc4e966;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row[data-v-2ef6bbf3]{border-bottom:1px solid #0bc4e926}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row-main[data-v-2ef6bbf3]{cursor:pointer;align-items:start;min-height:36px;padding-top:8px;padding-bottom:8px;font-size:13px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .name[data-v-2ef6bbf3]{color:#ffffffeb;line-height:22px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tags[data-v-2ef6bbf3]{flex-wrap:nowrap;gap:6px;display:flex;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tags.has-warn[data-v-2ef6bbf3]{flex-wrap:wrap}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .expand-arrow[data-v-2ef6bbf3]{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-2ef6bbf3]{display:inline-flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .expand-arrow.expanded[data-v-2ef6bbf3]{color:#0bc4e9;transform:rotate(90deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tag[data-v-2ef6bbf3]{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-2ef6bbf3]{color:#ff4d4f;background:#ff4d4f24;border:1px solid #ff4d4f8c}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .tag-value[data-v-2ef6bbf3]{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-2ef6bbf3]{background:#05182873;border:1px solid #0bc4e933;border-radius:4px;margin:0 10px 8px;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-title[data-v-2ef6bbf3]{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-2ef6bbf3]: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-2ef6bbf3],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-2ef6bbf3]{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-2ef6bbf3]{color:#88dffff2;background:#0bc4e914;border-bottom:1px solid #0bc4e933}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-head>span[data-v-2ef6bbf3],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row>span[data-v-2ef6bbf3]{text-align:left;justify-self:start}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head[data-v-2ef6bbf3]{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-2ef6bbf3],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .unit[data-v-2ef6bbf3]{white-space:normal;text-align:left;display:block}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .warn-count[data-v-2ef6bbf3]{color:#ff4d4f;white-space:nowrap;margin-left:2px;font-size:10px;font-weight:600}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .unit[data-v-2ef6bbf3]{opacity:.9;font-size:10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-2ef6bbf3]{max-height:180px;overflow:auto}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-2ef6bbf3]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-2ef6bbf3]::-webkit-scrollbar-thumb{background:#0bc4e959;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-2ef6bbf3]{color:#ffffffe6;cursor:pointer;border-bottom:1px solid #0bc4e91f}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-2ef6bbf3]:hover{background:#ffffff1a}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-value.warn[data-v-2ef6bbf3]{color:#ff6b6b;font-weight:600}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row.is-warn[data-v-2ef6bbf3]{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-2ef6bbf3]:last-child{border-bottom:none}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-empty[data-v-2ef6bbf3]{text-align:center;color:#fff9;padding:10px;font-size:12px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-title[data-v-2ef6bbf3]{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-2ef6bbf3]: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-2ef6bbf3]{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-2ef6bbf3]{color:#0bc4e9;transform:rotate(90deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-panel[data-v-2ef6bbf3]{background:#05182873;border:1px solid #0bc4e933;border-radius:4px;margin:0 10px 8px;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-head[data-v-2ef6bbf3]{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-2ef6bbf3]{max-height:140px;overflow:auto}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-body[data-v-2ef6bbf3]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-body[data-v-2ef6bbf3]::-webkit-scrollbar-thumb{background:#0bc4e966;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row[data-v-2ef6bbf3]{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-2ef6bbf3]:hover{background:#ffffff1a}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row.is-warn[data-v-2ef6bbf3]{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-2ef6bbf3]:last-child{border-bottom:none}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-empty[data-v-2ef6bbf3]{text-align:center;color:#fff9;padding:10px;font-size:12px}
|
|
1
|
+
.HighwayLiveAlarmNew[data-v-286a23eb]{position:relative}.HighwayLiveAlarmNew .voice-permission-mask[data-v-286a23eb]{z-index:9999;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.HighwayLiveAlarmNew .voice-permission-dialog[data-v-286a23eb]{text-align:center;background:#002140f2;border:1px solid #0bc4e966;border-radius:6px;width:220px;padding:12px}.HighwayLiveAlarmNew .voice-permission-title[data-v-286a23eb]{color:#fff;font-size:13px;font-weight:600}.HighwayLiveAlarmNew .voice-permission-desc[data-v-286a23eb]{color:#ffffffd1;margin-top:6px;font-size:12px}.HighwayLiveAlarmNew .voice-permission-btn[data-v-286a23eb]{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-286a23eb]{color:#fff;background:#002140e6;border:1px solid #0bc4e9;width:360px;min-height:400px;padding:10px}.HighwayLiveAlarmNew .view-switch[data-v-286a23eb]{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-286a23eb]{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-286a23eb]{color:#fff;background:linear-gradient(90deg,#0bc4e9 0%,#1593ff 100%);font-weight:600;box-shadow:0 2px 8px #0bc4e959}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head[data-v-286a23eb]{width:100%;position:relative}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top[data-v-286a23eb]{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-286a23eb]{align-items:center;gap:8px;display:flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-286a23eb]{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-286a23eb]:before,.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-286a23eb]: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-286a23eb]:before{transform:translate(-50%,-50%)rotate(45deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-286a23eb]:after{transform:translate(-50%,-50%)rotate(-45deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-286a23eb]: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-286a23eb]:hover:before,.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-286a23eb]:hover:after{opacity:1}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-top .closeBtn[data-v-286a23eb]:active{transform:scale(.96)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-head .HighwayLiveAlarmNew-head-line[data-v-286a23eb]{width:100%;height:10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-summary[data-v-286a23eb]{margin:8px 0 10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-chart[data-v-286a23eb]{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-286a23eb]{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-286a23eb]{flex-direction:column;gap:6px;padding:8px 10px 6px;font-size:12px;display:flex;overflow:visible}.HighwayLiveAlarmNew .display-setting .setting-row[data-v-286a23eb]{align-items:center;gap:6px;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .setting-row-pile[data-v-286a23eb]{margin-bottom:2px}.HighwayLiveAlarmNew .display-setting .setting-pile-options[data-v-286a23eb]{flex:1;align-items:center;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-286a23eb]{margin-right:0}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-286a23eb] .el-checkbox__label{color:#ffffffe0;padding-left:4px;font-size:12px}.HighwayLiveAlarmNew .display-setting .pile-checkbox[data-v-286a23eb] .el-checkbox__input.is-checked+.el-checkbox__label{color:#0bc4e9}.HighwayLiveAlarmNew .display-setting .setting-label[data-v-286a23eb]{color:#ffffffdb;white-space:nowrap;flex-shrink:0}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-286a23eb]{flex-wrap:wrap;flex:1;justify-content:flex-start;align-items:center;gap:2px 12px;min-width:0;display:flex}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-286a23eb] .el-radio{color:#fffc;white-space:nowrap;height:20px;margin-right:0}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-286a23eb] .el-radio__label{color:#ffffffe0;padding-left:4px;font-size:12px}.HighwayLiveAlarmNew .display-setting .setting-radios[data-v-286a23eb] .el-radio__input.is-checked+.el-radio__label{color:#0bc4e9}.HighwayLiveAlarmNew .display-setting[data-v-286a23eb] .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-286a23eb] .dark-select .el-select__placeholder,.HighwayLiveAlarmNew .display-setting[data-v-286a23eb] .dark-select .el-select__selected-item{color:#ffffffdb}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table[data-v-286a23eb]{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-286a23eb],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row-main[data-v-286a23eb]{grid-template-columns:140px minmax(0,1fr) 14px;gap:4px;padding:0 8px;display:grid}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-head[data-v-286a23eb]{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-286a23eb]{text-align:center}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-286a23eb]{height:auto;max-height:none;overflow:visible}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-286a23eb]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-body[data-v-286a23eb]::-webkit-scrollbar-thumb{background:#0bc4e966;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row[data-v-286a23eb]{border-bottom:1px solid #0bc4e926}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .table-row-main[data-v-286a23eb]{cursor:pointer;align-items:start;min-height:36px;padding-top:8px;padding-bottom:8px;font-size:13px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .name[data-v-286a23eb]{color:#ffffffeb;line-height:22px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tags[data-v-286a23eb]{flex-wrap:nowrap;gap:6px;display:flex;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tags.has-warn[data-v-286a23eb]{flex-wrap:wrap}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .expand-arrow[data-v-286a23eb]{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-286a23eb]{display:inline-flex}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .expand-arrow.expanded[data-v-286a23eb]{color:#0bc4e9;transform:rotate(90deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .status-tag[data-v-286a23eb]{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-286a23eb]{color:#ff4d4f;background:#ff4d4f24;border:1px solid #ff4d4f8c}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .tag-value[data-v-286a23eb]{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-286a23eb]{background:#05182873;border:1px solid #0bc4e933;border-radius:4px;margin:0 10px 8px;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-title[data-v-286a23eb]{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-286a23eb]: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-286a23eb],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-286a23eb]{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-286a23eb]{color:#88dffff2;background:#0bc4e914;border-bottom:1px solid #0bc4e933}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-head>span[data-v-286a23eb],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row>span[data-v-286a23eb]{text-align:left;justify-self:start}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head[data-v-286a23eb]{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-286a23eb],.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .unit[data-v-286a23eb]{white-space:normal;text-align:left;display:block}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .warn-count[data-v-286a23eb]{color:#ff4d4f;white-space:nowrap;margin-left:2px;font-size:10px;font-weight:600}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-head .unit[data-v-286a23eb]{opacity:.9;font-size:10px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-286a23eb]{max-height:180px;overflow:auto}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-286a23eb]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-body[data-v-286a23eb]::-webkit-scrollbar-thumb{background:#0bc4e959;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-286a23eb]{color:#ffffffe6;cursor:pointer;border-bottom:1px solid #0bc4e91f}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row[data-v-286a23eb]:hover{background:#ffffff1a}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .metric-value.warn[data-v-286a23eb]{color:#ff6b6b;font-weight:600}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-row.is-warn[data-v-286a23eb]{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-286a23eb]:last-child{border-bottom:none}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .station-empty[data-v-286a23eb]{text-align:center;color:#fff9;padding:10px;font-size:12px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-title[data-v-286a23eb]{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-286a23eb]: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-286a23eb]{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-286a23eb]{color:#0bc4e9;transform:rotate(90deg)}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-panel[data-v-286a23eb]{background:#05182873;border:1px solid #0bc4e933;border-radius:4px;margin:0 10px 8px;overflow:hidden}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-head[data-v-286a23eb]{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-286a23eb]{max-height:140px;overflow:auto}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-body[data-v-286a23eb]::-webkit-scrollbar{width:4px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-body[data-v-286a23eb]::-webkit-scrollbar-thumb{background:#0bc4e966;border-radius:2px}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row[data-v-286a23eb]{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-286a23eb]:hover{background:#ffffff1a}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-row.is-warn[data-v-286a23eb]{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-286a23eb]:last-child{border-bottom:none}.HighwayLiveAlarmNew .HighwayLiveAlarmNew-table .pile-empty[data-v-286a23eb]{text-align:center;color:#fff9;padding:10px;font-size:12px}
|