From ce7c17fe4d9140052024c5c7abd177a4c06f42b7 Mon Sep 17 00:00:00 2001 From: vapao Date: Sun, 19 Dec 2021 19:10:08 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E4=BC=98=E5=8C=96=E4=B8=BB=E6=9C=BA?= =?UTF-8?q?=E5=88=86=E7=BB=84=E5=90=8D=E7=A7=B0=E8=BF=87=E9=95=BF=E6=97=B6?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/host/Group.js | 7 +++---- spug_web/src/pages/host/index.module.less | 10 ++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/spug_web/src/pages/host/Group.js b/spug_web/src/pages/host/Group.js index 86c6694..37f16d7 100644 --- a/spug_web/src/pages/host/Group.js +++ b/spug_web/src/pages/host/Group.js @@ -19,6 +19,7 @@ import { } from '@ant-design/icons'; import { AuthFragment } from 'components'; import { hasPermission, http } from 'libs'; +import styles from './index.module.less'; import store from './store'; import lds from 'lodash'; @@ -146,9 +147,7 @@ export default observer(function () { } else { const extend = nodeData.all_host_ids && nodeData.all_host_ids.length ? `(${nodeData.all_host_ids.length})` : null return ( -
- {nodeData.title}{extend} -
+ {nodeData.title}{extend} ) } } @@ -157,7 +156,7 @@ export default observer(function () { return (