From 15e77b331ab4afd2680def97552091c83c093da4 Mon Sep 17 00:00:00 2001 From: hehongxing Date: Wed, 8 Feb 2023 11:25:45 +0800 Subject: [PATCH] commit --- 04.系统编码/Frontend/src/components/RamanLidar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/04.系统编码/Frontend/src/components/RamanLidar.vue b/04.系统编码/Frontend/src/components/RamanLidar.vue index 723da00..6d7cf2d 100644 --- a/04.系统编码/Frontend/src/components/RamanLidar.vue +++ b/04.系统编码/Frontend/src/components/RamanLidar.vue @@ -646,7 +646,7 @@ export default { let view = document.querySelector('.picture-view'); let width = view.clientWidth / 2; let heigth = view.clientHeight - 102; - + options.loadingExtinctionBeforeStatus = true; let params = { date: moment(options.date).format('YYYY-MM-DD HH'), @@ -1671,6 +1671,7 @@ export default { display: flex; flex-flow: column; justify-content: center; + text-align: center; //:deep(.el-loading-mask) { // top: 64px !important; //}