Commit 758e67fe authored by 黎博's avatar 黎博

去掉多余的字符

parent fd30e6c4
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
<el-input v-model.trim="item.paramsValue" placeholder="请输入表达式" type="textarea" autosize></el-input> <el-input v-model.trim="item.paramsValue" placeholder="请输入表达式" type="textarea" autosize></el-input>
</div> </div>
</el-col> </el-col>
<el-col :span="2">autosize <el-col :span="2">
<div class="div-operation"> <div class="div-operation">
<el-button size="mini" type="danger" @click="responeDel(index)" icon="el-icon-delete" style="height:40px;margin-left:20px">删除</el-button> <el-button size="mini" type="danger" @click="responeDel(index)" icon="el-icon-delete" style="height:40px;margin-left:20px">删除</el-button>
</div> </div>
......
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 to comment