mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 08:46:40 +08:00
更新 TheMovieDbView.vue
This commit is contained in:
@@ -198,7 +198,7 @@ watch(filterParams, () => {
|
|||||||
<div class="mr-5">
|
<div class="mr-5">
|
||||||
<VLabel>评分</VLabel>
|
<VLabel>评分</VLabel>
|
||||||
</div>
|
</div>
|
||||||
<VSlider v-model="filterParams.vote_average" thumb-label max="10" min="0" class="align-center" hide-details>
|
<VSlider v-model="filterParams.vote_average" thumb-label max="10" min="0" :step="1" class="align-center" hide-details>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
<VTextField
|
<VTextField
|
||||||
width="5rem"
|
width="5rem"
|
||||||
|
|||||||
Reference in New Issue
Block a user