fix : 修复项目立项校验

This commit is contained in:
2024-07-14 19:07:30 +08:00
parent 29180cfb9f
commit cdb7811133
3 changed files with 21 additions and 23 deletions

View File

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