This commit is contained in:
expdsn 2024-10-09 10:25:14 +08:00
parent 6c5ddb43ec
commit 2d6aaba7d4
1 changed files with 0 additions and 1 deletions

View File

@ -152,7 +152,6 @@ export default defineComponent(() => {
{wallpaperList.value.map(item =>
<div
onClick={() => {
backgroundStore.setBackground(item.url)
}}
class="h-[156px] relative cursor-pointer group w-full flex-grow-0 rounded-xl overflow-hidden">
<img src={item.url + '?x-oss-process=image/resize,w_300'} class=" duration-150 absolute w-full h-full object-cover flex-grow-0 rounded-xl group-hover:scale-[1.2]" />