work-house / app /components /voice-print /voice-print.module.scss
maltose1's picture
Upload 365 files
853f6aa verified
raw
history blame contribute delete
179 Bytes
.voice-print {
width: 100%;
height: 60px;
margin: 20px 0;
canvas {
width: 100%;
height: 100%;
filter: brightness(1.2); // 增加整体亮度
}
}