This commit is contained in:
shijingjing
2022-04-20 15:37:08 +08:00
parent 81068c24dd
commit 9e26794b24
7 changed files with 16 additions and 20 deletions

View File

@@ -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;