修改按钮下边距
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user