feat(platform): add map field command actions
This commit is contained in:
@@ -2372,6 +2372,76 @@ button.vp-realtime-command-item:focus-visible {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.vp-map-field-command {
|
||||
padding: 14px;
|
||||
border: 1px solid rgba(22, 100, 255, 0.2);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #f7faff;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.vp-map-field-command-summary {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-map-field-command-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.vp-map-field-command-item {
|
||||
min-height: 156px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--vp-border);
|
||||
border-radius: var(--vp-radius);
|
||||
background: #fbfcff;
|
||||
color: inherit;
|
||||
text-align: left;
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
.vp-map-field-command-item:hover,
|
||||
.vp-map-field-command-item:focus-visible {
|
||||
border-color: rgba(22, 100, 255, 0.42);
|
||||
box-shadow: 0 10px 24px rgba(24, 39, 75, 0.08);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.vp-map-field-command-item:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.62;
|
||||
}
|
||||
|
||||
.vp-map-field-command-item strong {
|
||||
color: var(--vp-text);
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
font-weight: 700;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.vp-map-field-command-item span {
|
||||
color: var(--vp-text-muted);
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.vp-map-field-command-item em {
|
||||
color: var(--vp-primary);
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.vp-map-customer-package {
|
||||
padding: 14px;
|
||||
border: 1px solid rgba(0, 164, 184, 0.24);
|
||||
@@ -6089,6 +6159,8 @@ button.vp-realtime-command-item:focus-visible {
|
||||
.vp-bi-publish-grid,
|
||||
.vp-stat-audit-board,
|
||||
.vp-stat-audit-grid,
|
||||
.vp-map-field-command,
|
||||
.vp-map-field-command-grid,
|
||||
.vp-trip-workbench .semi-card-body,
|
||||
.vp-trip-workbench-facts,
|
||||
.vp-trajectory-decision-board,
|
||||
|
||||
Reference in New Issue
Block a user