ChatGPT-Next-Web/app/components/voice-print/voice-print.module.scss

12 lines
168 B
SCSS

.voice-print {
width: 100%;
height: 60px;
margin: 20px 0;
canvas {
width: 100%;
height: 100%;
filter: brightness(1.2); // 增加整体亮度
}
}