瀏覽代碼

fix: 修复荣誉展示布局问题

周玉环 2 天之前
父節點
當前提交
7b918c6eb8
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      xinkeaboard-web/assets/style/store/contac-about.scss
  2. 1 1
      xinkeaboard-web/pages/store/[id].vue

+ 1 - 1
xinkeaboard-web/assets/style/store/contac-about.scss

@@ -126,7 +126,7 @@
     margin: 20px 0;
     padding: 0 55px;
     .slide_wrap{
-        width: 1000px;
+        width: 100%;
         height: auto;
         margin: 0 auto;
         .sld_img.sld-img-center:hover{

+ 1 - 1
xinkeaboard-web/pages/store/[id].vue

@@ -209,7 +209,7 @@ onMounted(()=>{
 
   .floor_title {
     // margin-bottom: 0 !important;
-    width: 1210px;
+    width: 1440px;
     margin: 0 auto !important;
   }