ソースを参照

修复文案样式被遮挡

DESKTOP-SVI9JE1\muzen 2 年 前
コミット
b5e8ccfdd2
1 ファイル変更2 行追加3 行削除
  1. 2 3
      src/pages/activity/index.vue

+ 2 - 3
src/pages/activity/index.vue

@@ -8,7 +8,7 @@
       <view v-if="isShow" class="popup">
         <h3>兑换成功</h3>
         <view class="center">{{ content }}</view>
-        <button @click="getClose">确定</button>
+        <button type="submit" circle @click="getClose">确定</button>
         <span>该套餐内容仅可在WIFI/移动数据模式下收听</span>
       </view>
       <view v-else class="popup-catch">
@@ -121,7 +121,6 @@ img {
   padding: 48rpx 0;
   display: flex;
   flex-direction: column;
-
   align-items: center;
 
   .center {
@@ -134,7 +133,7 @@ img {
     line-height: 80rpx;
     font-size: 32rpx;
     position: absolute;
-    bottom: 48rpx;
+    bottom: 88rpx;
   }
 
   span {