样式修改
This commit is contained in:
parent
d5bb315312
commit
f62af22a5e
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue