Browse Source

页面调整

yangc 8 years ago
parent
commit
c7c09c6746

+ 1 - 0
components/product/component/ComponentDetail.vue

@@ -452,6 +452,7 @@
     text-overflow: ellipsis;
     text-overflow: ellipsis;
     white-space: nowrap;
     white-space: nowrap;
     padding: 0 15px;
     padding: 0 15px;
+    float: left;
   }
   }
   .product-params >ul li span:nth-child(1) {
   .product-params >ul li span:nth-child(1) {
     font-weight: bold;
     font-weight: bold;

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

@@ -297,9 +297,8 @@
   }
   }
   .storeInfo .storeIn a,.componentDetail .storeIn-active a {
   .storeInfo .storeIn a,.componentDetail .storeIn-active a {
     display: table-cell;
     display: table-cell;
-    height: 46px;
+    height: 49px;
     width: 98px;
     width: 98px;
-    line-height: 46px;
     text-align: center;
     text-align: center;
     vertical-align: middle;
     vertical-align: middle;
   }
   }
@@ -326,7 +325,7 @@
   }
   }
   .storeInfo .goodsList thead {
   .storeInfo .goodsList thead {
     background-color: #F7F7F7;
     background-color: #F7F7F7;
-    border:1px solid #f7f7f7;
+    border:2px solid #f7f7f7;
   }
   }
   .storeInfo .goodsList tbody tr td{
   .storeInfo .goodsList tbody tr td{
     vertical-align: middle;
     vertical-align: middle;