fix(流程管理): 修复 进入流程模型页面后,滚动条不出现问题。(I65BN0)

This commit is contained in:
konbai
2022-12-12 01:33:35 +08:00
parent 95c4d7bf3f
commit 0a660364a3

View File

@@ -86,7 +86,7 @@ export default {
<style lang="scss">
body {
overflow: hidden;
overflow: auto !important;
margin: 0;
box-sizing: border-box;
}