| | |
| | | <script> |
| | | import EChartsHour from './EChartsHour' |
| | | import EChartsDate from './EChartsDate' |
| | | import Echarts from '@components/BaseNav/PublicBounced/GasComponents/Echarts' |
| | | |
| | | export default { |
| | | name: 'PublicChart', |
| | | components: { |
| | | EChartsHour, |
| | | EChartsDate, |
| | | Echarts |
| | | EChartsDate |
| | | }, |
| | | data () { |
| | | return { |
| | |
| | | |
| | | </script> |
| | | |
| | | <style scoped> |
| | | * { |
| | | margin: 0; |
| | | padding: 0; |
| | | list-style: none; |
| | | } |
| | | |
| | | <style scoped lang="less"> |
| | | .win { |
| | | position: relative; |
| | | /*margin-bottom: 13px;*/ |
| | | background-color: rgba(33, 41, 69, 0.9); |
| | | background:@background-color; |
| | | border: 0.8px solid #396d83; |
| | | /*height: 1.5rem;*/ |
| | | } |