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