12 2023 档案
摘要:{ title: '操作', key: 'action', align: 'center', renderHead: () => {}, // 自定义表头样式 className: 'col_oper', width: 120, render: (h, params) => { // 自定义列 re
阅读全文
摘要:两种方法: 1.自带属性,自带样式 ; 2. 自定义样式 renderBarChart () { // let that = this const barChart = echarts.init(document.getElementById('bar-chart')) const barOptio
阅读全文
摘要:<div class="echart_wrap"> <div id="bar-chart" ref="barChartRef" style="width:50%;height:250px;"></div> <div id="pie-chart" ref="pieChartRef" style="wi
阅读全文
摘要:1. backgroud,限制高度,加overflow,codeopen, 只是在内容上边加阴影 .g-scroll { top: -1px; position: relative; height: 500px; overflow-y: scroll; overflow-x: hidden; bac
阅读全文