/* style.css */
/* 自定义样式将写在这里 */
.product-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}
