feat: networkoverview app列表图
This commit is contained in:
@@ -51,5 +51,6 @@
|
||||
@import './views/charts2/networkOverviewPerformanceEvent';
|
||||
@import './views/charts2/networkOverviewTabs';
|
||||
@import './views/charts2/npmNetworkQuantity';
|
||||
@import './views/charts2/networkOverviewApps';
|
||||
@import './views/charts2/npmTabs';
|
||||
//@import '../chart';
|
||||
|
||||
@@ -0,0 +1,76 @@
|
||||
.network-overview-apps {
|
||||
height: 100%;
|
||||
|
||||
.line-select-metric {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
|
||||
&>span {
|
||||
font-size: 12px;
|
||||
color: #575757;
|
||||
font-weight: 400;
|
||||
margin-right: 3px;
|
||||
}
|
||||
.line-select__operation {
|
||||
height: 24px;
|
||||
margin-left: 3px;
|
||||
box-shadow: none;
|
||||
border-radius: 2px;
|
||||
.option__select {
|
||||
pointer-events:none;
|
||||
.el-input__inner {
|
||||
width: 80px;
|
||||
height: 24px;
|
||||
padding-left: 4px;
|
||||
line-height: 24px;
|
||||
font-size: 12px;
|
||||
color: #2C72C6;
|
||||
font-weight: 400;
|
||||
}
|
||||
.el-input__suffix {
|
||||
display: flex;
|
||||
.el-input__suffix-inner {
|
||||
line-height: 24px;
|
||||
.el-select__caret {
|
||||
line-height: 24px;
|
||||
width: 16px;
|
||||
color: #575757;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.option__select.select-column {
|
||||
.el-input__inner {
|
||||
width: 86px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
}
|
||||
.icon-group-divide {
|
||||
height: 14px;
|
||||
width: 1px;
|
||||
background-color: $--color-primary;
|
||||
}
|
||||
i {
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.app-cards {
|
||||
display: grid;
|
||||
grid-template-rows: repeat(auto-fill, 100px);
|
||||
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
|
||||
grid-gap: 20px;
|
||||
width: 100%;
|
||||
padding-top: 10px;
|
||||
height: calc(100% - 24px);
|
||||
|
||||
.app-card {
|
||||
height: 100%;
|
||||
border: 1px solid #E2E5EC;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -54,7 +54,6 @@
|
||||
border-radius: 4px;
|
||||
padding: 8px 5px;
|
||||
span {
|
||||
font-family: NotoSansHans-Medium;
|
||||
font-size: 12px;
|
||||
color: #575757;
|
||||
font-weight: 500;
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
.cn-chart-tooltip-value.cn-chart-tooltip__color {
|
||||
font-family: NotoSansHans-Medium;
|
||||
font-size: 12px;
|
||||
color: #353636;
|
||||
line-height: 12px;
|
||||
@@ -29,7 +28,7 @@
|
||||
position: absolute;
|
||||
.line-select-metric,.line-select-reference-line {
|
||||
display: flex;
|
||||
span {
|
||||
&>span {
|
||||
font-size: 12px;
|
||||
color: #575757;
|
||||
font-weight: 400;
|
||||
@@ -38,7 +37,7 @@
|
||||
.line-select__operation {
|
||||
height: 24px;
|
||||
margin-left: 3px;
|
||||
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.10);
|
||||
box-shadow: none;
|
||||
border-radius: 2px;
|
||||
.option__select {
|
||||
pointer-events:none;
|
||||
@@ -93,7 +92,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
span:nth-of-type(1) {
|
||||
font-family: 'Helvetica-Bold';
|
||||
font-family: Helvetica-Bold;
|
||||
font-size: 28px;
|
||||
color: #353636;
|
||||
margin-right: 4px;
|
||||
|
||||
@@ -46,7 +46,6 @@
|
||||
padding: 8px 5px;
|
||||
margin-left: 30px;
|
||||
span {
|
||||
font-family: NotoSansHans-Medium;
|
||||
font-size: 12px;
|
||||
color: #575757;
|
||||
font-weight: 500;
|
||||
|
||||
Reference in New Issue
Block a user