瀏覽代碼

投中修改重点项目两线指标

zhbyyy 2 年之前
父節點
當前提交
df285ce285
共有 2 個文件被更改,包括 35 次插入31 次删除
  1. 1 1
      investmentPort/investHome.html
  2. 34 30
      investmentPort/js/investHomeGroup.js

+ 1 - 1
investmentPort/investHome.html

@@ -199,7 +199,7 @@
           <div class="content left-lb">
             <dv-scroll-board ref="indicator" :config="storageRecordConfig" @scroll-change="scrollChange"
               class="commonBack"></dv-scroll-board>
-            <div id="echartL9" class="commonBack" style="width: 100%; height: 100%;"></div>
+            <div id="echartL9" class="commonBack" style="width: 100%; height: 100%;" @mouseenter="$refs.indicator.handleHover(true, 1, 2, 3, 4)" @mouseout="$refs.indicator.handleHover(false, 1, 2, 3, 4)"></div>
           </div>
         </div>
       </div>

File diff suppressed because it is too large
+ 34 - 30
investmentPort/js/investHomeGroup.js


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