jwyu 1 rok pred
rodič
commit
d8c8801364

+ 1 - 1
src/views/smartReport/components/ChartComp.vue

@@ -1,7 +1,7 @@
 <template>
     <div 
         class="report-comp-item chart-comp"
-        style="min-height:300px;width:100%;height:100%;overflow: hidden;display:flex;flex-direction: column"
+        style="min-height:300px;width:100%;height:100%;overflow: hidden;display:flex;flex-direction: column;margin-bottom:10px"
     >
         <iframe :src="compData.content" style="flex:1;width:100%;height:100%;border-width:0px;"></iframe>
     </div>

+ 3 - 0
src/views/smartReport/components/ETAChart.vue

@@ -58,6 +58,9 @@ div{
     box-sizing: border-box;
 }
 .eta-chart-wrap{
+    width: 100%;
+    min-width: 600px;
+    overflow-x: auto;
     .top-box{
         display: flex;
         justify-content: space-between;

+ 1 - 0
src/views/smartReport/components/ETAPriceChart.vue

@@ -170,6 +170,7 @@ div{
                     height: 197px;
                     background-size: cover;
                     background-position: center;
+                    background-repeat: no-repeat;
                 }
             }
 }

+ 1 - 0
src/views/smartReport/components/ETASandBox.vue

@@ -162,6 +162,7 @@ div{
                     height: 197px;
                     background-size: contain;
                     background-position: center;
+                    background-repeat: no-repeat;
                 }
             }
 }

+ 1 - 0
src/views/smartReport/components/ETASheet.vue

@@ -121,6 +121,7 @@ div{
                     height: 197px;
                     background-size: contain;
                     background-position: center;
+                    background-repeat: no-repeat;
                 }
             }
         }

+ 1 - 1
src/views/smartReport/components/ImgComp.vue

@@ -1,7 +1,7 @@
 <template>
     <div 
         class="report-comp-item img-comp" 
-        style="width:100%;height:100%;overflow-y: auto;"
+        style="width:100%;height:100%;overflow-y: auto;margin-bottom:10px"
     >
         <img style="width:100%" :src="compData.content" alt="">
     </div>

+ 1 - 0
src/views/smartReport/components/ImportETAChart.vue

@@ -134,6 +134,7 @@ div{
                     height: 197px;
                     background-size: cover;
                     background-position: center;
+                    background-repeat: no-repeat;
                 }
             }
         }

+ 1 - 0
src/views/smartReport/components/ImportMyETAChart.vue

@@ -162,6 +162,7 @@ div{
                     height: 197px;
                     background-size: cover;
                     background-position: center;
+                    background-repeat: no-repeat;
                 }
             }
     }

+ 1 - 0
src/views/smartReport/components/SemanticAnalysis.vue

@@ -162,6 +162,7 @@ div{
                     height: 197px;
                     background-size: contain;
                     background-position: center;
+                    background-repeat: no-repeat;
                 }
             }
 }

+ 1 - 1
src/views/smartReport/components/SheetComp.vue

@@ -1,7 +1,7 @@
 <template>
     <div 
         class="report-comp-item sheet-comp"
-        style="width:100%;overflow: hidden;"
+        style="width:100%;overflow: hidden;margin-bottom:10px"
     >
         <iframe :class="id" :src="compData.content" width="100%" style="border-width:0px;"></iframe>
     </div>

+ 1 - 0
src/views/smartReport/components/StatisticAnalysis.vue

@@ -236,6 +236,7 @@ div{
                     height: 197px;
                     background-size: cover;
                     background-position: center;
+                    background-repeat: no-repeat;
                 }
             }
 }

+ 1 - 1
src/views/smartReport/components/TextComp.vue

@@ -1,7 +1,7 @@
 <template>
     <div 
         class="report-comp-item text-comp" 
-        style="width:100%;height: 100%;overflow-y: auto;"
+        style="width:100%;height: 100%;overflow-y: auto;margin-bottom:10px"
     >
         <div class="rich-text-box" v-html="compData.content"></div>
     </div>

+ 4 - 0
src/views/smartReport/editReport.vue

@@ -125,6 +125,8 @@
                 <div class="close-icon" @click="handleCloseRight">
                     <img src="~@/assets/img/smartReport/icon14.png" alt="">
                 </div>
+                <div style="overflow-x:auto">
+                    <div style="min-width:600px">
                 <TextEdit 
                     v-if="rightType==='text'"
                     :key="activeId"
@@ -152,6 +154,8 @@
                 <ETASandBox v-if="rightType==='etaSandBox'"/>
                 <!-- 语义分析 -->
                 <SemanticAnalysis v-if="rightType==='semanticAnalysis'"/>
+                    </div>
+                </div>
             </div>
         </div>
 

+ 1 - 1
src/views/smartReport/reportList.vue

@@ -277,7 +277,7 @@
                             style="color: red">已推送消息</span> -->
                         </template>
                         <span
-                        style="color: #46c371; cursor: pointer"
+                        style="color: #46c371; cursor: pointer;display:inline-block"
                         v-if="permissionBtn.checkPermissionBtn(permissionBtn.smartReportManageBtn.reportManage_audioUpload)"
                         @click="openupload(scope.row.SmartReportId)"
                         >音频上传</span