| | |
| | | getUser (data) { |
| | | return axios.get(mapUrl.GetUser, data) |
| | | } |
| | | // getWasteGas (data) { |
| | | // return axios.get(mapUrl.GetWasteGas, data) |
| | | // } |
| | | } |
| | |
| | | import { $HOST } from './host' |
| | | |
| | | export const GetUser = $HOST + '/user/getUser' |
| | | |
| | | // export const GetWasteGas = $HOST + '/wasteGas/getWasteGas' |
| | |
| | | .public-bounced-content { |
| | | margin: 15px auto; |
| | | display: flex; |
| | | align-items: center; |
| | | //align-items: center; |
| | | justify-content: space-around; |
| | | padding: 10px; |
| | | |
| | | .public-bounced-content-left { |
| | | width: 48%; |
| | | flex: 3; |
| | | height: 100%; |
| | | margin-right: 10px; |
| | | } |
| | | |
| | | .public-bounced-content-right { |
| | | width: 48%; |
| | | flex: 2; |
| | | //width: 48%; |
| | | height: 100%; |
| | | } |
| | | } |