diff --git a/src/assets/css/components/components/charts/panel.scss b/src/assets/css/components/components/charts/panel.scss index 5ee2b6ed..cc9954e5 100644 --- a/src/assets/css/components/components/charts/panel.scss +++ b/src/assets/css/components/components/charts/panel.scss @@ -86,9 +86,8 @@ font-weight:normal; } -.cn-chart__crypto-header{ - font-size:15px; - font-family: SimHei; +.cn-panel-crypto { + grid-template-columns: repeat(36, 1fr) !important; } .cn-panel, .cn-panel>.cn-chart__tabs>.el-tabs__content>.el-tab-pane, .cn-chart__group .cn-chart__body { diff --git a/src/components/charts/ChartTableActiveIp.vue b/src/components/charts/ChartTableActiveIp.vue index 1c2a9c22..bde28488 100644 --- a/src/components/charts/ChartTableActiveIp.vue +++ b/src/components/charts/ChartTableActiveIp.vue @@ -2,7 +2,7 @@
-
+
diff --git a/src/components/rightBox/settings/ChartBox.vue b/src/components/rightBox/settings/ChartBox.vue index f841fe99..df858e1d 100644 --- a/src/components/rightBox/settings/ChartBox.vue +++ b/src/components/rightBox/settings/ChartBox.vue @@ -56,7 +56,7 @@ - + diff --git a/src/utils/constants.js b/src/utils/constants.js index 85a0aa2e..f4cf295d 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -27,7 +27,7 @@ export const fromRoute = { user: 'user', galaxyProxy: 'galaxyProxy', chart: 'chart', - cyptocurrency: 'cyptocurrency' + cryptocurrency: 'cryptocurrency' } /* panel类别和名称之间的映射 */ @@ -38,7 +38,7 @@ export const panelTypeAndRouteMapping = { ipEntityDetail: 4, domainEntityDetail: 5, appEntityDetail: 6, - cyptocurrency: 7 + cryptocurrency: 7 } /* operationLog state 执行状态属性 值与名称之间的映射 */ diff --git a/src/views/charts/Chart.vue b/src/views/charts/Chart.vue index 5e5acf46..79ec06c9 100644 --- a/src/views/charts/Chart.vue +++ b/src/views/charts/Chart.vue @@ -93,7 +93,7 @@