修改按钮下边距

This commit is contained in:
熊丽君
2021-11-03 18:31:04 +08:00
parent bd79569058
commit d1ca267971
14 changed files with 17 additions and 14 deletions

View File

@ -22,6 +22,9 @@
.mb5 {
margin-bottom: 5px;
}
.mb15{
margin-bottom: 15px;
}
.mb8 {
margin-bottom: 8px;
}
@ -147,7 +150,7 @@
}
.el-card__body {
padding: 15px 20px 20px 20px;
padding: 15px 20px 0 20px;
}
.card-box {