@@ -100,7 +100,7 @@
.fullBtn {
width: 38px;
height: 55px;
- background: rgba(51, 51, 51, 0.15);
+ background: rgba(51, 51, 51, 0.4);
border-radius: 8px;
display: flex;
flex-direction: column;
@@ -312,7 +312,6 @@ export default defineComponent({
onTimeupdate={(e: Event) => {
const videoEle = e.target as unknown as HTMLVideoElement
m.currentTime = videoEle.currentTime
- console.log("🚀 ~ videoEle.currentTime", videoEle.currentTime)
}}
onPlay={() => {
// 播放