Browse Source

处理器件详情页选择商家图片被点击时上下移动的问题。

hangb 8 years ago
parent
commit
6602477f8a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      components/product/component/StoreInfo.vue

+ 2 - 1
components/product/component/StoreInfo.vue

@@ -270,7 +270,7 @@
   .storeInfo .storeIn-active {
     width: 98px;
     height: 49px;
-    line-height: 49px;
+    line-height: 46px;
     float: left;
     border: 1px solid #5078cb;
     text-align: center;
@@ -282,6 +282,7 @@
     display: table-cell;
     height: 46px;
     width: 98px;
+    line-height: 46px;
     text-align: center;
     vertical-align: middle;
   }