diff --git a/src/components/charts/panel.scss b/src/components/charts/panel.scss index fca58565..5a6dd8db 100644 --- a/src/components/charts/panel.scss +++ b/src/components/charts/panel.scss @@ -130,7 +130,7 @@ align-items: center; flex-shrink: 0; padding: 10px 20px 10px 18px; - height: 50px; + height: 47px; .cn-chart__title { font-size: 16px; @@ -380,7 +380,7 @@ } } .cn-chart__body { - overflow-y: auto; + overflow: hidden auto; .el-table { padding: 0 10px; @@ -507,7 +507,7 @@ } .cn-panel { padding: 20px; - grid-gap: 20px; + grid-gap: 10px; &>.cn-chart>.cn-chart__header { border-bottom: 1px solid $--content-right-background-color; diff --git a/src/components/entities/EntityList.vue b/src/components/entities/EntityList.vue index 467d1979..db393b4d 100644 --- a/src/components/entities/EntityList.vue +++ b/src/components/entities/EntityList.vue @@ -65,7 +65,7 @@  {{$t('entities.subcategory')}}:
{{d.appSubategory || '-'}}
-
{{$t('overall.detail')}}>
+
{{$t('overall.detail')}}>
diff --git a/src/components/layout/Header.vue b/src/components/layout/Header.vue index 72c015de..51616281 100644 --- a/src/components/layout/Header.vue +++ b/src/components/layout/Header.vue @@ -12,9 +12,18 @@ size="small" v-model="from" v-if="showEntityTypeSelector" - style="padding-left: 25px; width: 130px;" + style="padding-left: 25px; width: 140px;" + class="entity-selector" > - + + + + + {{value}} + + @@ -339,4 +348,9 @@ export default { color: #999; } } +.entity-selector { + .el-input__prefix { + left: 7px !important; + } +} diff --git a/src/views/charts/Chart.vue b/src/views/charts/Chart.vue index 2b37b858..3d0da0ae 100644 --- a/src/views/charts/Chart.vue +++ b/src/views/charts/Chart.vue @@ -129,6 +129,7 @@ + + +
{{$t('entities.subcategory')}} {{$t('entities.reputationLevel')}} - -
-
- - -
- {{chartInfo.i18n ? $t(chartInfo.i18n) : chartInfo.name}} -
-
-
-
-
-
-
-
Type
-
Value
-
-
-
{{data.type || '-'}}
-
{{data.value || '-'}}
-
-
-
-
-
-