fix: 抽奖ui 优化

This commit is contained in:
Tim
2025-08-26 10:59:54 +08:00
parent e02db635c4
commit 88ce6b682d
2 changed files with 3 additions and 1 deletions

View File

@@ -498,6 +498,8 @@ const submitPost = async () => {
display: flex;
flex-direction: column;
gap: 20px;
margin-bottom: 200px;
}
.prize-row-title {

View File

@@ -894,7 +894,7 @@ onMounted(async () => {
})
</script>
<style>
<style scoped>
.post-page-container {
background-color: var(--background-color);
display: flex;