Skip to content

Commit 25abf8f

Browse files
committed
Update Assign.vue
1 parent 5449010 commit 25abf8f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/views/Permission/Assign.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</el-card>
1515

1616
</el-col>
17-
<el-col :span="16" class="toolbar perms">
17+
<el-col :span="16" class="toolbar perms morechildren">
1818
<el-card class="box-card">
1919
<div slot="header" class="clearfix">
2020
<span>菜单</span>
@@ -367,15 +367,15 @@
367367
}
368368
369369
370-
.el-checkbox{
370+
.morechildren .el-checkbox{
371371
margin-right: 5px !important;
372372
float: left;
373373
}
374-
.el-checkbox-group{
374+
.morechildren .el-checkbox-group{
375375
margin-left: 50px;
376376
padding: 5px;
377377
}
378-
.el-tree-node__content{
378+
.morechildren .el-tree-node__content{
379379
height: auto !important;
380380
}
381381
</style>

0 commit comments

Comments
 (0)