@@ -21,9 +21,9 @@ export default {
</script>
<style scoped lang='scss'>
.upcoming{
- width: 579rpx;
- height: 338rpx;
- margin-left: 11.4%;
+ width: 330rpx;
+ height: 190rpx;
+ margin-left: calc(50% - 330rpx / 2);
margin-top: 30vh;
}
</style>