diff --git a/nezha-fronted/src/components/charts/chart-table.scss b/nezha-fronted/src/components/charts/chart-table.scss index 04cc38204..a21ec47dd 100644 --- a/nezha-fronted/src/components/charts/chart-table.scss +++ b/nezha-fronted/src/components/charts/chart-table.scss @@ -23,6 +23,7 @@ padding: 20px 8px 3px; margin-bottom: 10px; .table-title { + margin: -3px 0 3px 10px; font-weight: bold; font-size: 18px; line-height: 26px; diff --git a/nezha-fronted/src/components/charts/line-chart-block.scss b/nezha-fronted/src/components/charts/line-chart-block.scss index 67322c352..b5279bb16 100644 --- a/nezha-fronted/src/components/charts/line-chart-block.scss +++ b/nezha-fronted/src/components/charts/line-chart-block.scss @@ -53,6 +53,7 @@ font-size: 18px; line-height: 26px; color: #333; + margin: -3px 0 3px 10px; } .line-area { box-sizing: border-box; diff --git a/nezha-fronted/src/components/page/alert/config.vue b/nezha-fronted/src/components/page/alert/config.vue index 82e0caa55..a5b8d45e7 100644 --- a/nezha-fronted/src/components/page/alert/config.vue +++ b/nezha-fronted/src/components/page/alert/config.vue @@ -34,7 +34,7 @@ :data="tableData" border tooltip-effect="light" - height="calc(100% - 160px)" + height="calc(100% - 138px)" v-scrollBar:el-table style="width: 100%;"> - +