fix : 修复专项资金驳回弹窗高度

This commit is contained in:
2024-09-18 22:24:41 +08:00
parent 4568101f06
commit ae31f68586

View File

@@ -25,7 +25,7 @@
</el-form-item>
</el-col>
</el-row>
<el-row style="margin-bottom: -18px">
<el-row style="margin-bottom: -18px" class="projects">
<baseTitle title="关联项目" v-if="!data.taskId"></baseTitle>
<el-col :span="24" v-if="!data.taskId" >
<el-form-item >
@@ -251,9 +251,12 @@ watch(() => props.showTable, (newVal) => {
</script>
<style scoped lang="scss">
:deep(.el-table--fit ) {
height: 300px !important;
.projects{
:deep(.el-table--fit ) {
height: 300px !important;
}
}
:deep(.el-table__header) {
.is-leaf:first-child {
.cell {