zs 1 rok temu
rodzic
commit
1d118da8db

+ 8 - 0
pagesMy/order/index.vue

@@ -368,6 +368,14 @@
 							}
 						}
 					}
+					.bottom {
+						text-align: center;
+						padding: 1vw 0;
+					
+						button {
+							margin: 0 5px 0 0;
+						}
+					}
 				}
 			}
 		}

Plik diff jest za duży
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pagesMy/order/index.js.map


+ 7 - 0
unpackage/dist/dev/mp-weixin/pagesMy/order/index.wxss

@@ -75,6 +75,13 @@
   font-size: var(--font12Size);
   color: var(--f85Color);
 }
+.content .two .tabsList .list .bottom {
+  text-align: center;
+  padding: 1vw 0;
+}
+.content .two .tabsList .list .bottom button {
+  margin: 0 5px 0 0;
+}
 .scroll-view {
   position: absolute;
   top: 0;