diff --git a/public/build/beike/shop/default/css/app.css b/public/build/beike/shop/default/css/app.css index 4baa4679..946e9ea6 100644 --- a/public/build/beike/shop/default/css/app.css +++ b/public/build/beike/shop/default/css/app.css @@ -948,6 +948,7 @@ body.page-cart .cart-products-wrap .table thead th { border-bottom: none; padding: 0.7rem 0.5rem; box-shadow: none; + white-space: nowrap; } body.page-cart .cart-products-wrap .table .p-image input { flex: 0 0 1; diff --git a/resources/beike/shop/default/css/cart.scss b/resources/beike/shop/default/css/cart.scss index 014c2536..6c5a3bb9 100644 --- a/resources/beike/shop/default/css/cart.scss +++ b/resources/beike/shop/default/css/cart.scss @@ -24,6 +24,7 @@ body.page-cart { border-bottom: none; padding: 0.7rem 0.5rem; box-shadow: none; + white-space: nowrap; } } diff --git a/themes/default/cart/cart.blade.php b/themes/default/cart/cart.blade.php index 1e5edb4e..196ba354 100644 --- a/themes/default/cart/cart.blade.php +++ b/themes/default/cart/cart.blade.php @@ -38,7 +38,7 @@