Forráskód Böngészése

fix: 修复样式相关问题

周玉环 4 napja
szülő
commit
f22548df57

+ 2 - 2
xinkeaboard-web/assets/style/goodsDetail.scss

@@ -225,12 +225,12 @@
         // 商品所属分类 ,联系客服,关注店铺 start
         .goods_about_con {
             width: 100%;
-            height: 40px;
+            min-height: 40px;
             background: #f8f8f8;
 
             .goods_about {
                 width: 1200px;
-                height: 40px;
+                height: 100%;
                 margin: 0 auto;
 
                 .goods_classify {

+ 2 - 2
xinkeaboard-web/assets/style/point/pointGoodsDetail.scss

@@ -198,11 +198,11 @@
         // 商品所属分类 ,联系客服,关注店铺 start
         .goods_about_con {
             width: 100%;
-            height: 40px;
+            min-height: 40px;
             background: #f8f8f8;
             .goods_about {
                 width: 1200px;
-                height: 40px;
+                height: 100%;
                 margin: 0 auto;
                 .goods_classify {
                     font-size: 12px;

+ 2 - 1
xinkeaboard-web/components/SldHomeTopSearch.vue

@@ -312,11 +312,12 @@ a:visited {
   }
 
   .sld_home_top_search_left {
+    height: 100%;
     position: relative;
     flex:0 0 250px;
 
     .sld_logo_wrap {
-
+      height: 100%;
 
       img {
         max-width: 144px;