xuqiang-97 пре 5 година
родитељ
комит
c244098e60
4 измењених фајлова са 6 додато и 17 уклоњено
  1. 0 2
      src/pages/Apply.vue
  2. 2 4
      src/pages/confirmorder.vue
  3. 3 10
      src/pages/details.vue
  4. 1 1
      src/pages/orderdetails.vue

+ 0 - 2
src/pages/Apply.vue

@@ -26,14 +26,12 @@
             >
             </van-field>
             <van-field
-                class="textarea"
                 label="补充说明"
                 :value="message"
                 @input="message = $event.detail"
                 custom-style="height:70px;"
                 rows="1"
                 autosize
-                type="textarea"
                 placeholder="选填"
             />
             <div class="field">

+ 2 - 4
src/pages/confirmorder.vue

@@ -417,17 +417,15 @@ export default {
     }
     .box-total {
         .bottom();
-        display: flex;
+        .flex();
         height: 60px;
-        align-items: center;
         justify-content: space-between;
         background: #ffffff;
         width: 100%;
         position: fixed;
         bottom: 0;
         .box-con-num {
-            display: flex;
-            align-items: center;
+            .flex();
             margin-left: 16px;
             span {
                 height: 22px;

+ 3 - 10
src/pages/details.vue

@@ -189,8 +189,7 @@ export default {
         height: 26px;
         background: #ff6c00;
         border-radius: 4px;
-        display: flex;
-        align-items: center;
+        .flex();
         line-height: 26px;
         img {
             width: 14px;
@@ -291,9 +290,8 @@ export default {
         border: 1px solid #f5f7fa;
         .box-con2-shop {
             padding: 12px 12px;
-            display: flex;
+            .flex();
             justify-content: space-between;
-            align-items: center;
             .box-con2-tit {
                 display: flex;
                 img {
@@ -354,7 +352,6 @@ export default {
     }
     .box-footer {
         right: 0;
-        // height: 82px;
         background: #ffffff;
         position: fixed;
         bottom: 0;
@@ -385,11 +382,8 @@ export default {
         }
         .box-footer-con {
             display: flex;
-            // margin-top: 22px;
-            padding: 6px 0;
             .box-footer-left {
-                display: flex;
-                text-align: center;
+                .flex();
                 img {
                     width: 24px;
                     height: 24px;
@@ -405,7 +399,6 @@ export default {
                 .box-follow {
                     margin-left: 30px;
                 }
-
                 .contact {
                     position: relative;
                     button {

+ 1 - 1
src/pages/orderdetails.vue

@@ -733,7 +733,7 @@ export default {
         }
     }
     .box-footer-nav {
-        padding-bottom: 50px;
+        padding-bottom: 40px;
         position: fixed;
         bottom: 0;
         width: 100%;