上次提交是iconTitle也会移入弹框

This commit is contained in:
NiSen
2024-01-25 15:57:22 +08:00
parent 128f21e454
commit 29d5ae0100

View File

@@ -67,10 +67,12 @@
</svg>
</div>
</div>
<div class="iconTitle">{{ item.title }}</div>
</div>
</el-popover>
<div :style="{
left: (getPosition(item.name, index).left + 55) + 'px',
top: getPosition(item.name, index).top + 'px'
}" class="iconTitle">{{ item.title }}</div>
</div>
</div>
</div>
@@ -610,12 +612,10 @@ export default {
}
}
}
.iconTitle {
position: absolute;
top: 50%;
left: 53px;
transform: translateY(-60%);
height: 40px;
line-height: 40px;
font-size: 14px;
@@ -625,7 +625,6 @@ export default {
padding: 0 20px;
white-space: nowrap;
}
}
.growth-content {