Skip to content

Commit 6ff7e5d

Browse files
feat: 设置窗口透明度最低为10%,避免完全不可见 (#390)
1 parent c58172c commit 6ff7e5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/preference/components/cat/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ function opacityFormatter(value?: number) {
7676
<Slider
7777
v-model:value="catStore.opacity"
7878
class="m-0!"
79+
:max="100"
80+
:min="10"
7981
:tip-formatter="opacityFormatter"
8082
/>
8183
</ProListItem>

0 commit comments

Comments
 (0)