Commit f69e4e60 by 李乾广

修改bug

1 parent 72409a58
......@@ -137,7 +137,7 @@ export default {
computed: {
videoHeight() {
const windowInnerHeight = window.innerHeight;
return windowInnerHeight - 80;
return windowInnerHeight;
}
},
mounted() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!