From a540c934e2bcc1403dffd32d61ca109953eb80b3 Mon Sep 17 00:00:00 2001
From: xuyiming
Date: Wed, 24 Jun 2020 18:18:14 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5up?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/shop-card.vue | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/components/shop-card.vue b/src/components/shop-card.vue
index 49af668..a9282f3 100644
--- a/src/components/shop-card.vue
+++ b/src/components/shop-card.vue
@@ -27,7 +27,7 @@
-
+
@@ -36,7 +36,7 @@
-
+
@@ -130,6 +130,7 @@ export default {
}
.shop_card-text.update_time > i {
flex-shrink: 0;
+ vertical-align: middle;
margin-right: 5px;
}
.shop_card-text.access {
@@ -139,8 +140,11 @@ export default {
padding-top: 11px;
border-top: 1px solid #ededed;
}
-.shop_card-text.access > span > img {
+.shop_card-text.access > span > * {
width: 15px;
+ vertical-align: middle;
+}
+.shop_card-text.access > span > img {
margin-right: 5px;
}
--
2.26.0