fix(流程管理): 修复 进入流程模型页面后,滚动条不出现问题。(I65BN0)
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
||||
|
||||
<style lang="scss">
|
||||
body {
|
||||
overflow: hidden;
|
||||
overflow: auto !important;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user