problem description
Thebackend returns the complete html page as a string for the front end to print. I want to modify some of the styles before printing. Could you tell me how to modify it with jquery?
the environmental background of the problems and what methods you have tried
use the full page string returned by $(str), str for the background
related codes
$(str). Find (".print _ paper:first"). Css ("height", "45px");