竖屏musicUI修改
This commit is contained in:
parent
bb112524b7
commit
657bfefae9
@ -14341,7 +14341,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
}
|
}
|
||||||
mousedown(px, py) {
|
mousedown(px, py) {
|
||||||
//鼠标按下时
|
//鼠标按下时
|
||||||
console.log(px, py)
|
//console.log(px, py)
|
||||||
const makeBox = ([x, y], [w, h]) => {
|
const makeBox = ([x, y], [w, h]) => {
|
||||||
return [
|
return [
|
||||||
[x, y],
|
[x, y],
|
||||||
@ -14527,9 +14527,9 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
|
|||||||
const pageupbox = makeBox([1050, 1100], [200, 100]);
|
const pageupbox = makeBox([1050, 1100], [200, 100]);
|
||||||
const pagedownbox = makeBox([1550, 1100], [200, 100]);
|
const pagedownbox = makeBox([1550, 1100], [200, 100]);
|
||||||
const musicbox = makeBox([900, 100], [1000, this.musicMx[page].length * 100])
|
const musicbox = makeBox([900, 100], [1000, this.musicMx[page].length * 100])
|
||||||
const beforebox = makeBox([165, 740], [50, 50])
|
const beforebox = makeBox([135, 740], [50, 50])
|
||||||
const afterbox = makeBox([500, 740], [50, 50])
|
const afterbox = makeBox([450, 740], [50, 50])
|
||||||
const playbox = makeBox([300, 700], [100, 100])
|
const playbox = makeBox([250, 700], [200, 200])
|
||||||
const typebox = makeBox([600, 700], [100, 100])
|
const typebox = makeBox([600, 700], [100, 100])
|
||||||
const changebox = makeBox([100, 590], [600, 20])
|
const changebox = makeBox([100, 590], [600, 20])
|
||||||
const volumebox = makeBox([100, 990], [600, 20])
|
const volumebox = makeBox([100, 990], [600, 20])
|
||||||
|
Loading…
Reference in New Issue
Block a user