xuqiang-97 4 лет назад
Родитель
Сommit
a8a8501a00
3 измененных файлов с 5 добавлено и 5 удалено
  1. 2 2
      src/pages/allselldetails.vue
  2. 1 1
      src/pages/confirmorder.vue
  3. 2 2
      src/pages/orderdetails.vue

+ 2 - 2
src/pages/allselldetails.vue

@@ -626,7 +626,7 @@ export default {
         }
     }
     .box-buttom {
-        margin: 35px 20px;
+        margin: 0 20px 35px;
         .box-buttom-con {
             .flex();
             justify-content: space-between;
@@ -660,7 +660,7 @@ export default {
         }
     }
     .box-footer {
-        margin: 15px 20px;
+        margin: 0 20px 15px;
         .box-footer-con {
             .flex();
             justify-content: space-between;

+ 1 - 1
src/pages/confirmorder.vue

@@ -384,7 +384,7 @@ export default {
         margin: 20px 20px 27px;
     }
     .box-buttom {
-        margin: 35px 20px;
+        margin: 0 20px 35px;
         .box-buttom-con {
             .flex();
             justify-content: space-between;

+ 2 - 2
src/pages/orderdetails.vue

@@ -728,7 +728,7 @@ export default {
         }
     }
     .box-buttom {
-        margin: 35px 20px;
+        margin: 0 20px 35px;
         .box-buttom-con {
             .flex();
             justify-content: space-between;
@@ -762,7 +762,7 @@ export default {
         }
     }
     .box-footer {
-        margin: 15px 20px;
+        margin: 0 20px 15px;
         .box-footer-con {
             .flex();
             justify-content: space-between;