Skip to content

Commit

Permalink
修改颜色
Browse files Browse the repository at this point in the history
  • Loading branch information
JaysonAlbert committed Apr 13, 2024
1 parent a319f86 commit 12064e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/show/[show-id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
</div>

<v-footer class="fixed bottom-0 w-full h-20 bg-grey-lighten-1" style="position: fixed">
<div v-if="data.price">
{{ data.price * data.count }}
<div v-if="data.price" style="color: red;">
¥{{ data.price * data.count }}
</div>
<v-btn class="relative right-4 rounded-pill bg-deep-purple-lighten-2" @click="pre_order"
style="position: absolute">下一步</v-btn>
Expand Down

0 comments on commit 12064e4

Please sign in to comment.