Commit 48093847 authored by 朱超's avatar 朱超

能耗排名更新

parent 3949a7c0
//import { axios, base } from './request' //import { axios, base } from './request'
import http from './http' import http from './http'
//换热站机组排名页概况
export const postOverview = params => {
return http.post(`/api/analysis/ranking/Overview`, params).then(res => res).catch(function (error) {
console.log(error);
})
}
//换热站机组排名(热单耗) //换热站机组排名(热单耗)
export const postTopHeatUC = params => { export const postTopHeatUC = params => {
return http.post(`/api/analysis/ranking/TopHeatUC`, params).then(res => res).catch(function (error) { return http.post(`/api/analysis/ranking/TopHeatUC`, params).then(res => res).catch(function (error) {
......
...@@ -906,7 +906,7 @@ td { ...@@ -906,7 +906,7 @@ td {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
flex-wrap: wrap; flex-wrap: wrap;
margin-bottom: 3vh; margin-bottom: 50px;
} }
.mainBlockInn .cardList { .mainBlockInn .cardList {
width: 24%; width: 24%;
...@@ -1014,10 +1014,4 @@ td { ...@@ -1014,10 +1014,4 @@ td {
padding: 3px; padding: 3px;
color: #666666; color: #666666;
} }
// @media (max-width: 2560px) {
// body {
// font-size: 15px;
// }
// }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment