zs vor 2 Jahren
Ursprung
Commit
416947f1af
4 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 1 1
      pages/home/index.vue
  2. 1 1
      pages/week/index.vue
  3. 2 2
      pagesHome/shop/index.vue
  4. 1 1
      pagesRest/recom/index.vue

+ 1 - 1
pages/home/index.vue

@@ -515,7 +515,6 @@
 					.other {
 						display: flex;
 						flex-direction: row;
-						justify-content: space-between;
 						padding: 1vw 0 0 0;
 
 						.money {
@@ -553,6 +552,7 @@
 							border: 1px solid #FFA500;
 							border-radius: 5px;
 							padding: 0 1vw;
+							margin: 0 1vw 0 0;
 						}
 
 					}

+ 1 - 1
pages/week/index.vue

@@ -402,7 +402,6 @@
 
 							.other {
 								display: flex;
-								justify-content: space-between;
 
 								.act {
 									font-size: 12px;
@@ -410,6 +409,7 @@
 									border: 1px solid #FFA500;
 									border-radius: 5px;
 									padding: 0 1vw;
+									margin: 0 1vw 0 0;
 								}
 							}
 						}

+ 2 - 2
pagesHome/shop/index.vue

@@ -523,7 +523,6 @@
 							.other {
 								display: flex;
 								flex-direction: row;
-								justify-content: space-between;
 								padding: 1vw 0 0 0;
 
 								.money {
@@ -561,6 +560,7 @@
 									border: 1px solid #FFA500;
 									border-radius: 5px;
 									padding: 0 1vw;
+									margin: 0 1vw 0 0;
 								}
 							}
 
@@ -765,7 +765,6 @@
 								.other {
 									display: flex;
 									flex-direction: row;
-									justify-content: space-between;
 									padding: 1vw 0 0 0;
 
 									.money {
@@ -803,6 +802,7 @@
 										border: 1px solid #FFA500;
 										border-radius: 5px;
 										padding: 0 1vw;
+										margin: 0 1vw 0 0;
 									}
 								}
 

+ 1 - 1
pagesRest/recom/index.vue

@@ -241,7 +241,6 @@
 					.other {
 						display: flex;
 						flex-direction: row;
-						justify-content: space-between;
 						padding: 1vw 0 0 0;
 
 						.money {
@@ -279,6 +278,7 @@
 							border: 1px solid #FFA500;
 							border-radius: 5px;
 							padding: 0 1vw;
+							margin: 0 1vw 0 0;
 						}
 					}