diff --git a/nezha-fronted/src/assets/css/components/common/project/topology.scss b/nezha-fronted/src/assets/css/components/common/project/topology.scss index 5bdc3cc6c..6dd629fea 100644 --- a/nezha-fronted/src/assets/css/components/common/project/topology.scss +++ b/nezha-fronted/src/assets/css/components/common/project/topology.scss @@ -159,12 +159,11 @@ color: #e2f3ef; font-size: 44px; position: absolute; - top: 1px; + top: 0px; left: 2px; - transform: scale(0.95); - z-index: 0; + // transform: scale(1.1); + z-index: -1; } - .network-pop .error-model-stat .nz-icon-liubianxing { color: #FADED7; } diff --git a/nezha-fronted/src/components/common/project/topologyL5.vue b/nezha-fronted/src/components/common/project/topologyL5.vue index 3147ea396..e332733d3 100644 --- a/nezha-fronted/src/components/common/project/topologyL5.vue +++ b/nezha-fronted/src/components/common/project/topologyL5.vue @@ -444,17 +444,17 @@ export default { notModuleIDArr: [], popData: [ { - top: '-40px', - left: '-21px', + top: '-41px', + left: '-23px', className: 'nz-icon-endpoint', id: 'endpoint', title: this.$t('project.topology.endpoint') }, - { top: '-40px', left: '19px', className: 'nz-icon-asset', id: 'asset', title: this.$t('project.topology.asset') }, - { top: '-4px', left: '40px', className: '', id: 'other', title: '' }, - { top: '30px', left: '19px', className: '', id: 'other', title: '' }, - { top: '30px', left: '-21px', className: 'nz-icon-info-normal', id: 'info', title: this.$t('project.topology.info') }, - { top: '-4px', left: '-40px', className: 'nz-icon-gaojing', id: 'alert', title: this.$t('project.topology.alert') } + { top: '-41px', left: '22px', className: 'nz-icon-asset', id: 'asset', title: this.$t('project.topology.asset') }, + { top: '-2px', left: '45px', className: '', id: 'other', title: '' }, + { top: '37px', left: '22px', className: '', id: 'other', title: '' }, + { top: '37px', left: '-23px', className: 'nz-icon-info-normal', id: 'info', title: this.$t('project.topology.info') }, + { top: '-2px', left: '-45px', className: 'nz-icon-gaojing', id: 'alert', title: this.$t('project.topology.alert') } ], popDataShow: { endpoint: false,