Commit 2b3864a5 by maxiaohan

删除方法的阻止事件

parent 3481366e
......@@ -320,7 +320,7 @@
<div
v-if="scope.row.barcode"
class="img"
@click="delOne(scope.row.qqid)"
@click.stop="delOne(scope.row.qqid)"
type="text"
style="font-size:24px"
>
......@@ -1390,8 +1390,11 @@ b {
}
/*没有子节点*/
.el-tree
/deep/ .el-tree-node__expand-icon.is-leaf::before
.el-table /deep/ .el-table__placeholder::before {
/deep/
.el-tree-node__expand-icon.is-leaf::before
.el-table
/deep/
.el-table__placeholder::before {
// background: url("../../icons/tree_f.svg") no-repeat 0 3px;
content: "";
display: block;
......
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