wenliming 2 年 前
コミット
fe70c7f993

+ 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
     }
 });