feat(platform): summarize realtime in vehicle detail
This commit is contained in:
@@ -167,6 +167,36 @@ body {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.vp-realtime-strip {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.vp-realtime-strip-item {
|
||||
min-height: 72px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
}
|
||||
|
||||
.vp-realtime-strip-label {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-realtime-strip-value {
|
||||
margin-top: 6px;
|
||||
color: var(--vp-text);
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
line-height: 22px;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.semi-navigation-item-text {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user