0cfb2eba by renchao@pashanhoo.com

style:统计监控样式修改

1 parent cb069653
1 { 1 {
2 "TITLE": "汉中市数据上报系统", 2 "TITLE": "汉中市数据上报系统",
3 "THEME": "sb", 3 "THEME": "jg",
4 "CODE": "BDCSBPT", 4 "CODE": "BDCJGPT",
5 "AREARMAP": "hanzhong", 5 "AREARMAP": "hanzhong",
6 "AREARNAME": "汉中市", 6 "AREARNAME": "汉中市",
7 "SERVERAPI": "/bdcsjsb", 7 "SERVERAPI": "/bdcsjsb",
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
35 <div id="myChart" class="chart" style="height:100%;width:100%;"></div> 35 <div id="myChart" class="chart" style="height:100%;width:100%;"></div>
36 <div id="myChart-bar" class="chart-bar" style="height:100%;width:100%;"></div> 36 <div id="myChart-bar" class="chart-bar" style="height:100%;width:100%;"></div>
37 </div> 37 </div>
38 <div class="from-clues-content center" v-else>暂无数据</div> 38 <div class="from-clues-content echarts-box center" v-else>暂无数据</div>
39 </div> 39 </div>
40 </template> 40 </template>
41 <script> 41 <script>
......