更改头部标题和底部导航

This commit is contained in:
李志鹏
2025-12-19 13:25:58 +08:00
parent ed5c3232b9
commit c04b99a9aa
16 changed files with 307 additions and 287 deletions

View File

@@ -91,6 +91,7 @@
})
.catch((err) => {
console.error(err)
if(data['customerPhotoId']) router.back()
loading.value = false
})
}
@@ -299,24 +300,21 @@
}
> .btns {
margin-top: 5rem;
width: 70%;
width: 68%;
display: flex;
// justify-content: center;
justify-content: space-between;
> button {
padding: 0;
box-sizing: content-box;
font-family: satoshiRegular;
// margin: 0 1.8rem;
border: none;
// margin: 0 5.2rem 0 auto;
// min-width: 18rem;
width: 34rem;
// padding: 0 3.5rem;
height: 6.9rem;
height: 7.4rem;
border-radius: 1.3rem;
background: #000;
font-weight: 400;
font-size: 3.89rem;
font-size: 3.8rem;
color: #fff;
&:active {
opacity: 0.7;