Browse Source

修改查看报价样式问题

shenjj 7 years ago
parent
commit
d07d7f95bf
1 changed files with 4 additions and 3 deletions
  1. 4 3
      components/mobile/applyPurchase/SayPriceInfo.vue

+ 4 - 3
components/mobile/applyPurchase/SayPriceInfo.vue

@@ -69,6 +69,7 @@
               </div>
             </div>
             <a class="say-price-btn" v-if="purchaseDetail.agreed != 1" @click="acceptQutation">采纳报价</a>
+            <div style="height: 0.5rem;width: 100%"></div>
           </div>
           <div v-if="!isBuyer">
           <div class="base-info">
@@ -226,9 +227,9 @@
       margin: 0 auto;
       .say-price-info {
         background: #f3f3f3;
-        padding: .18rem 0 0 0;
+        padding: 0px;
         width: 100%;
-        overflow-y: auto;
+        overflow: hidden;
         max-height: 90%;
         .base-info {
           &:last-child {
@@ -306,7 +307,7 @@
           }
         }
         .say-price-btn {
-          margin: .37rem auto .7rem;
+          margin: .37rem auto 0rem;
         }
       }
     }