feat(platform): recommend vehicle detail actions
This commit is contained in:
@@ -318,6 +318,28 @@ body {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.vp-action-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-action-item {
|
||||
min-height: 92px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.vp-action-item > div {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.vp-source-toolbar {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user