Commit 2b3864a5 by maxiaohan

删除方法的阻止事件

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