Browse Source

commit

master
hehongxing 2 years ago
parent
commit
15e77b331a
  1. 3
      04.系统编码/Frontend/src/components/RamanLidar.vue

3
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;
//}

Loading…
Cancel
Save