refine Semi UI mileage workspace
This commit is contained in:
@@ -12194,11 +12194,46 @@
|
||||
padding: 14px 18px 16px;
|
||||
}
|
||||
|
||||
.v2-mileage-query-panel.v2-workspace-filter-panel.semi-card {
|
||||
.v2-mileage-discovery-shell {
|
||||
display: grid;
|
||||
min-width: 0;
|
||||
flex: 0 0 auto;
|
||||
gap: 0;
|
||||
overflow: visible;
|
||||
border-color: #d8e3ef;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 8px 26px rgba(31, 53, 80, .055);
|
||||
border: 1px solid #d8e3ef;
|
||||
border-radius: 14px;
|
||||
background: #fff;
|
||||
box-shadow: 0 9px 28px rgba(31, 53, 80, .055);
|
||||
}
|
||||
|
||||
.v2-mileage-discovery-shell > .v2-mileage-command-bar {
|
||||
width: 100%;
|
||||
max-width: none;
|
||||
height: 46px;
|
||||
min-height: 46px;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #e3eaf2;
|
||||
border-radius: 14px 14px 0 0;
|
||||
padding-inline: 13px 10px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.v2-mileage-command-bar .v2-workspace-command-meta {
|
||||
color: #748499;
|
||||
font-size: 10px;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.v2-mileage-query-panel.v2-workspace-filter-panel.semi-card {
|
||||
width: 100%;
|
||||
overflow: visible;
|
||||
border: 0;
|
||||
border-radius: 0 0 14px 14px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.v2-mileage-discovery-shell > .v2-mileage-query-panel > .semi-card-body > .v2-workspace-filter-heading {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.v2-mileage-query-panel .v2-workspace-filter-heading {
|
||||
@@ -12560,7 +12595,16 @@
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.v2-mileage-discovery-shell {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.v2-mileage-discovery-shell > .v2-mileage-command-bar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.v2-mileage-query-panel.v2-workspace-filter-panel.semi-card {
|
||||
border: 1px solid #d8e3ef;
|
||||
border-radius: 11px;
|
||||
box-shadow: 0 5px 18px rgba(31, 53, 80, .05);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user