提交 1d0163cd authored 作者: 钟是志's avatar 钟是志

按钮不打印出来

上级 d7712130
...@@ -27,6 +27,12 @@ export default function PrintQnmz(props) { ...@@ -27,6 +27,12 @@ export default function PrintQnmz(props) {
content={() => componentRef.current} content={() => componentRef.current}
onBeforePrint={() => { onBeforePrint={() => {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
// let d = document.getElementsByClassName(`antd-pro\\web-public\\one_stop_public\\libs\\form-list\\-table-list-tableListOperator`);
// if(d && d.length){
// console.log(d);
// d[0].style.display = 'none';
// }
setTimeout(() => { setTimeout(() => {
resolve(true); resolve(true);
}, 2000); }, 2000);
......
...@@ -33,6 +33,10 @@ ...@@ -33,6 +33,10 @@
background-color: #fff; background-color: #fff;
} }
@media print{ @media print{
button{
display: none !important;
}
table{ table{
//min-width: 19cm !important; //min-width: 19cm !important;
//min-height: 25cm !important; //min-height: 25cm !important;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论