Forráskód Böngészése

fix:市场概况样式调整、报告无数据不展示相关模块

tsz 2 éve
szülő
commit
b72b88af9d

+ 1 - 0
src/web/staticres/common-module/report-analysis/css/report_analysis.css

@@ -455,6 +455,7 @@
   margin: 0!important;
   padding-left: .08rem!important;
   padding-right: .08rem!important;
+  overflow-x: scroll;
 }
 .market-overview-item {
   display: flex;

+ 3 - 0
src/web/staticres/common-module/report-analysis/js/report_analysis.js

@@ -1448,6 +1448,9 @@ var vm = new Vue({
     sortAreaUserTop3 (data) {
       if (data.scaleAreaCountTop || data.scaleAreaAmountTop) {
         this.sorAreaTop3(data)
+      } else {
+        this.sections.areaScatter.projectCountTop3 = null
+        this.sections.areaScatter.projectAmountTop3 = null
       }
       if (data.scaleBuyclassCountTop || data.scaleBuyclassAmountTop) {
         this.sorUserTop3(data)