Commit 3bc5f833 authored by 毛线's avatar 毛线

键盘交互

parent b5427561
...@@ -269,6 +269,8 @@ export default { ...@@ -269,6 +269,8 @@ export default {
} }
.right-player { .right-player {
/* display: none; */ /* display: none; */
margin-left: 0;
margin-top: 20px;
} }
} }
...@@ -288,7 +290,7 @@ export default { ...@@ -288,7 +290,7 @@ export default {
.audio-ctrl-box { .audio-ctrl-box {
position: absolute; position: absolute;
right: 30px; right: 30px;
top: 120px; top: 140px;
z-index: 1000; z-index: 1000;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment