sunlupeng vor 1 Jahr
Ursprung
Commit
1986c5fae9

Datei-Diff unterdrückt, da er zu groß ist
+ 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;
 }