|
@@ -570,7 +570,6 @@
|
|
|
<div class="text-lg font-bold">246题</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
<div class="flex flex-1 items-center rounded-lg bg-gray-50 p-3">
|
|
|
<div
|
|
|
class="mr-3 flex h-10 w-10 items-center justify-center rounded-full bg-red-100"
|
|
@@ -582,16 +581,15 @@
|
|
|
<div class="text-lg font-bold">59题</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
<div class="flex flex-1 items-center rounded-lg bg-gray-50 p-3">
|
|
|
<div
|
|
|
- class="mr-3 flex h-10 w-10 items-center justify-center rounded-full bg-green-100"
|
|
|
+ class="mr-3 flex h-10 w-10 items-center justify-center rounded-full bg-red-100"
|
|
|
>
|
|
|
- <i class="fas fa-check-circle text-green-600"></i>
|
|
|
+ <i class="fas fa-times-circle text-red-600"></i>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <div class="text-sm text-gray-500">正确率</div>
|
|
|
- <div class="text-lg font-bold">76%</div>
|
|
|
+ <div class="text-sm text-gray-500">错误率</div>
|
|
|
+ <div class="text-lg font-bold">23%</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|