Browse Source

rel: 处理BUG

wangcz 6 years ago
parent
commit
cec0436a4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mobile/center/upoff-material.vue

+ 1 - 1
components/mobile/center/upoff-material.vue

@@ -70,7 +70,7 @@
                     </ul>
                   </div>
                 </div>
-                <div class="pull-left" style="margin-left: 0.2rem">
+                <div class="pull-left" style="margin-left: 0.15rem; padding-top:.2rem;">
                   <span class="name">交期(天):</span>
                   <input type="tel" placeholder="最长交期" v-model="chooseItem.goods.minDelivery" class="input startInput" maxlength="3" @blur="minDeliveryBlur(chooseItem.goods.minDelivery)" />
                   -