소스 검색

[fix] bug

wenliming 2 년 전
부모
커밋
fe70c7f993
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      src/view/components/custom-card-horizontal-cover.vue
  2. 1 1
      src/view/iframe/publish/components/pay-button.vue

+ 2 - 1
src/view/components/custom-card-horizontal-cover.vue

@@ -267,7 +267,8 @@ watch(() => props.data, () => {
 
             .treasure-row-1 {
                 display: flex;
-                justify-content: center;
+                justify-content: flex-start;
+                align-items: center;
                 font-weight: 900;
                 font-size: 35px;
                 color: #fff;

+ 1 - 1
src/view/iframe/publish/components/pay-button.vue

@@ -67,7 +67,7 @@ const props = defineProps({
         default: 'DEFAULT'
     },
     bizType: {
-        type: String,
+        type: [String, Number],
         default: PlayType.treasure
     }
 });