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