feat: refine mobile vehicle detail actions

This commit is contained in:
lingniu
2026-07-19 00:43:37 +08:00
parent 23b632a2e0
commit 862671c083
4 changed files with 173 additions and 22 deletions

View File

@@ -16539,48 +16539,128 @@
.v2-vehicle-record-v3 .v2-vehicle-command-header.v2-vehicle-record-command .v2-identity-meta strong {
margin-top: 3px;
font-size: 10px;
font-size: 11px;
line-height: 1.35;
}
.v2-vehicle-record-v3 .v2-vehicle-command-header.v2-vehicle-record-command .v2-identity-sources {
flex-wrap: wrap;
gap: 3px;
margin-top: 3px;
gap: 4px;
margin-top: 4px;
}
.v2-vehicle-record-v3 .v2-vehicle-command-header.v2-vehicle-record-command .v2-identity-sources .semi-tag {
min-height: 18px;
padding-inline: 4px;
font-size: 7px;
min-height: 20px;
padding-inline: 6px;
font-size: 9px;
}
.v2-vehicle-record-v3 .v2-vehicle-command-header.v2-vehicle-record-command .v2-identity-actions {
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 3px;
overflow: hidden;
padding: 5px 6px;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 6px;
overflow: visible;
padding: 7px 8px 8px;
}
.v2-vehicle-record-v3 .v2-vehicle-command-header.v2-vehicle-record-command .v2-identity-actions > .semi-button {
min-height: 48px;
padding: 2px 1px;
min-height: 40px;
border-radius: 8px;
padding: 4px 7px;
}
.v2-vehicle-record-v3 .v2-vehicle-command-header.v2-vehicle-record-command .v2-identity-actions > .semi-button .semi-button-content {
min-width: 0;
flex-direction: column;
gap: 2px;
flex-direction: row;
justify-content: center;
gap: 5px;
}
.v2-vehicle-record-v3 .v2-vehicle-command-header.v2-vehicle-record-command .v2-identity-actions > .semi-button .semi-button-content-left {
margin-right: 0;
font-size: 14px;
font-size: 15px;
}
.v2-vehicle-record-v3 .v2-vehicle-command-header.v2-vehicle-record-command .v2-identity-actions > .semi-button .semi-button-content-right {
max-width: 100%;
margin-left: 0;
font-size: 8px;
font-size: 11px;
font-weight: 600;
}
.v2-vehicle-mobile-actions-sidesheet .semi-sidesheet-inner {
width: 100vw !important;
max-width: 100%;
overflow: hidden;
border-radius: 18px 18px 0 0;
background: #f4f7fb;
box-shadow: 0 -20px 56px rgba(25, 45, 72, .2);
padding-bottom: env(safe-area-inset-bottom);
}
.v2-vehicle-mobile-actions-sidesheet.semi-sidesheet-bottom .semi-sidesheet-header {
min-height: 68px;
border-bottom: 1px solid #dfe7f0;
background: rgba(255, 255, 255, .98);
padding: 11px 14px;
}
.v2-vehicle-mobile-actions-sidesheet.semi-sidesheet-bottom .semi-sidesheet-body {
min-height: 0;
background: #f4f7fb;
padding: 10px 12px;
}
.v2-vehicle-mobile-actions-sidesheet.semi-sidesheet-bottom .semi-sidesheet-footer {
border-top: 1px solid #dfe7f0;
background: rgba(255, 255, 255, .98);
padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
}
.v2-vehicle-mobile-actions-title {
display: grid;
gap: 3px;
}
.v2-vehicle-mobile-actions-title > strong {
color: #253a52;
font-size: 15px;
line-height: 1.3;
}
.v2-vehicle-mobile-actions-title > span {
color: #8090a3;
font-size: 10px;
line-height: 1.4;
}
.v2-vehicle-mobile-actions-list {
display: grid;
gap: 7px;
}
.v2-vehicle-mobile-actions-list > .semi-button {
min-height: 48px;
justify-content: flex-start;
border: 1px solid #e1e8f1;
border-radius: 10px;
background: #fff;
color: #2b425d;
padding-inline: 14px;
font-size: 13px;
font-weight: 600;
}
.v2-vehicle-mobile-actions-list > .semi-button .semi-button-content {
width: 100%;
justify-content: flex-start;
}
.v2-vehicle-mobile-actions-list > .semi-button .semi-button-content-right {
display: flex;
min-width: 0;
flex: 1 1 auto;
align-items: center;
justify-content: space-between;
}
.v2-vehicle-record-v3 .v2-vehicle-live-section > .v2-workspace-panel-header {