Tree: Increase css weight (#16799)

pull/16973/head
Hazlank 2019-08-01 16:34:45 +08:00 committed by hetech
parent 8dbc66aefe
commit 64d0acec80
2 changed files with 1 additions and 5 deletions

View File

@ -110,10 +110,6 @@
text-overflow: ellipsis; text-overflow: ellipsis;
} }
> .el-checkbox {
margin-right: 0;
}
> .el-radio { > .el-radio {
margin-right: 0; margin-right: 0;

View File

@ -59,7 +59,7 @@
& > .el-tree-node__expand-icon { & > .el-tree-node__expand-icon {
padding: 6px; padding: 6px;
} }
& > .el-checkbox { & > label.el-checkbox {
margin-right: 8px; margin-right: 8px;
} }
&:hover { &:hover {