|
@@ -115,11 +115,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <el-button type="primary" class="addbutton" @click="addParams(index)">增加条件</el-button>
|
|
|
+ <el-button type="primary" text bg class="addbutton" @click="addParams(index)">增加条件</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-button type="success" class="addbutton" @click="addParamss">增加分组</el-button>
|
|
|
+ <el-button type="success" text bg class="addbutton" @click="addParamss">增加分组</el-button>
|
|
|
</div>
|
|
|
|
|
|
<el-divider content-position="left">执行动作</el-divider>
|
|
@@ -167,7 +167,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-button type="success" class="addbutton" @click="addAction">增加执行</el-button>
|
|
|
+ <el-button type="success" text bg class="addbutton" @click="addAction">增加执行</el-button>
|
|
|
</el-form>
|
|
|
<template #footer>
|
|
|
<span class="dialog-footer">
|
|
@@ -656,9 +656,9 @@ export default defineComponent({
|
|
|
.addbutton {
|
|
|
width: 100%;
|
|
|
margin-top: 10px;
|
|
|
- background: #fff;
|
|
|
- border: 1px solid #d1d1d1;
|
|
|
- color: #8d8b8b;
|
|
|
+ // background: #fff;
|
|
|
+ // border: 1px solid #d1d1d1;
|
|
|
+ // color: #8d8b8b;
|
|
|
}
|
|
|
|
|
|
.conicon {
|