mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
上次提交是iconTitle也会移入弹框
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user