Commit 330a5eeb by Mr. Lan

fix bug.

parent 5db2e678
...@@ -125,8 +125,8 @@ ...@@ -125,8 +125,8 @@
min-height: 40px; min-height: 40px;
} }
.el-card__body { .remove-padding-bottom > .el-card__body {
padding: 15px 20px 20px 20px; padding-bottom: 5px;
} }
.card-box { .card-box {
......
<template> <template>
<div class="app-container"> <div class="app-container">
<el-card class="box-card"> <el-card class="box-card remove-padding-bottom">
<el-form ref="listQuery" :model="listQuery" :inline="true"> <el-form ref="listQuery" :model="listQuery" :inline="true">
<el-form-item label="流程名称"> <el-form-item label="流程名称">
<el-input <el-input
...@@ -80,4 +80,8 @@ export default { ...@@ -80,4 +80,8 @@ export default {
margin-right: 12px; margin-right: 12px;
margin-top: 12px; margin-top: 12px;
} }
.el-card__body {
padding-bottom: 0;
}
</style> </style>
...@@ -79,7 +79,7 @@ export default { ...@@ -79,7 +79,7 @@ export default {
active: 0, active: 0,
processStructureValue: {}, processStructureValue: {},
ruleForm: { ruleForm: {
title: '123', title: '',
process: '', process: '',
classify: '', classify: '',
state: [], state: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment