From b8dd4f3fb376ec82383f38a3ded0880fd2d0d3f3 Mon Sep 17 00:00:00 2001 From: pushuo <229102104@qq.com> Date: Fri, 26 Aug 2022 15:35:19 +0800 Subject: [PATCH] https://guangdagit.com/beike/beikeshop/issues/198 --- public/build/beike/shop/default/css/app.css | 4 ++-- resources/beike/shop/default/css/page-account-order.scss | 4 ++-- themes/default/account/order.blade.php | 2 +- themes/default/account/order_info.blade.php | 4 +++- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/public/build/beike/shop/default/css/app.css b/public/build/beike/shop/default/css/app.css index ee729167..80f7a263 100644 --- a/public/build/beike/shop/default/css/app.css +++ b/public/build/beike/shop/default/css/app.css @@ -1248,7 +1248,7 @@ body.page-account-order-list .order-wrap .table .product-info { align-items: center; } body.page-account-order-list .order-wrap .table .product-info .img { - width: 60px; + flex: 0 0 60px; margin-right: 10px; } @@ -1264,7 +1264,7 @@ body.page-account-order-info .product-list { margin-bottom: 1rem; } body.page-account-order-info .product-list .left { - width: 80px; + flex: 0 0 80px; margin-right: 10px; } body.page-account-order-info .product-list .right { diff --git a/resources/beike/shop/default/css/page-account-order.scss b/resources/beike/shop/default/css/page-account-order.scss index 5a2cbb8b..d6ca9edb 100644 --- a/resources/beike/shop/default/css/page-account-order.scss +++ b/resources/beike/shop/default/css/page-account-order.scss @@ -39,7 +39,7 @@ body.page-account-order-list { align-items: center; .img { - width: 60px; + flex: 0 0 60px; margin-right: 10px; } } @@ -64,7 +64,7 @@ body.page-account-order-info { // justify-content: space-between; // flex-end | center | space-between .left { - width: 80px; + flex: 0 0 80px; margin-right: 10px; } diff --git a/themes/default/account/order.blade.php b/themes/default/account/order.blade.php index 8b5fef1a..8ab597ef 100644 --- a/themes/default/account/order.blade.php +++ b/themes/default/account/order.blade.php @@ -43,7 +43,7 @@