style:去除浏览器打印
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user