Compare commits

...

3 Commits

Author SHA1 Message Date
67ddfd36db update
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-11 23:18:26 +08:00
22592a1826 update
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-11 23:05:51 +08:00
c58db3595c update
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-11 22:24:43 +08:00
2 changed files with 6 additions and 5 deletions

View File

@@ -81,13 +81,12 @@
}
.danmaku-box {
width: 100%;
width: 100vw;
height: 420px;
.danmaku {
position: absolute;
width: 100%;
width: 100vw;
height: 420px;
top: 0;
z-index: 1;

View File

@@ -1,5 +1,5 @@
<template>
<view class="relative absolute">
<view class="relative">
<!-- 直播区域 -->
<view class="danmaku-box">
@@ -208,7 +208,9 @@ import wzj from "../../static/wzj.json";
import zj from "../../static/zj.json";
import vueDanmaku from "vue3-danmaku";
onMounted(() => { getWinInfo() });
onMounted(() => {
getWinInfo()
});
const danmakuRef = ref();