소스 검색

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