Commit 2446bd55 by T

优化地址配置放html,首页统计修复

parent 63c586a0
......@@ -31,11 +31,7 @@ import 'moment/locale/zh-cn'
Vue.prototype.$moment = moment
Vue.config.productionTip = false
//axios.defaults.baseURL = 'http://192.168.3.74:5001'
//开发环境
// axios.defaults.baseURL = 'http://192.168.3.188:5007'
//现场
axios.defaults.baseURL = 'http://41.204.124.248:5001'
axios.defaults.baseURL = window._CONFIG['dlURL']
// 配置请求超时
......
......@@ -182,7 +182,7 @@
"
>装备近期使用频率(近一周)</span
>
<div id="lineChart" class="chartC" />
<div id="lineChart" class="chartB" />
</el-card>
</el-col>
......@@ -360,7 +360,7 @@
"
>装备状态比例</span
>
<div id="pieChart" class="chartC" style="height:280;width: 520px;"/>
<div id="pieChart" class="chartD" style="height:280px;width: 520px;"/>
</el-card>
</el-col>
</el-row>
......@@ -762,9 +762,15 @@ export default {
}
}
}
.chartB {
margin-top: 50px;
height: 220px;
width:1073px
}
.chartC {
margin-top: 50px;
//height: 200px;
height: 210px;
width:1073px
}
@media (max-width: 550px) {
.card-panel-description {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论