会话窗口字体颜色调整

uat_us
caiyiling 2024-04-15 11:28:10 +08:00
parent 2f722f8c0e
commit 6fa4a6349c
3 changed files with 21 additions and 3 deletions

View File

@ -41,7 +41,7 @@
<!-- 根据本项目独立影像评估章程的相关约定该类问题医学审核建议为 -->
{{ $t('trials:medicalFeedback:message:msg3') }}
<ol>
<span style="color:red">{{ $fd('AuditAdvice', record.AuditAdviceEnum) }}</span>
<span class="word_highLight">{{ $fd('AuditAdvice', record.AuditAdviceEnum) }}</span>
</ol>
</div>
<div style="margin-top:10px;">
@ -259,6 +259,9 @@ export default {
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.word_highLight{
color: red;
}
}
}
.word-my{
@ -305,6 +308,9 @@ export default {
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.word_highLight{
color: yellow;
}
}
/deep/.el-button--text{
color: #d0d0d0;

View File

@ -41,7 +41,7 @@
<!-- 根据本项目独立影像评估章程的相关约定该类问题医学审核建议为 -->
{{ $t('trials:medicalFeedback:message:msg3') }}
<ol>
<span style="color:red">{{ $fd('AuditAdvice', record.AuditAdviceEnum) }}</span>
<span class="word_highLight">{{ $fd('AuditAdvice', record.AuditAdviceEnum) }}</span>
</ol>
</div>
<div style="margin-top:10px;">
@ -303,6 +303,9 @@ export default {
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.word_highLight{
color: red;
}
}
}
.word-my{
@ -349,6 +352,9 @@ export default {
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.word_highLight{
color: yellow;
}
}
/deep/.el-button--text{
color: #d0d0d0;

View File

@ -173,7 +173,7 @@ export default {
<p>
${this.$t('trials:qcQuality:dialogTips:tip')}
</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')
recordContent.push(
{
@ -337,6 +337,9 @@ export default {
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.word_highLight{
color: red;
}
}
}
.word-my{
@ -382,6 +385,9 @@ export default {
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
}
.word_highLight{
color: yellow;
}
}
}
}