chenrui 2 سال پیش
والد
کامیت
16c37a2994
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/promotionManagement/promotionInfo/promotionShowModal.vue

+ 2 - 2
src/views/promotionManagement/promotionInfo/promotionShowModal.vue

@@ -15,8 +15,8 @@
       </div>
     </div>
     <div class="btn-cont">
-      <a-button id="promotionDesc-modal-back" @click="isShow = false">下载图片</a-button>
-      <a-button style="margin-left:10px;" type="primary" id="promotionDesc-modal-back" @click="isShow = false">关闭</a-button>
+      <!-- <a-button id="promotionDesc-modal-back" @click="isShow = false" style="margin-right:10px;">下载图片</a-button> -->
+      <a-button type="primary" id="promotionDesc-modal-back" @click="isShow = false">关闭</a-button>
     </div>
   </a-modal>
 </template>