|
@@ -294,7 +294,7 @@ function applyRiskReport(data) {
|
|
|
if (!data || typeof data !== "object") return;
|
|
if (!data || typeof data !== "object") return;
|
|
|
applyAnalysisPanel(data, {
|
|
applyAnalysisPanel(data, {
|
|
|
middleLabel: "气象预警",
|
|
middleLabel: "气象预警",
|
|
|
- middleValue: data.stress_desc,
|
|
|
|
|
|
|
+ middleValue: data.risk_desc,
|
|
|
});
|
|
});
|
|
|
applyResultAndAnalysis(data);
|
|
applyResultAndAnalysis(data);
|
|
|
importanceDesc.value = "";
|
|
importanceDesc.value = "";
|
|
@@ -476,7 +476,7 @@ onActivated(fetchAlertDetail);
|
|
|
border-radius: 20px;
|
|
border-radius: 20px;
|
|
|
background: #FF953D;
|
|
background: #FF953D;
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- font-size: 12px;
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
}
|
|
}
|
|
@@ -543,9 +543,9 @@ onActivated(fetchAlertDetail);
|
|
|
background: #2199f8;
|
|
background: #2199f8;
|
|
|
backdrop-filter: blur(4px);
|
|
backdrop-filter: blur(4px);
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- font-size: 12px;
|
|
|
|
|
- height: 18px;
|
|
|
|
|
- line-height: 18px;
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ height: 20px;
|
|
|
|
|
+ line-height: 20px;
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -634,8 +634,8 @@ onActivated(fetchAlertDetail);
|
|
|
|
|
|
|
|
&__desc {
|
|
&__desc {
|
|
|
margin-top: 4px;
|
|
margin-top: 4px;
|
|
|
- font-size: 13px;
|
|
|
|
|
- line-height: 20px;
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ line-height: 22px;
|
|
|
color: rgba(6, 6, 6, 0.55);
|
|
color: rgba(6, 6, 6, 0.55);
|
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
|
white-space: pre-line;
|
|
white-space: pre-line;
|
|
@@ -682,8 +682,8 @@ onActivated(fetchAlertDetail);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&__desc {
|
|
&__desc {
|
|
|
- font-size: 13px;
|
|
|
|
|
- line-height: 20px;
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ line-height: 22px;
|
|
|
color: rgba(6, 6, 6, 0.55);
|
|
color: rgba(6, 6, 6, 0.55);
|
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
|
white-space: pre-line;
|
|
white-space: pre-line;
|