From e9a0b1f06a6e5319a4deec75f0234d169257bd40 Mon Sep 17 00:00:00 2001 From: Austin <1344583166@qq.com> Date: Fri, 27 Dec 2024 10:37:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E9=9B=86=E7=BE=A4=E6=8B=93?= =?UTF-8?q?=E6=89=91=E3=80=81=E5=AE=9E=E4=BE=8B=E8=A7=86=E5=9B=BE=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E4=BF=A1=E6=81=AF=E8=A1=A5=E5=85=85=20#8830?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db-manage/common/cluster-batch-opration/Index.vue | 1 + .../common/cluster-details/common/useRenderGraph.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dbm-ui/frontend/src/views/db-manage/common/cluster-batch-opration/Index.vue b/dbm-ui/frontend/src/views/db-manage/common/cluster-batch-opration/Index.vue index 06c00501df..89f3533c9d 100644 --- a/dbm-ui/frontend/src/views/db-manage/common/cluster-batch-opration/Index.vue +++ b/dbm-ui/frontend/src/views/db-manage/common/cluster-batch-opration/Index.vue @@ -136,6 +136,7 @@ padding: 0; .opration-button { + width: 100%; padding: 0 16px; } } diff --git a/dbm-ui/frontend/src/views/db-manage/common/cluster-details/common/useRenderGraph.tsx b/dbm-ui/frontend/src/views/db-manage/common/cluster-details/common/useRenderGraph.tsx index 15707c45d9..fcf163595c 100644 --- a/dbm-ui/frontend/src/views/db-manage/common/cluster-details/common/useRenderGraph.tsx +++ b/dbm-ui/frontend/src/views/db-manage/common/cluster-details/common/useRenderGraph.tsx @@ -137,14 +137,14 @@ export const detailColumns: DetailColumns = [ label: t('主机IP'), key: 'bk_host_innerip', }, - { - label: t('园区'), - key: 'bk_sub_zone', - }, { label: t('地域'), key: 'bk_idc_city_name', }, + { + label: t('园区'), + key: 'bk_sub_zone', + }, { label: 'CPU', key: 'bk_cpu',