Commit 00975666 authored by dragondean@qq.com's avatar dragondean@qq.com

修复流程设计界面尺寸异常

parent 7ae8d512
......@@ -478,3 +478,8 @@ export default {
}
};
</script>
<style scoped>
.my-process-designer{
height: calc(100vh - 84px - 40px);
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment