mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
feat: 设置窗口尺寸最大值为 500 (#778)
This commit is contained in:
@@ -79,6 +79,7 @@ const catStore = useCatStore()
|
||||
v-model:value="catStore.window.scale"
|
||||
addon-after="%"
|
||||
class="w-28"
|
||||
:max="500"
|
||||
:min="1"
|
||||
/>
|
||||
</ProListItem>
|
||||
|
||||
Reference in New Issue
Block a user