| | |
| | | :max-height="tableHeight" |
| | | :data="tableData" |
| | | :header-cell-style="handleheader" |
| | | :cell-style="handleCellStyle" |
| | | stripe |
| | | border |
| | | style="width: 100%"> |
| | |
| | | loseReEmployment:[], //失业人员再就业 |
| | | diffReEmployment: [], //就业困难人员再就业 |
| | | xdata:[], |
| | | tableHeight: window.innerHeight - nowSize(1000) |
| | | tableHeight: window.innerHeight - nowSize(960) |
| | | } |
| | | }, |
| | | mounted() { |
| | |
| | | lineHeight: '0', |
| | | } |
| | | }, |
| | | handleCellStyle({rowIndex,columnIndex}) { |
| | | if(columnIndex == 0) { |
| | | return { background:'#51D2FF' } |
| | | } |
| | | }, |
| | | getHeight() { |
| | | this.tableHeight = window.innerHeight - nowSize(1000) |
| | | }, |
| | |
| | | } |
| | | } |
| | | .laogongJiuyeEcharts{ |
| | | height: calc(100% - 2.34375rem /* 600/256 */ - 0.33203125rem /* 85/256 */); |
| | | height: calc(100% - 2.5rem /* 640/256 */ - 0.33203125rem /* 85/256 */); |
| | | } |
| | | } |
| | | </style> |