fix : 修复年度计划细节,表格高度

This commit is contained in:
2024-07-15 20:44:48 +08:00
parent 55f12a2fb8
commit 4d9007c87e
2 changed files with 27 additions and 8 deletions

View File

@@ -162,3 +162,8 @@ watch(() => props.processViewer, (newVal) => {
}, {deep: true})
</script>
<style scoped lang="scss">
:deep(.el-table--fit ) {
height: 162px !important;
}
</style>