Commit 33121746 authored by FE-安焕焕's avatar FE-安焕焕 👣

Pdf展示问题

parent f9ef53ab
...@@ -151,7 +151,8 @@ ...@@ -151,7 +151,8 @@
width='1000px' width='1000px'
:mask-closable='false' :mask-closable='false'
:closable='false' :closable='false'
:styles="{top:'50px'}"> :styles="{top:'50px'}"
>
<div > <div >
<!-- <h2 style="text-align:center;color:black" v-show="this.isShowAll==false">发送邮件</h2> --> <!-- <h2 style="text-align:center;color:black" v-show="this.isShowAll==false">发送邮件</h2> -->
<h2 style="text-align:center;color:black" >新建面试</h2> <h2 style="text-align:center;color:black" >新建面试</h2>
...@@ -862,12 +863,23 @@ export default { ...@@ -862,12 +863,23 @@ export default {
this.passDisabled=true this.passDisabled=true
this.optionDisabled=false this.optionDisabled=false
}) })
},
addCss(){
document.querySelector('#app').style['overflow-x']='hidden'
},
remove(){
document.querySelector('#app').style.removeProperty('overflow-x')
} }
}, },
mounted(){ mounted(){
this.getDETAIL() this.getDETAIL()
this.boxIsShow=true this.boxIsShow=true
this.judeBtn() this.judeBtn()
this.addCss()
},
beforeDestroy(){
this.remove()
} }
} }
</script> </script>
...@@ -1081,9 +1093,4 @@ export default { ...@@ -1081,9 +1093,4 @@ export default {
/* border: 1px solid red */ /* border: 1px solid red */
} }
</style> </style>
<style lang='less'>
#app{
overflow-x:hidden !important;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment