Skip to content

Commit e4aa737

Browse files
committed
修改写入txt
1 parent 01eae5f commit e4aa737

File tree

1 file changed

+2
-0
lines changed
  • src/renderer/pages/internalCalibration

1 file changed

+2
-0
lines changed

src/renderer/pages/internalCalibration/index.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import {
3333
Button,
3434
Input,
3535
Modal,
36+
Progress,
3637
Select,
3738
Space,
3839
Upload,
@@ -337,6 +338,7 @@ const Index = () => {
337338
</div>
338339
<div>
339340
<div>进度条:</div>
341+
<Progress percent={50} status="active" />
340342
</div>
341343
</div>
342344

0 commit comments

Comments
 (0)