Change Default WooCommerce Thumbnail Image Size for Woo Product Table
You can use wpto_thumbs_size
filter to resize a thumbnail. Read this article to learn about how to use filter and action hooks.
Here I have added a snippet. Add this snippet to the end of the child theme's functions.php
file.