style:去除浏览器打印

This commit is contained in:
@changcode
2021-11-05 17:29:34 +08:00
parent d2f9afebcb
commit 3ec6838df7
4 changed files with 0 additions and 4 deletions

View File

@@ -338,7 +338,6 @@ export default {
this.$refs.calendar.pickerVisible = true
if (document.getElementById('viewGraphDialog')) { // 处理 多弹出的z-index的问题 当前为 alertMessage的处理
const viewGraphDialogStyle = window.getComputedStyle(document.getElementById('viewGraphDialog', null))
console.log(viewGraphDialogStyle['z-index'])
setTimeout(() => {
if (viewGraphDialogStyle['z-index'] !== 'auto') {
const dom = document.getElementsByClassName('el-picker-panel')