From 034961e4726acf5d6e266194e0038f8f9cff236b Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 14 Apr 2022 13:57:02 +0800 Subject: [PATCH] BUG 29101 --- .../components/approvalDetail.vue | 191 +++++++++--------- 1 file changed, 95 insertions(+), 96 deletions(-) diff --git a/project/xiushan/apps/processManagement/approvalManage/components/approvalDetail.vue b/project/xiushan/apps/processManagement/approvalManage/components/approvalDetail.vue index c9e62106..60297b45 100644 --- a/project/xiushan/apps/processManagement/approvalManage/components/approvalDetail.vue +++ b/project/xiushan/apps/processManagement/approvalManage/components/approvalDetail.vue @@ -150,8 +150,8 @@
{{ m.fieldName }}{{ m.fieldNameSuffix }}:{{ - m.dictionaryCode - ? dict.getLabel(m.dictionaryCode, m.fieldValue) : m.fieldValue + m.dictionaryCode + ? dict.getLabel(m.dictionaryCode, m.fieldValue) : m.fieldValue }}
@@ -788,7 +788,99 @@ export default { } } - .add_record { + ::v-deep.add_record { + .el-step.is-vertical .el-step__line { + width: 1px; + left: 20px; + } + + .el-step__icon { + width: 40px; + height: 40px; + background-color: #2266FF; + border: 1px solid #fff; + } + + .el-step__main { + padding-left: 36px !important; + margin-bottom: 30px; + } + + .bg-999 { + color: #999; + + .el-step__icon { + background-color: #D0D4DC !important; + } + + .el-step__line { + background-color: #fff; + } + + .record_title { + p { + color: #999 !important; + } + } + + .desc_name, .desc_ul { + color: #999 !important; + } + } + + .step-hide { + .el-step__line { + background-color: #fff; + } + } + + + .dia_ul { + justify-content: left; + flex-wrap: wrap; + + li { + margin-bottom: 10px; + } + } + + + .right_name { + border: 1px solid #fff; + width: 40px; + height: 40px; + border-radius: 50%; + line-height: 40px; + text-align: center; + font-size: 14px; + background-color: #2266FF; + color: #fff; + margin: 0 20px; + position: relative; + + .el-icon-arrow-right, .el-icon-circle-plus { + position: absolute; + top: 15px; + right: -30px; + color: #999; + } + + .el-icon-error { + position: absolute; + top: 0; + color: #333; + right: -6px; + cursor: pointer; + } + } + + + .upload-demo { + ::v-deep .el-icon-close { + transform: translateX(-50px); + } + } + .record_icon { position: relative; @@ -909,99 +1001,6 @@ export default { cursor: pointer; } - .el-step.is-vertical .el-step__line { - width: 1px; - left: 20px; - } - - .el-step__icon { - width: 40px; - height: 40px; - background-color: #2266FF; - border: 1px solid #fff; - } - - .bg-999 { - color: #999; - - .el-step__icon { - background-color: #D0D4DC !important; - } - - .el-step__line { - background-color: #fff; - } - - .record_title { - p { - color: #999 !important; - } - } - - .desc_name, .desc_ul { - color: #999 !important; - } - } - - .step-hide { - .el-step__line { - background-color: #fff; - } - } - - - .el-step__main { - padding-left: 36px !important; - margin-bottom: 30px; - } - - - .dia_ul { - justify-content: left; - flex-wrap: wrap; - - li { - margin-bottom: 10px; - } - } - - - .right_name { - border: 1px solid #fff; - width: 40px; - height: 40px; - border-radius: 50%; - line-height: 40px; - text-align: center; - font-size: 14px; - background-color: #2266FF; - color: #fff; - margin: 0 20px; - position: relative; - - .el-icon-arrow-right, .el-icon-circle-plus { - position: absolute; - top: 15px; - right: -30px; - color: #999; - } - - .el-icon-error { - position: absolute; - top: 0; - color: #333; - right: -6px; - cursor: pointer; - } - } - - - .upload-demo { - ::v-deep .el-icon-close { - transform: translateX(-50px); - } - } - ::v-deep .el-radio { margin-bottom: 10px; }