fix : 修改页面排版
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6" v-if="title==='apply'||title==='check'">
|
||||
<el-form-item label="部门分管领导" label-width="115"
|
||||
<el-form-item label="部门分管领导" :label-width="title==='check'?110:115"
|
||||
>
|
||||
<el-button color="#DED0B2" style="margin-right: 10px" @click="handleShowOptionalChargeLeadershipPicker">
|
||||
{{
|
||||
@@ -830,6 +830,19 @@ onMounted(async () => {
|
||||
}
|
||||
}
|
||||
}
|
||||
.is-leaf:first-child {
|
||||
.cell {
|
||||
margin-left: -18px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.el-table__body {
|
||||
.el-table__cell:first-child {
|
||||
.cell {
|
||||
margin-left: -10px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user