diff --git a/nezha-fronted/src/components/charts/chart-asset-info.scss b/nezha-fronted/src/components/charts/chart-asset-info.scss index 849eb50ae..ad204af33 100644 --- a/nezha-fronted/src/components/charts/chart-asset-info.scss +++ b/nezha-fronted/src/components/charts/chart-asset-info.scss @@ -32,7 +32,6 @@ .chart-info-container{ padding-left: 8px; padding-right: 8px; - display:table; text-align:center; width:calc(100% - 16px); .single-stat-content{ @@ -159,6 +158,7 @@ .asset-info-content{ width: 100%; height: 100%; + font-size: 12px; .basic-container,.feature-container{ width: 100%; //height: calc(50% - 4px); @@ -173,6 +173,7 @@ flex-wrap:nowrap; padding: 0 5px 0 5px; box-sizing: border-box; + font-size: 16px; } .basic-container .basic-title:hover,.feature-container .feature-title:hover{ border: 1px solid #C0C4CC; @@ -194,10 +195,10 @@ } .content-item{ width: 100%; - white-space:nowrap; overflow:hidden; text-overflow:ellipsis; position: relative; + border-bottom: 1px solid #EBEEF5; .content-item-key{ display: inline-block; //height: 25px; @@ -219,7 +220,7 @@ } } - .content-item:hover{ + .hover-bg:hover{ background-color: #F2F2F2; } } diff --git a/nezha-fronted/src/components/charts/chart-asset-info.vue b/nezha-fronted/src/components/charts/chart-asset-info.vue index 146ba6962..61f05d291 100644 --- a/nezha-fronted/src/components/charts/chart-asset-info.vue +++ b/nezha-fronted/src/components/charts/chart-asset-info.vue @@ -15,21 +15,21 @@ - {{data.title}} + {{$t('asset.createAssetTab.assetInfo')}}
- +
-
{{$t('asset.basicTitle')}}
+
{{$t('asset.createAssetTab.basicTitle')}}