| | |
| | | </div> |
| | | </el-form> |
| | | </div> |
| | | <div class="top-bar-copy"></div> |
| | | <div class="chart-content"> |
| | | <div class="qualified-wrapper"> |
| | | <div style="margin-left: 20px;padding:20px 0px;font-size:18px">检测批次合格率统计</div> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | // 添加滚动监听事件 |
| | | window.addEventListener('scroll', function() { |
| | | var topBar = document.querySelector('.top-bar'); |
| | | var scrollTop = window.pageYOffset || document.documentElement.scrollTop; |
| | | |
| | | if (scrollTop > 0) { |
| | | topBar.classList.add('fixed'); |
| | | } else { |
| | | topBar.classList.remove('fixed'); |
| | | } |
| | | }) |
| | | |
| | | import * as echarts from 'echarts' |
| | | export default { |
| | | data(){ |
| | |
| | | |
| | | <style lang="scss" scoped> |
| | | .content-main{ |
| | | height: 100%; |
| | | height:100%; |
| | | width: 100%; |
| | | .top-bar{ |
| | | position: fixed; |
| | | width: 93.8%; |
| | | position: absolute; |
| | | width: 99%; |
| | | top: 0; |
| | | left:0; |
| | | z-index: 999; |
| | | margin-top: 0.48rem; |
| | | margin-left: 0.56rem; |
| | | margin-top: 5px; |
| | | margin-left: 9.5px; |
| | | background-color: #fff; |
| | | display: flex; |
| | | justify-content: space-between; |
| | | padding: 5px 24px 0px 24px; |
| | | transition: position 0.3s ease; |
| | | .el-form{ |
| | | width: 100%; |
| | | .chooseMaterialBtn{ |
| | |
| | | display:flex; |
| | | justify-content:end; |
| | | margin-right: 20px; |
| | | margin-top: -30px; |
| | | margin-top: -40px; |
| | | margin-bottom: -10px; |
| | | } |
| | | } |
| | | .top-bar.fixed { |
| | | position: fixed; |
| | | top: 0.45rem; |
| | | left: 0.52rem; |
| | | width:93.8%; |
| | | } |
| | | .top-bar-copy{ |
| | | width: 100%; |
| | | height: 12vh; |
| | | } |
| | | .chart-content{ |
| | | margin: 0px -15px; |
| | | overflow-y:auto; |
| | | margin-bottom: 60px; |
| | | .qualified-wrapper{ |
| | | margin-top: 14vh; |
| | | // margin-top: 14vh; |
| | | background-color: #fff; |
| | | width: 100%; |
| | | height:50vh; |