会话窗口字体颜色调整
parent
2f722f8c0e
commit
6fa4a6349c
|
@ -41,7 +41,7 @@
|
||||||
<!-- 根据本项目《独立影像评估章程》的相关约定,该类问题医学审核建议为: -->
|
<!-- 根据本项目《独立影像评估章程》的相关约定,该类问题医学审核建议为: -->
|
||||||
{{ $t('trials:medicalFeedback:message:msg3') }}
|
{{ $t('trials:medicalFeedback:message:msg3') }}
|
||||||
<ol>
|
<ol>
|
||||||
<span style="color:red">{{ $fd('AuditAdvice', record.AuditAdviceEnum) }}</span>
|
<span class="word_highLight">{{ $fd('AuditAdvice', record.AuditAdviceEnum) }}</span>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top:10px;">
|
<div style="margin-top:10px;">
|
||||||
|
@ -259,6 +259,9 @@ export default {
|
||||||
border-top: 8px solid transparent;
|
border-top: 8px solid transparent;
|
||||||
border-bottom: 8px solid transparent;
|
border-bottom: 8px solid transparent;
|
||||||
}
|
}
|
||||||
|
.word_highLight{
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.word-my{
|
.word-my{
|
||||||
|
@ -305,6 +308,9 @@ export default {
|
||||||
border-top: 8px solid transparent;
|
border-top: 8px solid transparent;
|
||||||
border-bottom: 8px solid transparent;
|
border-bottom: 8px solid transparent;
|
||||||
}
|
}
|
||||||
|
.word_highLight{
|
||||||
|
color: yellow;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/deep/.el-button--text{
|
/deep/.el-button--text{
|
||||||
color: #d0d0d0;
|
color: #d0d0d0;
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
<!-- 根据本项目《独立影像评估章程》的相关约定,该类问题医学审核建议为: -->
|
<!-- 根据本项目《独立影像评估章程》的相关约定,该类问题医学审核建议为: -->
|
||||||
{{ $t('trials:medicalFeedback:message:msg3') }}
|
{{ $t('trials:medicalFeedback:message:msg3') }}
|
||||||
<ol>
|
<ol>
|
||||||
<span style="color:red">{{ $fd('AuditAdvice', record.AuditAdviceEnum) }}</span>
|
<span class="word_highLight">{{ $fd('AuditAdvice', record.AuditAdviceEnum) }}</span>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top:10px;">
|
<div style="margin-top:10px;">
|
||||||
|
@ -303,6 +303,9 @@ export default {
|
||||||
border-top: 8px solid transparent;
|
border-top: 8px solid transparent;
|
||||||
border-bottom: 8px solid transparent;
|
border-bottom: 8px solid transparent;
|
||||||
}
|
}
|
||||||
|
.word_highLight{
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.word-my{
|
.word-my{
|
||||||
|
@ -349,6 +352,9 @@ export default {
|
||||||
border-top: 8px solid transparent;
|
border-top: 8px solid transparent;
|
||||||
border-bottom: 8px solid transparent;
|
border-bottom: 8px solid transparent;
|
||||||
}
|
}
|
||||||
|
.word_highLight{
|
||||||
|
color: yellow;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/deep/.el-button--text{
|
/deep/.el-button--text{
|
||||||
color: #d0d0d0;
|
color: #d0d0d0;
|
||||||
|
|
|
@ -173,7 +173,7 @@ export default {
|
||||||
<p>
|
<p>
|
||||||
${this.$t('trials:qcQuality:dialogTips:tip')}
|
${this.$t('trials:qcQuality:dialogTips:tip')}
|
||||||
</p>
|
</p>
|
||||||
<p style='color:red'>${this.$t('trials:qcQuality:dialog:deadline')}: ${this.data.DeadlineTime ? this.data.DeadlineTime : this.$t('trials:qcQuality:dialog:none')}</p>`
|
<p class='word_highLight'>${this.$t('trials:qcQuality:dialog:deadline')}: ${this.data.DeadlineTime ? this.data.DeadlineTime : this.$t('trials:qcQuality:dialog:none')}</p>`
|
||||||
const userId = zzSessionStorage.getItem('userId')
|
const userId = zzSessionStorage.getItem('userId')
|
||||||
recordContent.push(
|
recordContent.push(
|
||||||
{
|
{
|
||||||
|
@ -337,6 +337,9 @@ export default {
|
||||||
border-top: 8px solid transparent;
|
border-top: 8px solid transparent;
|
||||||
border-bottom: 8px solid transparent;
|
border-bottom: 8px solid transparent;
|
||||||
}
|
}
|
||||||
|
.word_highLight{
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.word-my{
|
.word-my{
|
||||||
|
@ -382,6 +385,9 @@ export default {
|
||||||
border-top: 8px solid transparent;
|
border-top: 8px solid transparent;
|
||||||
border-bottom: 8px solid transparent;
|
border-bottom: 8px solid transparent;
|
||||||
}
|
}
|
||||||
|
.word_highLight{
|
||||||
|
color: yellow;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue