修改禅道已知bug
This commit is contained in:
@@ -49,8 +49,14 @@
|
||||
</div>
|
||||
<div class="TextInformation" v-if="val == $t('textInformation')">
|
||||
<div class="TextInformationContent" v-for="(ol,index1) in item[val]" style="width: 100%">
|
||||
<span class="TextInformationContentLeft">
|
||||
<span :title="ol.db_field_txt">{{ol.db_field_txt}}</span>
|
||||
<span class="TextInformationContentLeft"
|
||||
:class="{'TextInformationContentLeft-left':
|
||||
ol.db_field_txt == (item[val][index1-1] && item[val][index1-1].db_field_txt?item[val][index1-1].db_field_txt:'')}">
|
||||
<span :title="ol.db_field_txt"
|
||||
v-if=" ol.db_field_txt != (item[val][index1-1] &&
|
||||
item[val][index1-1].db_field_txt?item[val][index1-1].db_field_txt:'')">
|
||||
{{ol.db_field_txt}}
|
||||
</span>
|
||||
</span>
|
||||
<span style="margin-top: 2px">
|
||||
<span class="TextInformationContentcontent">
|
||||
@@ -408,6 +414,10 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.TextInformationContentLeft-left {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.TextInformationContentcontent {
|
||||
width: calc(100% - 388px);
|
||||
float: left;
|
||||
@@ -488,4 +498,5 @@
|
||||
.content-box:last-child {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user