| | |
| | | <template> |
| | | <div class="examine-container"> |
| | | <wrapper-title :title="'考核成绩数据'"></wrapper-title> |
| | | <wrapper-title :title="'考核数据'" :path="'/examine/check-rule'"></wrapper-title> |
| | | <div class="examine-content"> |
| | | <div class="examine-wrapper"> |
| | | <examine-chart class="wrapper-item"></examine-chart> |
| | | <examine-table class="wrapper-item"></examine-table> |
| | | <!-- <examine-table class="wrapper-item"></examine-table> --> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | position: relative; |
| | | |
| | | .examine-wrapper { |
| | | position: absolute; |
| | | width: 100%; |
| | | height: 100%; |
| | | display: flex; |