feat(platform-web): switch vehicle detail sources
This commit is contained in:
@@ -173,6 +173,10 @@ body {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-source-toolbar {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.vp-source-card {
|
||||
min-height: 86px;
|
||||
padding: 12px;
|
||||
@@ -181,6 +185,11 @@ body {
|
||||
background: #fbfcff;
|
||||
}
|
||||
|
||||
.vp-source-card-active {
|
||||
border-color: rgba(22, 100, 255, 0.5);
|
||||
background: rgba(22, 100, 255, 0.06);
|
||||
}
|
||||
|
||||
.vp-source-card-head {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -189,6 +198,10 @@ body {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.vp-source-card-actions {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.vp-realtime-strip {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, minmax(0, 1fr));
|
||||
|
||||
Reference in New Issue
Block a user