baigl #372

Merged
baigl merged 2 commits from baigl into main 2024-10-28 14:15:13 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5cf7d737d6 - Show all commits

View File

@ -90,7 +90,7 @@
<span>学生答案
<span
v-if="stuItem.feedcontent !=''"
style="background-color: red; color: white; padding: 0 5px; border-radius: 5px;"
:style="{backgroundColor: `${formatWorkAnswer(quItem) == formatFeedContent(stuItem, quItem)? '#0ed116' : 'red'}`,color: 'white', padding: '0 5px', borderRadius: '5px'}"
v-html="formatFeedContent(stuItem, quItem)"
>
</span>