소스 검색

页面修改

sunlupeng 1 년 전
부모
커밋
1986c5fae9
3개의 변경된 파일11개의 추가작업 그리고 8개의 파일을 삭제
  1. 7 4
      src/components/AppSidebar.vue
  2. 2 2
      src/views/HomeView/GoodsDetail.vue
  3. 2 2
      src/views/HomeView/RedeemView.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 7 - 4
src/components/AppSidebar.vue


+ 2 - 2
src/views/HomeView/GoodsDetail.vue

@@ -619,13 +619,13 @@ img {
 .goods-image .small {
     height: 80px;
     display: flex;
-    justify-content: space-between;
+    /* justify-content: space-between; */
 }
 
 .goods-image .small li {
     width: 68px;
     height: 68px;
-    /* margin-right: 12px; */
+    margin-right: 12px;
     margin-top: 15px;
     cursor: pointer;
 }

+ 2 - 2
src/views/HomeView/RedeemView.vue

@@ -1376,13 +1376,13 @@ img {
 .goods-image .small {
     height: 80px;
     display: flex;
-    justify-content: space-between;
+    /* justify-content: space-between; */
 }
 
 .goods-image .small li {
     width: 68px;
     height: 68px;
-    /* margin-right: 12px; */
+    margin-right: 12px;
     margin-top: 15px;
     cursor: pointer;
 }