修改bug

This commit is contained in:
‘937886381’
2024-03-12 11:18:06 +08:00
parent 3be7ac4237
commit 0457514f1e
10 changed files with 58 additions and 42 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-07-19 15:18:30
* @LastEditors: zhp
* @LastEditTime: 2024-02-29 15:48:47
* @LastEditTime: 2024-03-12 09:05:20
* @Description:
-->
<template>
@@ -870,6 +870,8 @@ export default {
</script>
<style lang="scss" scoped>
.visual-container {
width: 1920px;
height: 1080px;
@@ -886,14 +888,16 @@ export default {
position: relative;
.unit{
position: absolute;
left: 260px;
left: 290px;
top:25px;
color: rgba($color: #ffffff, $alpha: 8);
font-size: 20px;
}
.time{
position: absolute;
left: 1360px;
top:25px;
color: rgba($color: #ffffff, $alpha: 8);
font-size: 20px;
}
.title-button {