1 parent c58172c commit 6ff7e5dCopy full SHA for 6ff7e5d
1 file changed
src/pages/preference/components/cat/index.vue
@@ -76,6 +76,8 @@ function opacityFormatter(value?: number) {
76
<Slider
77
v-model:value="catStore.opacity"
78
class="m-0!"
79
+ :max="100"
80
+ :min="10"
81
:tip-formatter="opacityFormatter"
82
/>
83
</ProListItem>
0 commit comments