diff --git a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue index 25b42394f..03be5748b 100644 --- a/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzrk/step1.vue @@ -3621,31 +3621,31 @@ export default { } } -.standard-content { - height: 100%; - padding: 10px 0 0; - - .content { - height: 100%; - display: flex; - flex-direction: column; - padding: 0 10px; - - .standard-table-wrap { - flex: auto; - overflow-y: auto; - } - - .pagination { - position: static; - - /deep/ .pagination-slot { - padding: 0; +.search-drawer{ + .standard-content { + height: 92%; + padding: 10px 0 0; + + .content { + height: 100%; + display: flex; + flex-direction: column; + padding: 0 10px; + + .standard-table-wrap { + flex: auto; + overflow-y: auto; + } + + .pagination { + position: static; + + /deep/ .pagination-slot { + padding: 0; + } } } } -} -.search-drawer{ .demo-drawer-footer{ height: 8%; }