|
@ -646,7 +646,7 @@ export default { |
|
|
let view = document.querySelector('.picture-view'); |
|
|
let view = document.querySelector('.picture-view'); |
|
|
let width = view.clientWidth / 2; |
|
|
let width = view.clientWidth / 2; |
|
|
let heigth = view.clientHeight - 102; |
|
|
let heigth = view.clientHeight - 102; |
|
|
|
|
|
|
|
|
options.loadingExtinctionBeforeStatus = true; |
|
|
options.loadingExtinctionBeforeStatus = true; |
|
|
let params = { |
|
|
let params = { |
|
|
date: moment(options.date).format('YYYY-MM-DD HH'), |
|
|
date: moment(options.date).format('YYYY-MM-DD HH'), |
|
@ -1671,6 +1671,7 @@ export default { |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-flow: column; |
|
|
flex-flow: column; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
|
|
|
text-align: center; |
|
|
//:deep(.el-loading-mask) { |
|
|
//:deep(.el-loading-mask) { |
|
|
// top: 64px !important; |
|
|
// top: 64px !important; |
|
|
//} |
|
|
//} |
|
|