소스 검색

修改bug

chenrui 10 달 전
부모
커밋
50830a9a8d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/promotionManagement/promotionInfo/detailModal.vue

+ 1 - 2
src/views/promotionManagement/promotionInfo/detailModal.vue

@@ -87,10 +87,9 @@
               {{ form.promoRule&&form.promoRule.ruleExplain?form.promoRule.ruleExplain:'--' }}
             </a-form-model-item>
             <a-form-model-item label="产品范围" prop="productRangeList" >
-              <div v-if="productRangeList&&productRangeList.length>0">
+              <div v-if="productRangeList&&productRangeList.length>0" style="margin-bottom:10px;">
                 <a-tree-select
                   v-model="productRangeList"
-                  :maxTagCount="12"
                   :tree-data="productTypeList"
                   tree-checkable
                   :disabled="true"