From d1f0a7c403a6c5d5d4516dad06c48ba31113619f Mon Sep 17 00:00:00 2001 From: songliang Date: Mon, 15 Aug 2022 17:29:07 +0800 Subject: [PATCH] wip --- public/build/beike/shop/default/css/app.css | 1 + resources/beike/shop/default/css/cart.scss | 1 + themes/default/cart/cart.blade.php | 2 +- themes/default/product.blade.php | 5 ----- 4 files changed, 3 insertions(+), 6 deletions(-) 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 @@
- + {{-- --}}
diff --git a/themes/default/product.blade.php b/themes/default/product.blade.php index 49149ba0..9d1f4d89 100644 --- a/themes/default/product.blade.php +++ b/themes/default/product.blade.php @@ -26,11 +26,6 @@ -
- - - -