refine Semi UI vehicle evidence

This commit is contained in:
lingniu
2026-07-18 18:07:15 +08:00
parent 801a9851ea
commit 5bfdc7f637
13 changed files with 110 additions and 47 deletions

View File

@@ -2472,6 +2472,14 @@
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.v2-vehicle-recent-item-shell {
min-width: 0;
}
.v2-vehicle-recent-item-shell > .v2-vehicle-recent-item.semi-button {
height: 100%;
}
.v2-vehicle-recent-item.semi-button {
min-height: 78px;
}
@@ -2771,6 +2779,10 @@
grid-template-columns: 1fr;
}
.v2-vehicle-recent-item-shell:last-child > .v2-vehicle-recent-item.semi-button {
border-bottom: 0;
}
.v2-vehicle-recent-card > .semi-card-body > .v2-vehicle-directory-pagination {
min-height: 52px;
padding-inline: 10px;