Skip to content

Commit

Permalink
优化评分
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyun8023 committed Aug 6, 2024
1 parent d424938 commit d0677f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/calibre-pages/src/components/MetadataEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
text-color="#ff9900"
:max="5"
allow-half
:score-template="`${form.rating/2}`">
:score-template="`${form.rating}`">
</el-rate>
</el-col>
<el-col :span="6">
Expand Down
2 changes: 1 addition & 1 deletion app/calibre-pages/src/views/Detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
text-color="#ff9900"
:max="5"
allow-half
:score-template="`${book.rating/2}`">
:score-template="`${book.rating}`">
</el-rate>
</el-descriptions-item>
<el-descriptions-item v-if="book.tags && book.tags.length">
Expand Down

0 comments on commit d0677f6

Please sign in to comment.