refine Semi UI track replay summary
This commit is contained in:
@@ -9273,9 +9273,9 @@ button, a { -webkit-tap-highlight-color: transparent; }
|
||||
.v2-mileage-query-panel.semi-card { flex: 0 0 auto; border-radius: 10px; }
|
||||
.v2-mileage-filter {
|
||||
min-height: 70px;
|
||||
grid-template-columns: minmax(220px,1.45fr) minmax(112px,.65fr) minmax(112px,.65fr) auto auto minmax(255px,1.2fr);
|
||||
grid-template-columns: minmax(190px,1.25fr) repeat(2,minmax(138px,.72fr)) auto minmax(170px,.9fr) minmax(232px,1.1fr);
|
||||
align-items: end;
|
||||
gap: 9px;
|
||||
gap: 7px;
|
||||
padding: 10px 12px;
|
||||
}
|
||||
.v2-mileage-filter > label { gap: 5px; font-size: 10px; }
|
||||
@@ -9340,7 +9340,7 @@ button, a { -webkit-tap-highlight-color: transparent; }
|
||||
.v2-mileage-evidence { min-height: 17px; flex: 0 0 auto; overflow: hidden; white-space: nowrap; }
|
||||
|
||||
@media (max-width: 1100px) and (min-width: 681px) {
|
||||
.v2-mileage-filter { grid-template-columns: minmax(220px,1fr) repeat(2,minmax(112px,.55fr)) auto auto; }
|
||||
.v2-mileage-filter { grid-template-columns: minmax(190px,1fr) repeat(2,minmax(138px,.72fr)) auto minmax(168px,.9fr); }
|
||||
.v2-mileage-ranges { grid-column: 1 / -1; }
|
||||
.v2-mileage-summary > .semi-card-body { grid-template-columns: minmax(285px,1fr) minmax(0,2fr); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user