fix : 修复年度计划细节,表格高度
This commit is contained in:
@@ -162,3 +162,8 @@ watch(() => props.processViewer, (newVal) => {
|
||||
}, {deep: true})
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
:deep(.el-table--fit ) {
|
||||
height: 162px !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user