liushengqiang hace 1 año
padre
commit
c364cf0d46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/school/train-report/modal/train-progress.tsx

+ 1 - 1
src/school/train-report/modal/train-progress.tsx

@@ -81,7 +81,7 @@ export default defineComponent({
                   style={{
                     borderRadius: '10px'
                   }}
-                  percentage={Math.floor(item.learned / item.total) * 100}
+                  percentage={item.learned / item.total * 100}
                   strokeWidth={8}
                 />
               </div>