chenrui 2 lat temu
rodzic
commit
16c37a2994

+ 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>