Commit 330a5eeb by Mr. Lan

fix bug.

parent 5db2e678
......@@ -125,8 +125,8 @@
min-height: 40px;
}
.el-card__body {
padding: 15px 20px 20px 20px;
.remove-padding-bottom > .el-card__body {
padding-bottom: 5px;
}
.card-box {
......
<template>
<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-item label="流程名称">
<el-input
......@@ -80,4 +80,8 @@ export default {
margin-right: 12px;
margin-top: 12px;
}
.el-card__body {
padding-bottom: 0;
}
</style>
......@@ -79,7 +79,7 @@ export default {
active: 0,
processStructureValue: {},
ruleForm: {
title: '123',
title: '',
process: '',
classify: '',
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