diff --git a/nezha-fronted/src/components/charts/chart-asset-info.scss b/nezha-fronted/src/components/charts/chart-asset-info.scss index ad204af33..86470f567 100644 --- a/nezha-fronted/src/components/charts/chart-asset-info.scss +++ b/nezha-fronted/src/components/charts/chart-asset-info.scss @@ -195,6 +195,8 @@ } .content-item{ width: 100%; + min-height: 20px; + padding: 2px; overflow:hidden; text-overflow:ellipsis; position: relative; diff --git a/nezha-fronted/src/components/charts/chart-asset-info.vue b/nezha-fronted/src/components/charts/chart-asset-info.vue index 4e34a1a01..354689b21 100644 --- a/nezha-fronted/src/components/charts/chart-asset-info.vue +++ b/nezha-fronted/src/components/charts/chart-asset-info.vue @@ -29,9 +29,28 @@