|
@@ -28,7 +28,7 @@
|
|
|
:closable="false"
|
|
|
style="margin-bottom: 20px"
|
|
|
></el-alert>
|
|
|
- <el-form-item label="搜索">
|
|
|
+ <el-form-item label="搜索" style="margin-bottom: 0;">
|
|
|
<el-input style="width:210px"
|
|
|
v-model.trim="seachRoleValue" clearable></el-input>
|
|
|
<el-button style="margin-left: 10px"
|
|
@@ -37,7 +37,7 @@
|
|
|
<!-- <el-button type="primary"
|
|
|
@click="onReSetRole">重置</el-button> -->
|
|
|
</el-form-item>
|
|
|
- <el-form-item >
|
|
|
+ <el-form-item style="max-height: 300px;overflow: hidden;overflow-y: auto;">
|
|
|
<el-checkbox :indeterminate="isIndeterminate"
|
|
|
@change="onCheckAll"
|
|
|
v-model.trim="checkAll">全选</el-checkbox>
|