|
@@ -560,7 +560,7 @@
|
|
|
:type="depttype"
|
|
|
:closeList="closeList"
|
|
|
></deptTreeOnly>
|
|
|
- <div style="text-align:center; margin-top: 30px">
|
|
|
+ <div style="text-align: center; margin-top: 30px">
|
|
|
<el-button type="primary" @click="checkProcessUser()"
|
|
|
>确 定</el-button
|
|
|
>
|
|
@@ -1346,6 +1346,9 @@ export default {
|
|
|
}
|
|
|
</style>
|
|
|
<style scoped lang="scss">
|
|
|
+::v-deep .el-checkbox.el-transfer-panel__item {
|
|
|
+ display: block !important;
|
|
|
+}
|
|
|
::v-deep .el-form-item__content {
|
|
|
height: 100% !important;
|
|
|
}
|