浏览代码

修改bug

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>