diff --git a/nezha-fronted/src/components/charts/chart-table.vue b/nezha-fronted/src/components/charts/chart-table.vue index 432a63b67..62ccc02c5 100644 --- a/nezha-fronted/src/components/charts/chart-table.vue +++ b/nezha-fronted/src/components/charts/chart-table.vue @@ -510,7 +510,6 @@ }] break; case 'last': - console.log(last) result=last; result = [{ element:result.element, diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue index efe4b454e..f173fd446 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -846,9 +846,6 @@ .box-content { position: relative; min-height: 100%; - .show-top:last-child{ - margin-bottom: 50px; - } } /* end-chart list*/ @@ -1050,4 +1047,8 @@ } } - +