refine Semi UI access evidence
This commit is contained in:
@@ -9200,6 +9200,44 @@
|
||||
flex: 1 1 0;
|
||||
}
|
||||
|
||||
.v2-access-protocol-coverage {
|
||||
display: flex;
|
||||
min-width: 0;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.v2-access-protocol-coverage > small {
|
||||
color: #8794a6;
|
||||
font-size: 10px;
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.v2-access-protocol-coverage > span {
|
||||
display: inline-flex;
|
||||
min-height: 27px;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
border: 1px solid #e0e7f0;
|
||||
border-radius: 7px;
|
||||
background: #f8fafd;
|
||||
padding: 4px 7px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.v2-access-protocol-coverage b {
|
||||
color: #50627a;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.v2-access-protocol-coverage em {
|
||||
color: #78879a;
|
||||
font-size: 10px;
|
||||
font-style: normal;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.v2-access-table-v3.semi-card,
|
||||
.v2-access-table-v3 > .semi-card-body {
|
||||
height: 100%;
|
||||
@@ -9452,10 +9490,101 @@
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.v2-access-inspector-focus b {
|
||||
margin-top: 3px;
|
||||
color: #526c91;
|
||||
font-size: 10px;
|
||||
font-weight: 650;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.v2-access-inspector-focus.is-degraded b,
|
||||
.v2-access-inspector-focus.is-incomplete b {
|
||||
color: #9c640f;
|
||||
}
|
||||
|
||||
.v2-access-inspector-focus.is-offline b,
|
||||
.v2-access-inspector-focus.is-not_connected b {
|
||||
color: #a45048;
|
||||
}
|
||||
|
||||
.v2-access-inspector-focus .v2-access-connection-tag.semi-tag {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.v2-access-health-strip {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
margin: 10px 12px 0;
|
||||
overflow: hidden;
|
||||
border: 1px solid #e0e7ef;
|
||||
border-radius: 10px;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.v2-access-health-strip > span {
|
||||
display: grid;
|
||||
min-width: 0;
|
||||
gap: 5px;
|
||||
padding: 10px 11px;
|
||||
}
|
||||
|
||||
.v2-access-health-strip > span + span {
|
||||
border-left: 1px solid #e8edf3;
|
||||
}
|
||||
|
||||
.v2-access-health-strip small {
|
||||
color: #8794a6;
|
||||
font-size: 9px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.v2-access-health-strip strong {
|
||||
overflow: hidden;
|
||||
color: #34475f;
|
||||
font-size: 15px;
|
||||
line-height: 1;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-variant-numeric: tabular-nums;
|
||||
}
|
||||
|
||||
.v2-access-health-strip strong.is-good {
|
||||
color: #169b62;
|
||||
}
|
||||
|
||||
.v2-access-health-strip strong.is-danger {
|
||||
color: #d1493f;
|
||||
}
|
||||
|
||||
.v2-access-health-strip strong.is-warning {
|
||||
color: #b86c0d;
|
||||
}
|
||||
|
||||
.v2-access-mobile-profile {
|
||||
display: flex;
|
||||
min-height: 42px;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
border-bottom: 1px solid #e6ebf2;
|
||||
background: #fff;
|
||||
padding: 8px 12px;
|
||||
}
|
||||
|
||||
.v2-access-mobile-profile small {
|
||||
flex: 0 0 auto;
|
||||
color: #8794a6;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.v2-access-mobile-profile strong {
|
||||
overflow: hidden;
|
||||
color: #40536b;
|
||||
font-size: 11px;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.v2-access-inspector-focus + .v2-access-inspector-summary.semi-descriptions {
|
||||
padding-top: 8px;
|
||||
}
|
||||
@@ -9875,6 +10004,24 @@
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.v2-access-health-strip {
|
||||
margin: 7px 9px 0;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.v2-access-health-strip > span {
|
||||
gap: 4px;
|
||||
padding: 8px 6px;
|
||||
}
|
||||
|
||||
.v2-access-health-strip small {
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.v2-access-health-strip strong {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.v2-ops-page {
|
||||
height: auto;
|
||||
min-height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user