|
@@ -17,20 +17,21 @@
|
|
<div class="name">{{ selectItem.name }}</div>
|
|
<div class="name">{{ selectItem.name }}</div>
|
|
<el-button size="medium" plain v-if="selectItem.id" @click="edit_class">编辑</el-button>
|
|
<el-button size="medium" plain v-if="selectItem.id" @click="edit_class">编辑</el-button>
|
|
</div>
|
|
</div>
|
|
- <div class="flex-box" style="justify-content: space-between;">
|
|
|
|
|
|
+ <div class="flex-box ruleSearch" style="">
|
|
<div class="flex-box btns flex-v-ce">
|
|
<div class="flex-box btns flex-v-ce">
|
|
<el-button size="small" @click="del_item" type="danger" plain>批量删除</el-button>
|
|
<el-button size="small" @click="del_item" type="danger" plain>批量删除</el-button>
|
|
<el-button size="small" @click="add_rule" type="primary">添加规则</el-button>
|
|
<el-button size="small" @click="add_rule" type="primary">添加规则</el-button>
|
|
<el-button size="small" type="success" @click="import_rules_show = true" plain>导入规则</el-button>
|
|
<el-button size="small" type="success" @click="import_rules_show = true" plain>导入规则</el-button>
|
|
<el-button size="small" type="success" @click="derivedRule" plain>导出规则</el-button>
|
|
<el-button size="small" type="success" @click="derivedRule" plain>导出规则</el-button>
|
|
</div>
|
|
</div>
|
|
- <div class="" style="display:inline-block; width:180px;margin-top:12px;">
|
|
|
|
|
|
+ <div class="" style="display:inline-block; width:180px;margin:20px 0 0 10px;">
|
|
<el-input
|
|
<el-input
|
|
placeholder="搜索规则内容"
|
|
placeholder="搜索规则内容"
|
|
ref="search-bar"
|
|
ref="search-bar"
|
|
v-model="keyword"
|
|
v-model="keyword"
|
|
class="input-with-select"
|
|
class="input-with-select"
|
|
@keyup.enter.native="onFilterChanged"
|
|
@keyup.enter.native="onFilterChanged"
|
|
|
|
+ style=""
|
|
>
|
|
>
|
|
<el-button slot="append" icon="el-icon-search" @click="onFilterChanged"></el-button>
|
|
<el-button slot="append" icon="el-icon-search" @click="onFilterChanged"></el-button>
|
|
</el-input>
|
|
</el-input>
|
|
@@ -1025,6 +1026,9 @@ $red: #f56c6c;
|
|
margin-right: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
}
|
|
.btns button {
|
|
.btns button {
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ height: 38px;
|
|
|
|
+ width: 90px;
|
|
margin-top: 20px;
|
|
margin-top: 20px;
|
|
margin-right: 5px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
@@ -1101,4 +1105,7 @@ $red: #f56c6c;
|
|
.lookQrcode:hover {
|
|
.lookQrcode:hover {
|
|
color: #2490fd;
|
|
color: #2490fd;
|
|
}
|
|
}
|
|
|
|
+.ruleSearch ::v-deep .el-input__inner{
|
|
|
|
+ height:38px;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|