|
|
@@ -97,7 +97,7 @@ function renderResult(x, data) {
|
|
|
|
|
|
analysis.push(<h3>关键动作: {key}</h3>)
|
|
|
|
|
|
- analysis.push(result.data[key]['file'] !== undefined && <><img src={result.data[key]['file']} alt="动作图片"/><br/></>)
|
|
|
+ analysis.push(result.data[key]['file'] !== undefined && <><img style={{width: "80%"}} src={result.data[key]['file']} alt="动作图片"/><br/></>)
|
|
|
analysis.push(result.data[key]['score'] !== undefined && <><Progress type="circle" percent={result.data[key]['score']} format={percent => `${percent} 分`} strokeColor={{
|
|
|
'0%': '#108ee9',
|
|
|
'100%': '#87d068',
|