修复页面bug
This commit is contained in:
@@ -280,13 +280,18 @@ methods: {
|
||||
}
|
||||
}
|
||||
.habitSetStyle_ok{
|
||||
width: 60%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
justify-content: flex-end;
|
||||
>div{
|
||||
width: 40%;
|
||||
width: 12rem;
|
||||
line-height: 6rem;
|
||||
text-align: center;
|
||||
border-radius: 3rem;
|
||||
height: auto;
|
||||
margin-left: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user