修改圆球层级

This commit is contained in:
re-JZzzz
2025-11-15 16:46:29 +08:00
parent f45470185f
commit b26483a99c

View File

@ -275,7 +275,7 @@ const powerGenerationData = ref([
background: linear-gradient(135deg, #7df6ff 0%, #29f1fa 100%);
box-shadow: 0 0 vh(10) rgba(41, 241, 250, 0.8);
border: vh(2) solid rgba(255, 255, 255, 0.9);
z-index: 10;
z-index: 1;
transition: left 0.5s ease;
}
}