fix : 修复流程图切换功能及修改"研发阶段"文字为项目阶段
This commit is contained in:
@@ -549,3 +549,30 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
right: 15px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
.approval-record {
|
||||
padding-bottom: 30px;
|
||||
position: relative;
|
||||
.approval-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.diagram {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.base-title {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
//.el-switch {
|
||||
// margin-left: 15px;
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
.process {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user