update
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 178 KiB |
@@ -22,7 +22,7 @@ const props = defineProps({
|
||||
show: true
|
||||
})
|
||||
|
||||
const isMusicOn = ref(false);
|
||||
const isMusicOn = ref(true);
|
||||
const audioElement = ref(null);
|
||||
const videoElement = ref(null);
|
||||
const videoLoaded = ref(false);
|
||||
|
||||
@@ -137,7 +137,7 @@ const startNow = () => {
|
||||
}
|
||||
|
||||
.item-2 {
|
||||
top: 147vw;
|
||||
top: 137vw;
|
||||
width: 46vw;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user