摘要: 1、去掉悬停效果 添加样式 /* 去掉鼠标悬浮效果 */ .el-table tbody tr:hover > td { background-color: transparent !important } 2、隐藏表头 el-table 添加属性 :show-header :show-header 阅读全文
posted @ 2023-12-05 17:02 周文豪 阅读(1225) 评论(0) 推荐(1) 编辑
摘要: 实现步骤: 1、echarts安装 npm install echarts 2、页面引入 import * as echarts from 'echarts' 3、容器 <div ref="talentDemandChart" style="width:350px;height:250px;text 阅读全文
posted @ 2023-12-05 16:17 周文豪 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 实现步骤: 1、方法 methods: { scroll(){ let el = document.querySelector('.el-table__body-wrapper') el.addClassName = 'anim' setTimeout(()=>{ // console.log(th 阅读全文
posted @ 2023-12-05 16:06 周文豪 阅读(572) 评论(0) 推荐(0) 编辑