fix(cp排行榜): 抽奖按钮阿语位置错位修复

This commit is contained in:
hzj 2026-01-26 10:15:04 +08:00
parent daff6014f3
commit eb9b902d4b

View File

@ -486,4 +486,8 @@ onMounted(() => {
})
</script>
<style lang="scss" scoped></style>
<style lang="scss" scoped>
[dir='rtl'] .drawBts {
flex-direction: row-reverse;
}
</style>