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 ( -