diff --git a/src/views/material/ma/type/index.vue b/src/views/material/ma/type/index.vue index 2559f5bb..82ae5fba 100644 --- a/src/views/material/ma/type/index.vue +++ b/src/views/material/ma/type/index.vue @@ -97,7 +97,7 @@ - + .el-tree-node__content { background-color: #8decf1; } +.content-box { + border-radius: 8px; + height: calc(100vh - 220px); + display: flex; + flex-direction: column; + overflow: hidden; + + ::v-deep .el-card__body { + display: flex !important; + flex-direction: column !important; + height: 100% !important; + padding: 20px; + } +} diff --git a/src/views/system/approval/index.vue b/src/views/system/approval/index.vue index 0f9362ac..d3004eea 100644 --- a/src/views/system/approval/index.vue +++ b/src/views/system/approval/index.vue @@ -31,7 +31,7 @@ - + 新增流程 @@ -221,9 +221,23 @@ export default { } - diff --git a/src/views/system/project/index.vue b/src/views/system/project/index.vue index 183fb925..7afba592 100644 --- a/src/views/system/project/index.vue +++ b/src/views/system/project/index.vue @@ -96,7 +96,7 @@