Browse Source

报告详情样式问题

hbchen 10 months ago
parent
commit
4cb1b546a0
3 changed files with 310 additions and 308 deletions
  1. 307 307
      public/eta_comp.js
  2. 1 0
      src/views/smartReport/detail.vue
  3. 2 1
      src/views/smartReport/detailPdf.vue

File diff suppressed because it is too large
+ 307 - 307
public/eta_comp.js


+ 1 - 0
src/views/smartReport/detail.vue

@@ -323,6 +323,7 @@ body{
   }
   }
   .html-head-img-box,.html-end-img-box{
   .html-head-img-box,.html-end-img-box{
     position: relative;
     position: relative;
+    overflow: hidden;
     .head-layout-item{
     .head-layout-item{
         position: absolute;
         position: absolute;
         overflow: hidden;
         overflow: hidden;

+ 2 - 1
src/views/smartReport/detailPdf.vue

@@ -147,7 +147,7 @@ body{
   background: #fff;
   background: #fff;
   overflow: auto;
   overflow: auto;
   width: 800px;
   width: 800px;
-  padding: 20px 20px 20px 44px;
+  padding: 20px;
   margin: 0 auto;
   margin: 0 auto;
 
 
   .top-header {
   .top-header {
@@ -169,6 +169,7 @@ body{
   }
   }
   .html-head-img-box,.html-end-img-box{
   .html-head-img-box,.html-end-img-box{
     position: relative;
     position: relative;
+    overflow: hidden;
     .head-layout-item{
     .head-layout-item{
         position: absolute;
         position: absolute;
         overflow: hidden;
         overflow: hidden;

Some files were not shown because too many files changed in this diff