Browse Source

器件详情选择商家溢出问题处理

yangc 8 years ago
parent
commit
f3b3ae9aef
1 changed files with 7 additions and 3 deletions
  1. 7 3
      components/product/component/StoreInfo.vue

+ 7 - 3
components/product/component/StoreInfo.vue

@@ -270,16 +270,20 @@
   .storeInfo .storeIns{
     margin-top: 20px;
     width: 1190px;
-    height: 48px;
     line-height: 48px;
+    position: relative;
+    padding-left: 70px;
   }
   .storeInfo .storeIns .sign {
-    display: table-cell;
+    display: inline-block;
     vertical-align: middle;
     font-size: 14px;
+    position: absolute;
+    left: 0;
+    top: 0;
   }
   .storeInfo .storeIns .storeInList {
-    display: table-cell;
+    display: inline-block;
   }
   .storeInfo .choose {
     border: 1px solid #ccc;