告警记录保存位置快照
This commit is contained in:
@@ -336,6 +336,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.alarm-row-vertical {
|
||||
align-items: flex-start;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.alarm-label {
|
||||
font-size: 28px;
|
||||
color: #666666;
|
||||
@@ -349,6 +354,28 @@
|
||||
color: #1A1A1A;
|
||||
}
|
||||
|
||||
.alarm-location-value {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.alarm-location-main {
|
||||
display: block;
|
||||
font-size: 28px;
|
||||
line-height: 1.5;
|
||||
word-break: break-all;
|
||||
color: #1A1A1A;
|
||||
}
|
||||
|
||||
.alarm-location-hint {
|
||||
display: block;
|
||||
margin-top: 6px;
|
||||
font-size: 22px;
|
||||
line-height: 1.5;
|
||||
color: #9CA3AF;
|
||||
}
|
||||
|
||||
.alarm-empty {
|
||||
padding: 24px;
|
||||
}
|
||||
@@ -434,6 +461,22 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.alarm-history-location,
|
||||
.alarm-history-location-hint {
|
||||
display: block;
|
||||
margin-top: 8px;
|
||||
font-size: 24px;
|
||||
line-height: 1.5;
|
||||
color: #4B5563;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.alarm-history-location-hint {
|
||||
margin-top: 4px;
|
||||
font-size: 22px;
|
||||
color: #9CA3AF;
|
||||
}
|
||||
|
||||
.alarm-history-empty {
|
||||
padding: 8px 0 4px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user