| | |
| | | displayContentTab: '', |
| | | displayContentTable: '', |
| | | flag: false, |
| | | value: '' |
| | | value: '', |
| | | getWasteGasDetails: [] |
| | | } |
| | | }, |
| | | methods: { |
| | |
| | | }) |
| | | this.displayContentTab = dataBasic |
| | | this.displayContentTable = dataDetailed |
| | | this.flag = true |
| | | this.value = value |
| | | }, |
| | | setGasData (data, value) { |
| | | setGasData (data, dataDetails, value) { |
| | | this.setWasteGasdata = data |
| | | this.getWasteGasDetails = dataDetails |
| | | // console.log(dataDetails) |
| | | this.displayContentTitle = data.Name |
| | | this.flag = true |
| | | this.value = value |
| | |
| | | .public-bounced-content { |
| | | margin: 15px auto; |
| | | display: flex; |
| | | align-items: center; |
| | | //align-items: center; |
| | | justify-content: space-around; |
| | | padding: 10px; |
| | | |
| | | .public-bounced-content-left { |
| | | flex: 3; |
| | | //width: 64%; |
| | | //height: 100%; |
| | | //margin-right: 10px; |
| | | height: 100%; |
| | | margin-right: 10px; |
| | | } |
| | | |
| | | .public-bounced-content-right { |
| | | flex: 2; |
| | | margin-left: 10px; |
| | | //width: 34%; |
| | | //height: 100%; |
| | | //width: 48%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | } |