Browse Source

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

周玉环 1 day ago
parent
commit
7b918c6eb8

+ 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;
   }