sunlupeng 2 năm trước cách đây
mục cha
commit
5b3179b258
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/views/HomeView/RedeemView.vue

+ 4 - 4
src/views/HomeView/RedeemView.vue

@@ -132,7 +132,7 @@
             </div>
 
             <div class="footer">
-                <div class="left-info">
+                <!-- <div class="left-info">
                     <span class="info-title">
                         <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"
                             class="info-icon">
@@ -148,7 +148,7 @@
                     <p class="info-content">
                         所有兑换物品将在每月底集中采购,采购完成后两周内安排发货,请耐心等待。
                     </p>
-                </div>
+                </div> -->
                 <div class="right" v-if="data.stock != 0">
                     <div class="btn-line">
                         <el-button :disabled="disabled" @click="handleClickExchange" type="primary" round>确认兑换</el-button>
@@ -605,8 +605,8 @@ img {
 
 .footer {
     margin-top: 16px;
-    display: flex;
-    justify-content: space-between;
+    /* display: flex;
+    justify-content: space-between; */
 }
 
 .footer .left-info {