样式修改

This commit is contained in:
a0049873 2022-07-21 10:56:54 +08:00
parent d5bb315312
commit f62af22a5e
1 changed files with 7 additions and 2 deletions

View File

@ -270,7 +270,12 @@
departmentList.value = res.data.data.deptList departmentList.value = res.data.data.deptList
} }
nextTick(() => { nextTick(() => {
console.log('生成气泡=================>', res, navSelect.value) console.log(
'生成气泡=================>',
res,
navSelect.value,
bubbleList.value
)
coordinate.value = [] coordinate.value = []
bubbleRandom(1) bubbleRandom(1)
bubbleRandom(2) bubbleRandom(2)
@ -712,7 +717,7 @@
position: absolute; position: absolute;
opacity: 0; opacity: 0;
top: 2.59rem; top: 2.59rem;
left: 471.05rem; left: 4.71rem;
transition: all 1s; transition: all 1s;
span { span {
overflow: hidden; overflow: hidden;