} // 鼠标悬浮去除阴影 .el-table tbody tr:hover > td { background-color: #fff !important; }</style><stylelang="scss">$gantt_item: 18px; $gantt_item_half: 4px; .wl-gantt { .wl-gantt-header > th { text-align: center; } .h-full { height: 100%; } .wl-gantt-item { positio...
方法三:结合html2Canvas将打印的页面转为图片 这条同样可以解决echarts不能打印问题,算是万能之法了吧,相对前面几种方式赶紧这个方法最简单,打印效果也比较理想。 1、首先需要安装html2canvas 和print-js 插件并引入,配置请参考文档:https://github.com/niklasvh/html2canvas 2、写一个打印公共方法: //html转图片...
<template><divclass="hotelApply wl-gantt"><el-card><el-table:data="tableData"border:class="dateTypeClass"row-key="id":span-method="spanMethod"@cell-click="cellClick":cell-><el-table-columnprop="room"label="房间"align="center"width="140px"fixed="left":show-overflow-tooltip="true"><...