指南
组件
使用本框架前,请在您的 CSS 中开启 border-box
border-box
* { margin: 0; padding: 0; box-sizing: border-box; }
← 快速上手 Record Player 组件 →