头像
This commit is contained in:
@@ -115,6 +115,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.btn {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
@@ -125,6 +126,7 @@ export default {
|
||||
background: #F3F6F9;
|
||||
.delBtn,
|
||||
.editBtn {
|
||||
flex: 1;
|
||||
height: 88px;
|
||||
line-height: 88px;
|
||||
text-align: center;
|
||||
@@ -132,7 +134,11 @@ export default {
|
||||
border: 1px solid #FF4466;
|
||||
border-radius: 16px;
|
||||
}
|
||||
.delBtn {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.editBtn {
|
||||
|
||||
background: #4181FF !important;
|
||||
color: #FFF;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user