feat: Dashboard - network overview - 新增app 部分功能完善

This commit is contained in:
@changcode
2022-07-21 18:23:33 +08:00
parent 0991842763
commit e33dbe2ea2
2 changed files with 123 additions and 13 deletions

View File

@@ -213,8 +213,24 @@
.body__searcher {
position: absolute;
right: 20px;
right: 28px;
top: 15px;
width: 280px;
.el-input.el-input--mini {
.el-input__inner {
background: #FFFFFF;
border: 1px solid #DEDEDE;
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02);
border-radius: 14px;
}
&.el-input--prefix {
i {
color: #575757;
font-size: 16px;
font-weight: 600;
}
}
}
}
.el-tabs__nav-wrap::after {
height: 0;
@@ -244,6 +260,43 @@
background: #FFFFFF;
border: 1px solid #E2E5EC;
border-radius: 4px;
padding: 18px 16px;
cursor: pointer;
display: flex;
flex-direction: column;
.body__app-title {
font-family: Helvetica-Bold;
font-size: 16px;
color: #353636;
font-weight: 700;
margin-bottom: 6px;
display: flex;
justify-content: space-between;
.body__app-title-left {
span {
i {
color: green;
margin-right: 2px;
font-size: 16px;
}
}
}
.body__app-title-right {
span {
i {
color: #046ECA;
margin-right: 2px;
font-size: 16px;
}
}
}
}
.body__app-value {
font-size: 12px;
color: #717171;
line-height: 18px;
font-weight: 400;
}
}
}
}