From 3008b640b50657a8b1ded45b3bbb2ec104dfb18e Mon Sep 17 00:00:00 2001 From: hanyuxia Date: Tue, 14 Dec 2021 17:21:37 +0800 Subject: [PATCH] =?UTF-8?q?CN-242=20Cyptocurrency--=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/components/components/charts/panel.scss | 5 ++--- src/components/charts/ChartTableActiveIp.vue | 2 +- src/components/rightBox/settings/ChartBox.vue | 2 +- src/utils/constants.js | 4 ++-- src/views/charts/Chart.vue | 4 ++-- src/views/charts/Panel.vue | 7 +++++-- 6 files changed, 13 insertions(+), 11 deletions(-) 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 @@