Commit b7b02bcd by guomingpang

Merge branch 'feature/pangguoming/20210607/answer_detail' into dev

parents 58d7b3de d6a89f21
......@@ -679,7 +679,9 @@ function AnswerDescPage(props) {
</div>
{errorCount === 0 && onlyError ? (
<div className='empty'>
<div className='img-box' id='lottie-box'></div>
<div className='img-box'>
<div id='lottie-box'></div>
</div>
<div className='empty-text'>本次考试无错题</div>
</div>
) : (
......
......@@ -23,7 +23,7 @@
transform: translateY(-50%);
width: 4px;
height: 16px;
background: #336dff;
background-image: linear-gradient(#2966ff 83.5%, #0acca4 16.5%);
}
}
.choose-error-box {
......@@ -176,7 +176,7 @@
transform: translateY(-50%);
width: 4px;
height: 16px;
background: #336dff;
background-image: linear-gradient(#2966ff 83.5%, #0acca4 16.5%);
}
}
.text-dom {
......
......@@ -214,7 +214,7 @@
transform: translateY(-50%);
width: 4px;
height: 16px;
background: #336dff;
background-image: linear-gradient(#2966ff 83.5%, #0acca4 16.5%);
}
}
.exam-result {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment