Преглед изворни кода

Merge branch 'dev/v1.0.75_tsz' of jianyu/web into feature/v1.0.75

汤世哲 пре 9 месеци
родитељ
комит
a6fb16be5c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/jy-pc/src/views/purchase/components/PurchaseForm.vue

+ 1 - 1
apps/jy-pc/src/views/purchase/components/PurchaseForm.vue

@@ -42,6 +42,7 @@
             class="delivery-form"
             label="交付地点:"
             prop="deliveryAddress"
+            :inline-message="true"
           >
             <el-cascader
               v-model="ruleForm.deliveryAddress"
@@ -1023,7 +1024,6 @@ body {
       margin-bottom: 14px;
       &.delivery-form {
         .el-form-item__content {
-          display: flex;
           .el-cascader {
             width: 290px;
           }