From 2f6380da229a4fe762bbd67af3a6e1a1f639e777 Mon Sep 17 00:00:00 2001 From: mabo Date: Mon, 28 Jun 2021 15:47:42 +0800 Subject: [PATCH 1/4] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/pages/Merchant.vue | 31 ++++++---- buyer/src/pages/forgetPassword.vue | 57 ++++++++----------- buyer/src/pages/payment/thirdPay.vue | 2 + buyer/src/pages/shopEntry/shop-entry.vue | 3 - buyer/src/plugins/request.js | 1 + seller/src/views/goods/goods-seller/goods.vue | 2 +- 6 files changed, 47 insertions(+), 49 deletions(-) diff --git a/buyer/src/pages/Merchant.vue b/buyer/src/pages/Merchant.vue index 78085e6f..a3cfc9c8 100644 --- a/buyer/src/pages/Merchant.vue +++ b/buyer/src/pages/Merchant.vue @@ -9,10 +9,12 @@

{{storeMsg.storeName || 'xx店铺'}}

-

+

+
+
+ {{storeCollected?'已收藏店铺':'收藏店铺'}} + 联系客服
-
{{storeCollected?'已收藏店铺':'收藏店铺'}}
- 联系客服
@@ -183,15 +185,25 @@ export default { position: relative; width: 100%; background-color: #666; - padding: 10px; + padding: 4px; color: #fff; >div{ display: flex; width: 1200px; margin: 0 auto; align-items: center; - >div{ + + img { + width: 80px; + } + + >div:nth-child(2){ margin-left: 10px; + flex: 1; + } + + >div:nth-child(3){ + width: 200px; } } img { @@ -202,14 +214,11 @@ export default { } p:nth-child(2){ font-size: 14px; + max-height: 40px; + max-width: 400px; } } -.store-collect{ - margin-left: 750px!important; - &:hover{ - cursor: pointer; - } -} + .store-category { background-color: #005aa0; color: #fff; diff --git a/buyer/src/pages/forgetPassword.vue b/buyer/src/pages/forgetPassword.vue index c955c89e..2de0d5a0 100644 --- a/buyer/src/pages/forgetPassword.vue +++ b/buyer/src/pages/forgetPassword.vue @@ -1,14 +1,13 @@