From 481c06a15a0fab93b83a29db988cc7f53a6d8ff1 Mon Sep 17 00:00:00 2001 From: songliang Date: Tue, 16 Aug 2022 14:45:24 +0800 Subject: [PATCH] wip --- public/build/beike/shop/default/css/app.css | 3 +++ resources/beike/shop/default/css/page-account-order.scss | 4 ++++ themes/default/account/account.blade.php | 2 +- themes/default/account/order_info.blade.php | 6 +++--- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/public/build/beike/shop/default/css/app.css b/public/build/beike/shop/default/css/app.css index 2382daef..1d5dac74 100644 --- a/public/build/beike/shop/default/css/app.css +++ b/public/build/beike/shop/default/css/app.css @@ -1263,6 +1263,9 @@ body.page-account-order-info .product-list .right .name { body.page-account-order-info .product-list .right .price { font-weight: bold; } +body.page-account-order-info .nowrap { + white-space: nowrap; +} body.page-account-address .addresses-wrap .item, body.page-checkout .addresses-wrap .item { position: relative; diff --git a/resources/beike/shop/default/css/page-account-order.scss b/resources/beike/shop/default/css/page-account-order.scss index b094cf8e..2ce83a2f 100644 --- a/resources/beike/shop/default/css/page-account-order.scss +++ b/resources/beike/shop/default/css/page-account-order.scss @@ -82,4 +82,8 @@ body.page-account-order-info { } } } + + .nowrap { + white-space: nowrap; + } } \ No newline at end of file diff --git a/themes/default/account/account.blade.php b/themes/default/account/account.blade.php index fb065c3e..f27d652a 100644 --- a/themes/default/account/account.blade.php +++ b/themes/default/account/account.blade.php @@ -63,7 +63,7 @@ @else {{--

近期订单

--}} -