更改头部标题和底部导航
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user