This commit is contained in:
yanran200730
2022-05-31 11:00:29 +08:00
parent c1cf367f39
commit a1476c08b9
4 changed files with 94 additions and 57 deletions

View File

@@ -1,12 +1,10 @@
<template>
<div class="photo">
<div class="photo-top">
<image src="./images/close.png" @click="back" />
<div class="photo-top__middle" @click="isShow = true">
<span>保存至{{ albumName || '默认相册' }}</span>
<image src="./images/to-right.png" />
</div>
<div></div>
</div>
<div class="photo-wrapper">
<image mode="widthFix" :src="img" />
@@ -344,7 +342,7 @@
display: flex;
position: fixed;
align-items: center;
justify-content: space-between;
justify-content: center;
top: 0;
left: 0;
z-index: 11;