NEZ-1927 fix : 查看拓扑图信息时图形未对称
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user