这样失效
.rightBtn_box { .checkbox { /deep/ .el-checkbox { width: 100%!important; } } }
这样成功
.el-checkbox { width: 100%!important; }
lang="less"?