修改禅道已知bug

This commit is contained in:
qq787203167
2022-03-31 11:15:48 +08:00
parent 1806312948
commit fbd7b7109a
@@ -96,6 +96,7 @@
</td>
<td class="tdInformation TextInformationContentcontent" v-else>
<span v-if="ol.urlClick" @click="urlClick(ol)"
class="text-field-right-color"
:title="ol.value">{{ol.value ? ol.value : '--'}}</span>
<span :title="ol.value" v-else>{{ol.value ? ol.value:'--'}}</span>
</td>
@@ -129,6 +130,7 @@
</td>
<td class="tdInformation TextInformationContentcontent" v-else>
<span v-if="ol.urlClick" @click="urlClick(ol)"
class="text-field-right-color"
:title="ol.value">{{ol.value ? ol.value : '--'}}</span>
<span :title="ol.value" v-else>{{ol.value ? ol.value:'--'}}</span>
</td>
@@ -505,11 +507,6 @@
color: #040B29;
font-weight: 400;
}
.text-field-right-color {
color: #00B3BE;
cursor: pointer;
}
}
}
}
@@ -622,4 +619,9 @@
white-space: nowrap;
overflow: hidden;
}
.text-field-right-color {
color: #00B3BE!important;
cursor: pointer;
}
</style>