diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index 2041e6ea..f9a4e8ae 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -2,24 +2,28 @@ .page-full-height{ height: calc(100vh); -} -.page-height{ - height: calc(90vh); -} -.page-height-90{ - height: calc(90vh); } -.page-height{ +.page-height-90{ height: calc(90vh); -} +} .page-height-80{ height: calc(80vh); +} +.page-height-20{ + + height: calc(20vh); + } .page-height-10{ height: calc(10vh); -} +} +.page-height-5{ + + height: calc(5vh); + +} .page-container { .page-tips{ position:absolute; @@ -34,17 +38,26 @@ align-items: center; overflow-x: hidden; } - .page-header{ - + .page-header{ + overflow: auto; } - .page-main{ + .page-main{ + overflow-y: auto; + overflow-x: hidden; } - .page-bottom{ + .page-bottom{ + overflow: auto; } } +.overflow-auto{ + overflow: auto; +} .border{ border: 1px solid #e8e8e8; } +.padding-20{ + padding:40px; +} .padding{ padding:10px; } diff --git a/src/views/mdp/workflow/ru/task/TaskMng.vue b/src/views/mdp/workflow/ru/task/TaskMng.vue index 35943645..039387d2 100644 --- a/src/views/mdp/workflow/ru/task/TaskMng.vue +++ b/src/views/mdp/workflow/ru/task/TaskMng.vue @@ -1,6 +1,6 @@