|
@@ -21,10 +21,12 @@
|
|
|
<el-form-item>
|
|
|
<el-button size="mini" @click="filterDatas">确认</el-button>
|
|
|
</el-form-item>
|
|
|
- <el-form-item>
|
|
|
- <el-button size="mini" @click="addRule" type="warning" style="margin:0 10px">+ 新增诊断依据</el-button>
|
|
|
- <el-button size="mini" @click="update">更新数据</el-button>
|
|
|
- </el-form-item>
|
|
|
+ <el-form class="secLine">
|
|
|
+ <el-form-item>
|
|
|
+ <el-button size="mini" @click="addRule" type="warning" style="margin:0 10px">+ 新增诊断依据</el-button>
|
|
|
+ <el-button size="mini" @click="update">更新数据</el-button>
|
|
|
+ </el-form-item>
|
|
|
+ </el-form>
|
|
|
</el-form>
|
|
|
</crumbs>
|
|
|
<div class="contents knowledgeContents">
|
|
@@ -357,14 +359,20 @@
|
|
|
<style lang="less" scoped>
|
|
|
@import "../../less/admin.less";
|
|
|
/deep/ .container.knowledgeTitle {
|
|
|
- height: 80px;
|
|
|
+ height: 40px;
|
|
|
min-width: 970px!important;
|
|
|
}
|
|
|
.demo-form-inline{
|
|
|
- margin: 30px 20px 0 0;
|
|
|
+ margin: 0 20px 0 0;
|
|
|
}
|
|
|
/deep/ .contents.knowledgeContents {
|
|
|
- padding: 104px 20px 0;
|
|
|
+ padding: 64px 20px 0;
|
|
|
+ }
|
|
|
+ /deep/ .secLine.el-form {
|
|
|
+ float: right;
|
|
|
+ display: block;
|
|
|
+ position: relative;
|
|
|
+ top: -1px;
|
|
|
}
|
|
|
.delete{
|
|
|
color: red;
|