BUG 29015
This commit is contained in:
@@ -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>
|
||||
@@ -670,6 +670,7 @@ export default {
|
||||
|
||||
::v-deep.ai-detail__content--wrapper {
|
||||
min-width: 720px;
|
||||
padding-left: 100px;
|
||||
}
|
||||
|
||||
::v-deep .el-scrollbar {
|
||||
|
||||
Reference in New Issue
Block a user