This commit is contained in:
wpf 2024-03-16 17:40:38 +08:00
parent 1d8b3740e1
commit 255a1a5f71

View File

@ -1,5 +1,6 @@
<template> <template>
<view class="page" @longpress="handleSavePic"> <view class="page" @longpress="handleSavePic">
<image style="width: 100%;" mode="widthFix" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/97359202403161619147876.webp"></image>
</view> </view>
</template> </template>
@ -60,8 +61,5 @@
<style lang="scss"> <style lang="scss">
.page { .page {
height: 100vh;
background-image: url(https://lihai001.oss-cn-chengdu.aliyuncs.com/def/97359202403161619147876.webp);
background-size: cover;
} }
</style> </style>