From 0d0968ec2d1a39c21e15e447c4f2227f70d6a11b Mon Sep 17 00:00:00 2001 From: 张晓波 <bingbo1993@126.com> Date: 星期一, 11 十二月 2023 10:38:37 +0800 Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe --- web/src/views/MixingInfo/mixing.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/MixingInfo/mixing.vue b/web/src/views/MixingInfo/mixing.vue index 5ff8d87..ab40a78 100644 --- a/web/src/views/MixingInfo/mixing.vue +++ b/web/src/views/MixingInfo/mixing.vue @@ -46,7 +46,7 @@ fn() return fn })(), - 1000 * 60 * 1 + 1000 * 60 * 10 ) if (Vue) { Vue.$once('hook:beforeDestroy', function () { @@ -263,7 +263,7 @@ > p { position: absolute; left: 50%; - top: 18%; + top: 9%; font-size: 0.7rem; white-space: nowrap; transform: translate(-50%, -50%); -- Gitblit v1.9.3