BUG 29101

This commit is contained in:
aixianling
2022-04-14 13:57:02 +08:00
parent 831175383f
commit 034961e472

View File

@@ -150,8 +150,8 @@
<div v-for="(m,i) in item.candidateFieldInfos" :key="i" style="margin-left: 10px;">
<div class="desc_div">{{ m.fieldName }}<span
v-if="m.fieldNameSuffix">{{ m.fieldNameSuffix }}</span>:{{
m.dictionaryCode
? dict.getLabel(m.dictionaryCode, m.fieldValue) : m.fieldValue
m.dictionaryCode
? dict.getLabel(m.dictionaryCode, m.fieldValue) : m.fieldValue
}}
</div>
</div>
@@ -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;
}