|
@@ -334,19 +334,12 @@
|
|
|
<label class="el-form-item__label" style="width: 100px"
|
|
|
>上级组织</label
|
|
|
>
|
|
|
- <div class="el-form-item__content" style="margin-left: 100px">
|
|
|
+ <div class="el-form-item__content" style="margin-left: 5px">
|
|
|
<span>
|
|
|
<div class="add_input el-input el-input--suffix">
|
|
|
<el-form
|
|
|
:model="school"
|
|
|
ref="form"
|
|
|
- style="
|
|
|
- float: left;
|
|
|
- margin-left: 20px;
|
|
|
- width: 200px;
|
|
|
- height: 30px;
|
|
|
- margin-top: -65px;
|
|
|
- "
|
|
|
>
|
|
|
<el-select
|
|
|
v-model="school.parentOrgId"
|
|
@@ -1561,8 +1554,8 @@ export default {
|
|
|
width: 400px;
|
|
|
}
|
|
|
.el-form {
|
|
|
- margin-left: 66px;
|
|
|
- width: 60%;
|
|
|
+ /* margin-left: 66px;
|
|
|
+ width: 60%; */
|
|
|
/* border: 1px solid red; */
|
|
|
}
|
|
|
/* 确认跟取消区域 */
|
|
@@ -1591,7 +1584,7 @@ export default {
|
|
|
.el_dialog_school_content {
|
|
|
color: #606266;
|
|
|
font-size: 14px;
|
|
|
- height: 300px;
|
|
|
+ /* height: 300px; */
|
|
|
}
|
|
|
/* 新增学校按钮 */
|
|
|
.add_school {
|