We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5449010 commit 25abf8fCopy full SHA for 25abf8f
1 file changed
src/views/Permission/Assign.vue
@@ -14,7 +14,7 @@
14
</el-card>
15
16
</el-col>
17
- <el-col :span="16" class="toolbar perms">
+ <el-col :span="16" class="toolbar perms morechildren">
18
<el-card class="box-card">
19
<div slot="header" class="clearfix">
20
<span>菜单</span>
@@ -367,15 +367,15 @@
367
}
368
369
370
- .el-checkbox{
+ .morechildren .el-checkbox{
371
margin-right: 5px !important;
372
float: left;
373
374
- .el-checkbox-group{
+ .morechildren .el-checkbox-group{
375
margin-left: 50px;
376
padding: 5px;
377
378
- .el-tree-node__content{
+ .morechildren .el-tree-node__content{
379
height: auto !important;
380
381
</style>
0 commit comments