소스 검색

fix: 订阅管理遗留问题调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 7 달 전
부모
커밋
ba46ca1e59
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/jfw/modules/app/src/web/templates/vipsubscribe/vip_index_new.html
  2. 1 0
      src/web/staticres/vipsubscribe/css/vip_index_new.css

+ 1 - 0
src/jfw/modules/app/src/web/templates/vipsubscribe/vip_index_new.html

@@ -134,6 +134,7 @@
       background-size: contain;
     }
     .go_to_levelup {
+      min-height: 1.48rem;
       background: url('image/gotolevelup.png') no-repeat;
       background-size: cover;
       border: 0;

+ 1 - 0
src/web/staticres/vipsubscribe/css/vip_index_new.css

@@ -1278,6 +1278,7 @@
   background-size: contain;
 }
 .go_to_levelup {
+  min-height: 1.48rem;
   background: url('../image/gotolevelup.png') no-repeat;
   background-size: cover;
   border: 0;