Merge branch '20251031-1280-fix-gj' into test1024

This commit is contained in:
Caojr
2025-10-31 16:17:30 +08:00
2 changed files with 10 additions and 4 deletions

View File

@@ -484,7 +484,10 @@ export default {
this.form.device = 2;
}
// 时长,秒与分钟的转化
//if(this.form.)
if (this.form.minute) {
this.form.duration = this.form.minute * 60;
}
try {
const { status,message} = await coueseFile.batchUpdate([this.form]);
if (status === 200) {

View File

@@ -1970,16 +1970,19 @@
}
.player-box {
position: relative;
position: absolute;
width: 100%;
max-width: 300px;
margin: 20px auto;
height: 187px;
background: rgba(74, 74, 74, .5);
background: rgba(74, 74, 74, .8);
border-radius: 33px;
text-align: center;
padding: 20px;
top: 50%;
box-sizing: border-box;
left: 50%;
transform: translate(-50%, -50%);
.player-praise {
margin-top: 25px;