diff --git a/src/assets/css/components/views/charts2/networkOverviewApps.scss b/src/assets/css/components/views/charts2/networkOverviewApps.scss index db95e502..0f8a1a45 100644 --- a/src/assets/css/components/views/charts2/networkOverviewApps.scss +++ b/src/assets/css/components/views/charts2/networkOverviewApps.scss @@ -1,46 +1,57 @@ .network-overview-apps { height: 100%; - .line-select-metric { + .network-overview-apps-header { display: flex; - justify-content: flex-end; - align-items: center; + justify-content: space-between; - &>span { - font-size: 12px; - color: #575757; - font-weight: 400; - margin-right: 3px; + .network-overview-apps-title { + font-size: 14px; + color: #353636; + font-weight: 600; + height: 32px; } - .line-select__operation { - height: 24px; - margin-left: 3px; - box-shadow: none; - border-radius: 2px; - .el-input__inner { - width: 100px; - height: 24px; - padding-left: 4px; - line-height: 24px; + + .line-select-metric { + display: flex; + justify-content: flex-end; + align-items: center; + + &>span { font-size: 12px; - color: #2C72C6; + color: #575757; font-weight: 400; + margin-right: 3px; } - .el-input__suffix { - display: flex; - .el-input__suffix-inner { + .line-select__operation { + height: 24px; + margin-left: 3px; + box-shadow: none; + border-radius: 2px; + .el-input__inner { + width: 100px; + height: 24px; + padding-left: 4px; line-height: 24px; - .el-select__caret { + font-size: 12px; + color: #2C72C6; + font-weight: 400; + } + .el-input__suffix { + display: flex; + .el-input__suffix-inner { line-height: 24px; - width: 16px; - color: #575757; + .el-select__caret { + line-height: 24px; + width: 16px; + color: #575757; + } } } } } } - .app-cards { display: grid; grid-template-rows: repeat(auto-fill, 100px); diff --git a/src/views/charts2/charts/networkOverview/NetworkOverviewApps.vue b/src/views/charts2/charts/networkOverview/NetworkOverviewApps.vue index b2a099dc..e0dee941 100644 --- a/src/views/charts2/charts/networkOverview/NetworkOverviewApps.vue +++ b/src/views/charts2/charts/networkOverview/NetworkOverviewApps.vue @@ -1,20 +1,24 @@