Commit d0f57231669ddd1e51800a356b1b61a2d2caf378
1 parent
e669ff2c
点击logo 进入首页bug 修复
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/oa/oaWorkflowManageList.vue
| ... | ... | @@ -213,7 +213,7 @@ export default { |
| 213 | 213 | padding: 20px; |
| 214 | 214 | |
| 215 | 215 | .search-wrapper { |
| 216 | - margin-bottom: 20px; | |
| 216 | + margin-bottom: 10px; | |
| 217 | 217 | |
| 218 | 218 | .el-input { |
| 219 | 219 | width: 100%; |
| ... | ... | @@ -221,7 +221,7 @@ export default { |
| 221 | 221 | } |
| 222 | 222 | |
| 223 | 223 | .list-wrapper { |
| 224 | - margin-bottom: 20px; | |
| 224 | + margin-bottom: 10px; | |
| 225 | 225 | |
| 226 | 226 | .el-pagination { |
| 227 | 227 | margin-top: 20px; | ... | ... |