Add clip list component

This commit is contained in:
2022-04-30 13:59:22 +08:00
parent 5a3ec7d2af
commit 41fe51ec9c
10 changed files with 244 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
div.recorder-root {
width: 100%;
box-sizing: border-box;
padding: 10px;
padding: 10px 10px 0 10px;
div.recorder-slider {
width: 100%;
+1 -1
View File
@@ -62,7 +62,7 @@ class Recorder extends Component<IRecorderProps> {
if (this.props.running) {
return "Stop";
} else {
return "CircleStop";
return "StatusCircleRing";
}
}
return "Play";