Procházet zdrojové kódy

Merge branch 'dev' of http://1.116.113.26:8088/zhuliu/RMS-FrontEnd into dev

zhuhao před 2 roky
rodič
revize
43aa3d5f1b

+ 1 - 1
RMS-FrontEnd/src/views/report/FTO/FTOPage/components/ContrasrProduct.vue

@@ -347,7 +347,7 @@ export default {
       if (val == true) {
         this.width = '50%'
         this.$nextTick(()=>{
-            this.$set(this,'height',document.getElementsByClassName('patent-articles-content-left')[0].offsetHeight +20 + 'px')
+            this.$set(this,'height','calc(100% - 50px)')
             
          })
       } else {