待办中心-流程历史角色标识修改样式

This commit is contained in:
高嵩
2023-06-28 18:03:16 +08:00
parent ce70b3ed94
commit 5158f4d6e2
@@ -314,9 +314,9 @@
} else if (val.name == this.$t('verificationComplianceReview')) {
val.userName = this.$t('personLiable')
} else if (val.name == this.$t('designComplianceReviewAdmin')) {
val.userName = this.$t('regulatoryEngineer')
val.userName = this.$t('Sponsor')
} else if (val.name == this.$t('verificationComplianceExamine')) {
val.userName = this.$t('regulatoryEngineer')
val.userName = this.$t('Sponsor')
} else {
val.userName = ''
}
@@ -424,8 +424,8 @@
.process-content-right-top-user{
//background: #E6FAFA;
//padding: 5px;
color: #00B3BE;
font-size: 14px;
color: #9c9fac;
font-size: 12px;
font-weight: lighter;
margin-top: 5px;
text-overflow: ellipsis;