fix : 优化流程图样式及位置

This commit is contained in:
2024-06-29 02:12:04 +08:00
parent 657b43f739
commit 0a6c37019a
22 changed files with 169 additions and 54 deletions

View File

@@ -556,7 +556,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
.approval-title {
display: flex;
align-items: center;
justify-content: space-between;
//justify-content: space-between;
.diagram {
display: flex;
@@ -564,6 +564,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
float: right;
.base-title {
margin-left: 10px;
margin-right: 10px;
}