NEZ-1927 fix : 查看拓扑图信息时图形未对称
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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